Searched refs:smoothness_score (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
D | webrtc_rendering_stats.py | 28 percent_out_of_sync=None, smoothness_score=None, freezing_score=None, argument 35 self.smoothness_score = smoothness_score 297 smoothness_score = 100.0 - 100.0 * (frames_oos_only_once + 301 if smoothness_score < 0: 302 smoothness_score = 0 304 return (percent_badly_oos, percent_out_of_sync, smoothness_score) 356 smoothness_score) = smoothness_stats 363 smoothness_score=smoothness_score, freezing_score=freezing_score,
|
D | 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)
|
D | webrtc_rendering_timeline.py | 106 rendering_stats.smoothness_score,
|