Lines Matching refs:dropped_frames
80 int dropped_frames; member
115 stats.dropped_frames = dropped_frames_; in GetStats()
179 EXPECT_EQ(0, stats.dropped_frames); in TEST_F()
194 EXPECT_EQ(0, stats.dropped_frames); in TEST_F()
211 EXPECT_EQ(0, stats.dropped_frames); in TEST_F()
228 EXPECT_EQ(stats.captured_frames / 2, stats.dropped_frames); in TEST_F()
246 EXPECT_EQ(stats.captured_frames * 1 / 3, stats.dropped_frames); in TEST_F()
261 EXPECT_EQ(0, listener_->GetStats().dropped_frames); in TEST_F()
271 EXPECT_GT(listener_->GetStats().dropped_frames, 0); in TEST_F()
333 EXPECT_EQ(0, stats.dropped_frames); in TEST_F()
406 EXPECT_EQ(stats.captured_frames, stats.dropped_frames); in TEST_F()