Searched refs:late_frames (Results 1 – 2 of 2) sorted by relevance
240 int late_frames = 0; in TEST_F() local245 late_frames++; in TEST_F()272 EXPECT_DOUBLE_EQ(it->second, late_frames); in TEST_F()
403 VLOG(1) << "Late frames: " << late_frames(); in Run()413 int late_frames() const { in late_frames() function in media::cast::RunOneBenchmark453 return frames_lost() <= 1 && late_frames() <= 1 && in SimpleGood()