Home
last modified time | relevance | path

Searched refs:num_dropped_frames (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/utility/
H A Dframerate_controller_unittest.cc27 size_t num_dropped_frames = 0; in TEST() local
32 ++num_dropped_frames; in TEST()
39 static_cast<float>(num_input_frames - num_dropped_frames) / in TEST()
51 size_t num_dropped_frames = 0; in TEST() local
56 ++num_dropped_frames; in TEST()
62 EXPECT_EQ(num_dropped_frames, 0U); in TEST()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/utility/
H A Dframerate_controller_unittest.cc27 size_t num_dropped_frames = 0; in TEST() local
32 ++num_dropped_frames; in TEST()
39 static_cast<float>(num_input_frames - num_dropped_frames) / in TEST()
51 size_t num_dropped_frames = 0; in TEST() local
56 ++num_dropped_frames; in TEST()
62 EXPECT_EQ(num_dropped_frames, 0U); in TEST()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/utility/
H A Dframerate_controller_unittest.cc27 size_t num_dropped_frames = 0; in TEST() local
32 ++num_dropped_frames; in TEST()
39 static_cast<float>(num_input_frames - num_dropped_frames) / in TEST()
51 size_t num_dropped_frames = 0; in TEST() local
56 ++num_dropped_frames; in TEST()
62 EXPECT_EQ(num_dropped_frames, 0U); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/utility/
H A Dframerate_controller_unittest.cc27 size_t num_dropped_frames = 0; in TEST() local
32 ++num_dropped_frames; in TEST()
39 static_cast<float>(num_input_frames - num_dropped_frames) / in TEST()
51 size_t num_dropped_frames = 0; in TEST() local
56 ++num_dropped_frames; in TEST()
62 EXPECT_EQ(num_dropped_frames, 0U); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor_integrationtest.cc254 std::vector<int> num_dropped_frames; in ProcessFramesAndMaybeVerify() local
258 [this, &num_dropped_frames, &num_spatial_resizes, &sync_event]() { in ProcessFramesAndMaybeVerify()
259 num_dropped_frames = processor_->NumberDroppedFramesPerRateUpdate(); in ProcessFramesAndMaybeVerify()
287 PrintRateControlMetrics(rate_update_index, num_dropped_frames, in ProcessFramesAndMaybeVerify()
290 num_dropped_frames, num_spatial_resizes); in ProcessFramesAndMaybeVerify()
296 PrintRateControlMetrics(rate_update_index, num_dropped_frames, in ProcessFramesAndMaybeVerify()
298 VerifyRateControlMetrics(rate_update_index, rc_thresholds, num_dropped_frames, in ProcessFramesAndMaybeVerify()
536 const std::vector<int>& num_dropped_frames, in VerifyRateControlMetrics() argument
544 EXPECT_LE(num_dropped_frames[rate_update_index], in VerifyRateControlMetrics()
581 const std::vector<int>& num_dropped_frames, in PrintRateControlMetrics() argument
[all …]
H A Dvideoprocessor_integrationtest.h186 const std::vector<int>& num_dropped_frames,
191 const std::vector<int>& num_dropped_frames,
H A Dvideoprocessor.cc307 const int num_dropped_frames = frame_number - last_decoded_frame_num_; in FrameDecoded() local
308 for (int i = 0; i < num_dropped_frames; i++) { in FrameDecoded()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor_integrationtest.cc254 std::vector<int> num_dropped_frames; in ProcessFramesAndMaybeVerify() local
258 [this, &num_dropped_frames, &num_spatial_resizes, &sync_event]() { in ProcessFramesAndMaybeVerify()
259 num_dropped_frames = processor_->NumberDroppedFramesPerRateUpdate(); in ProcessFramesAndMaybeVerify()
287 PrintRateControlMetrics(rate_update_index, num_dropped_frames, in ProcessFramesAndMaybeVerify()
290 num_dropped_frames, num_spatial_resizes); in ProcessFramesAndMaybeVerify()
296 PrintRateControlMetrics(rate_update_index, num_dropped_frames, in ProcessFramesAndMaybeVerify()
298 VerifyRateControlMetrics(rate_update_index, rc_thresholds, num_dropped_frames, in ProcessFramesAndMaybeVerify()
536 const std::vector<int>& num_dropped_frames, in VerifyRateControlMetrics() argument
544 EXPECT_LE(num_dropped_frames[rate_update_index], in VerifyRateControlMetrics()
581 const std::vector<int>& num_dropped_frames, in PrintRateControlMetrics() argument
[all …]
H A Dvideoprocessor_integrationtest.h186 const std::vector<int>& num_dropped_frames,
191 const std::vector<int>& num_dropped_frames,
H A Dvideoprocessor.cc307 const int num_dropped_frames = frame_number - last_decoded_frame_num_; in FrameDecoded() local
308 for (int i = 0; i < num_dropped_frames; i++) { in FrameDecoded()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor_integrationtest.cc254 std::vector<int> num_dropped_frames; in ProcessFramesAndMaybeVerify() local
258 [this, &num_dropped_frames, &num_spatial_resizes, &sync_event]() { in ProcessFramesAndMaybeVerify()
259 num_dropped_frames = processor_->NumberDroppedFramesPerRateUpdate(); in ProcessFramesAndMaybeVerify()
287 PrintRateControlMetrics(rate_update_index, num_dropped_frames, in ProcessFramesAndMaybeVerify()
290 num_dropped_frames, num_spatial_resizes); in ProcessFramesAndMaybeVerify()
296 PrintRateControlMetrics(rate_update_index, num_dropped_frames, in ProcessFramesAndMaybeVerify()
298 VerifyRateControlMetrics(rate_update_index, rc_thresholds, num_dropped_frames, in ProcessFramesAndMaybeVerify()
536 const std::vector<int>& num_dropped_frames, in VerifyRateControlMetrics() argument
544 EXPECT_LE(num_dropped_frames[rate_update_index], in VerifyRateControlMetrics()
581 const std::vector<int>& num_dropped_frames, in PrintRateControlMetrics() argument
[all …]
H A Dvideoprocessor_integrationtest.h186 const std::vector<int>& num_dropped_frames,
191 const std::vector<int>& num_dropped_frames,
H A Dvideoprocessor.cc307 const int num_dropped_frames = frame_number - last_decoded_frame_num_; in FrameDecoded() local
308 for (int i = 0; i < num_dropped_frames; i++) { in FrameDecoded()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/cast/receiver/
H A Dvideo_decoder_unittest.cc77 void FeedMoreVideo(int num_dropped_frames) { in FeedMoreVideo() argument
95 encoded_frame->frame_id = last_frame_id_ + 1 + num_dropped_frames; in FeedMoreVideo()
113 num_dropped_frames == 0))); in FeedMoreVideo()
H A Daudio_decoder_unittest.cc86 int num_dropped_frames) { in FeedMoreAudio() argument
90 encoded_frame->frame_id = last_frame_id_ + 1 + num_dropped_frames; in FeedMoreAudio()
137 num_dropped_frames == 0))); in FeedMoreAudio()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/cast/receiver/
H A Dvideo_decoder_unittest.cc77 void FeedMoreVideo(int num_dropped_frames) { in FeedMoreVideo() argument
95 encoded_frame->frame_id = last_frame_id_ + 1 + num_dropped_frames; in FeedMoreVideo()
113 num_dropped_frames == 0))); in FeedMoreVideo()
H A Daudio_decoder_unittest.cc86 int num_dropped_frames) { in FeedMoreAudio() argument
90 encoded_frame->frame_id = last_frame_id_ + 1 + num_dropped_frames; in FeedMoreAudio()
136 base::Unretained(this), num_dropped_frames == 0))); in FeedMoreAudio()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dscreenshare_layers_unittest.cc703 int num_dropped_frames = 0; in TEST_F() local
706 ++num_dropped_frames; in TEST_F()
711 EXPECT_EQ(num_dropped_frames, kNumFrames / 2); in TEST_F()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/codecs/vp8/
H A Dscreenshare_layers_unittest.cc703 int num_dropped_frames = 0; in TEST_F() local
706 ++num_dropped_frames; in TEST_F()
711 EXPECT_EQ(num_dropped_frames, kNumFrames / 2); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dscreenshare_layers_unittest.cc703 int num_dropped_frames = 0; in TEST_F() local
706 ++num_dropped_frames; in TEST_F()
711 EXPECT_EQ(num_dropped_frames, kNumFrames / 2); in TEST_F()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/codecs/vp8/
H A Dscreenshare_layers_unittest.cc703 int num_dropped_frames = 0; in TEST_F() local
706 ++num_dropped_frames; in TEST_F()
711 EXPECT_EQ(num_dropped_frames, kNumFrames / 2); in TEST_F()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor_integrationtest.cc311 int num_dropped_frames = processor_->NumberDroppedFrames(); in VerifyRateControl() local
321 num_frames_to_hit_target_, num_dropped_frames, num_resize_actions); in VerifyRateControl()
355 EXPECT_LE(num_dropped_frames, max_num_dropped_frames); in VerifyRateControl()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor_integrationtest.cc313 int num_dropped_frames = processor_->NumberDroppedFrames(); in VerifyRateControl() local
325 num_frames_to_hit_target_, num_dropped_frames, num_resize_actions); in VerifyRateControl()
361 EXPECT_LE(num_dropped_frames, max_num_dropped_frames); in VerifyRateControl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/video/
H A Dreceive_statistics_proxy.cc152 int num_dropped_frames = *num_unique_frames_ - stats_.frames_decoded; in UpdateHistograms() local
154 num_dropped_frames); in UpdateHistograms()
155 log_stream << "WebRTC.Video.DroppedFrames.Receiver " << num_dropped_frames in UpdateHistograms()
/dports/net-im/tg_owt/tg_owt-d578c76/src/video/
H A Dreceive_statistics_proxy.cc152 int num_dropped_frames = *num_unique_frames_ - stats_.frames_decoded; in UpdateHistograms() local
154 num_dropped_frames); in UpdateHistograms()
155 log_stream << "WebRTC.Video.DroppedFrames.Receiver " << num_dropped_frames in UpdateHistograms()

12