Lines Matching refs:captured_frames
79 int captured_frames; member
114 stats.captured_frames = captured_frames_; in GetStats()
178 EXPECT_GE(stats.captured_frames, 10); in TEST_F()
193 EXPECT_GE(stats.captured_frames, 10); in TEST_F()
210 EXPECT_GE(stats.captured_frames, 10); in TEST_F()
227 EXPECT_GE(stats.captured_frames, 10); in TEST_F()
228 EXPECT_EQ(stats.captured_frames / 2, stats.dropped_frames); in TEST_F()
244 EXPECT_GE(stats.captured_frames, 30); in TEST_F()
246 EXPECT_EQ(stats.captured_frames * 1 / 3, stats.dropped_frames); in TEST_F()
405 EXPECT_GE(stats.captured_frames, 10); in TEST_F()
406 EXPECT_EQ(stats.captured_frames, stats.dropped_frames); in TEST_F()