HomeSort by relevance Sort by last modified time
    Searched refs:dropped_frames (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter_unittest.cc 83 int dropped_frames; member in struct:cricket::VideoAdapterTest::VideoCapturerListener::Stats
127 stats.dropped_frames = dropped_frames_;
200 EXPECT_EQ(0, stats.dropped_frames);
215 EXPECT_EQ(0, stats.dropped_frames);
232 EXPECT_EQ(0, stats.dropped_frames);
249 EXPECT_EQ(stats.captured_frames / 2, stats.dropped_frames);
267 EXPECT_EQ(stats.captured_frames * 1 / 3, stats.dropped_frames);
282 EXPECT_EQ(0, listener_->GetStats().dropped_frames);
292 EXPECT_GT(listener_->GetStats().dropped_frames, 0);
308 EXPECT_EQ(0, stats.dropped_frames);
    [all...]
  /external/chromium_org/media/cast/logging/
stats_event_subscriber_unittest.cc 77 int dropped_frames = 0; local
104 dropped_frames++;
133 EXPECT_DOUBLE_EQ(it->second, static_cast<double>(dropped_frames));
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_buffer.cc 1120 int dropped_frames = 0; local
    [all...]

Completed in 279 milliseconds