Searched refs:total_frames_lost (Results 1 – 3 of 3) sorted by relevance
48 metrics->total_frames_lost = 0; in reset_metrics()70 if (add_check_overflow(&smoothness_meta->metrics.total_frames_lost, in increment_underrun()91 if (add_check_overflow(&smoothness_meta->metrics.total_frames_lost, in increment_overrun()99 static double calc_smoothness_value(unsigned int total_frames_lost, in calc_smoothness_value() argument103 if (total_frames_lost == 0 && total_frames_written == 0) { in calc_smoothness_value()109 if (total_frames_lost == 0) { in calc_smoothness_value()113 unsigned int total_frames = total_frames_lost; in calc_smoothness_value()120 double lost_frames_ratio = (double)total_frames_lost / total_frames; in calc_smoothness_value()135 calc_smoothness_value(smoothness_meta->metrics.total_frames_lost, in flush()
106 EXPECT_EQ(data.metrics.total_frames_lost, 2700U); in TEST_F()157 EXPECT_EQ(data.metrics.total_frames_lost, 0U); in TEST_F()319 ASSERT_EQ(data.metrics.total_frames_lost, 0U); in TEST_F()329 EXPECT_EQ(data.metrics.total_frames_lost, 1800U); in TEST_F()348 EXPECT_EQ(data.metrics.total_frames_lost, 0U); in TEST_F()
56 unsigned int total_frames_lost; member