HomeSort by relevance Sort by last modified time
    Searched refs:percent_out_of_sync (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,
34 self.percent_out_of_sync = percent_out_of_sync
278 a tuple of (percent_badly_oos, percent_out_of_sync, smoothness_score)
290 percent_out_of_sync = (
304 return (percent_badly_oos, percent_out_of_sync, smoothness_score)
355 (percent_badly_oos, percent_out_of_sync,
362 percent_out_of_sync=percent_out_of_sync,
webrtc_rendering_stats_unittest.py 237 percent_out_of_sync=expected_percent_out_of_sync,
249 self.assertEqual(expected_stats.percent_out_of_sync,
250 stats.percent_out_of_sync)
266 self.assertIsNone(stats.percent_out_of_sync)
webrtc_rendering_timeline.py 80 rendering_stats.percent_out_of_sync,

Completed in 135 milliseconds