Home
last modified time | relevance | path

Searched refs:dropped_frames (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/media/base/
Dvideo_adapter_unittest.cc68 int dropped_frames = 0; member
99 ++stats_.dropped_frames; in AdaptFrame()
174 EXPECT_EQ(0, stats.dropped_frames); in TEST_P()
187 EXPECT_EQ(0, stats.dropped_frames); in TEST_P()
200 EXPECT_EQ(0, adapter_wrapper_->GetStats().dropped_frames); in TEST_P()
204 EXPECT_EQ(1, adapter_wrapper_->GetStats().dropped_frames); in TEST_P()
208 EXPECT_EQ(1, adapter_wrapper_->GetStats().dropped_frames); in TEST_P()
212 EXPECT_EQ(2, adapter_wrapper_->GetStats().dropped_frames); in TEST_P()
216 EXPECT_EQ(2, adapter_wrapper_->GetStats().dropped_frames); in TEST_P()
220 EXPECT_EQ(3, adapter_wrapper_->GetStats().dropped_frames); in TEST_P()
[all …]
/external/webrtc/modules/video_coding/
Dframe_buffer2.cc254 unsigned int dropped_frames = std::count_if( in GetNextFrame() local
259 if (dropped_frames > 0) { in GetNextFrame()
260 stats_callback_->OnDroppedFrames(dropped_frames); in GetNextFrame()
701 unsigned int dropped_frames = std::count_if( in ClearFramesAndHistory() local
706 if (dropped_frames > 0) { in ClearFramesAndHistory()
707 stats_callback_->OnDroppedFrames(dropped_frames); in ClearFramesAndHistory()
Djitter_buffer.cc785 int dropped_frames = 0; in RecycleFramesUntilKeyFrame() local
786 dropped_frames += incomplete_frames_.RecycleFramesUntilKeyFrame( in RecycleFramesUntilKeyFrame()
789 if (dropped_frames == 0) { in RecycleFramesUntilKeyFrame()
790 dropped_frames += decodable_frames_.RecycleFramesUntilKeyFrame( in RecycleFramesUntilKeyFrame()
/external/adhd/cras/src/server/
Dcras_iodev.c1656 unsigned int target_frames, dropped_frames = 0; in cras_iodev_drop_frames() local
1672 for (i = 0; (dropped_frames < target_frames) && (i < 2); i++) { in cras_iodev_drop_frames()
1673 frames = target_frames - dropped_frames; in cras_iodev_drop_frames()
1682 dropped_frames += frames; in cras_iodev_drop_frames()
1691 dropped_frames, 0); in cras_iodev_drop_frames()
/external/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers_unittest.cc376 int dropped_frames = 0; in TEST_F() local
382 ++dropped_frames; in TEST_F()
398 EXPECT_NEAR(50, dropped_frames, 1); in TEST_F()
/external/webrtc/video/
Dreceive_statistics_proxy_unittest.cc465 unsigned int dropped_frames = 0; in TEST_F() local
468 dropped_frames += i; in TEST_F()
471 EXPECT_EQ(dropped_frames, stats.frames_dropped); in TEST_F()
Dreceive_statistics_proxy2_unittest.cc495 unsigned int dropped_frames = 0; in TEST_F() local
498 dropped_frames += i; in TEST_F()
501 EXPECT_EQ(dropped_frames, stats.frames_dropped); in TEST_F()