Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideoadapter_unittest.cc83 int dropped_frames; member
127 stats.dropped_frames = dropped_frames_; in GetStats()
200 EXPECT_EQ(0, stats.dropped_frames); in TEST_F()
215 EXPECT_EQ(0, stats.dropped_frames); in TEST_F()
232 EXPECT_EQ(0, stats.dropped_frames); in TEST_F()
249 EXPECT_EQ(stats.captured_frames / 2, stats.dropped_frames); in TEST_F()
267 EXPECT_EQ(stats.captured_frames * 1 / 3, stats.dropped_frames); in TEST_F()
282 EXPECT_EQ(0, listener_->GetStats().dropped_frames); in TEST_F()
292 EXPECT_GT(listener_->GetStats().dropped_frames, 0); in TEST_F()
308 EXPECT_EQ(0, stats.dropped_frames); in TEST_F()
[all …]
/external/chromium_org/media/cast/logging/
Dstats_event_subscriber_unittest.cc77 int dropped_frames = 0; in TEST_F() local
104 dropped_frames++; in TEST_F()
133 EXPECT_DOUBLE_EQ(it->second, static_cast<double>(dropped_frames)); in TEST_F()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Djitter_buffer.cc1120 int dropped_frames = 0; in RecycleFramesUntilKeyFrame() local
1121 dropped_frames += incomplete_frames_.RecycleFramesUntilKeyFrame( in RecycleFramesUntilKeyFrame()
1124 if (dropped_frames == 0) { in RecycleFramesUntilKeyFrame()
1125 dropped_frames += decodable_frames_.RecycleFramesUntilKeyFrame( in RecycleFramesUntilKeyFrame()
1129 drop_count_ += dropped_frames; in RecycleFramesUntilKeyFrame()