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

  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
webrtc_rendering_stats.py 28 percent_out_of_sync=None, smoothness_score=None, freezing_score=None,
35 self.smoothness_score = smoothness_score
278 a tuple of (percent_badly_oos, percent_out_of_sync, smoothness_score)
297 smoothness_score = 100.0 - 100.0 * (frames_oos_only_once +
300 # Minimum smoothness_score value allowed is zero.
301 if smoothness_score < 0:
302 smoothness_score = 0
304 return (percent_badly_oos, percent_out_of_sync, smoothness_score)
356 smoothness_score) = smoothness_stat
    [all...]
webrtc_rendering_stats_unittest.py 238 smoothness_score=expected_smoothness_score,
251 self.assertEqual(expected_stats.smoothness_score, stats.smoothness_score)
267 self.assertIsNone(stats.smoothness_score)
webrtc_rendering_timeline.py 106 rendering_stats.smoothness_score,

Completed in 56 milliseconds