Home
last modified time | relevance | path

Searched refs:MOVING_AVERAGE_WINDOW_MS (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaPerfUtils.java32 private static final int MOVING_AVERAGE_WINDOW_MS = 1000; field in MediaPerfUtils
103 durationsUsStats.movingAverageOverSum(MOVING_AVERAGE_WINDOW_MS * 1000); in addPerformanceStatsToLog()
104 log.addValue("window_time", MOVING_AVERAGE_WINDOW_MS, ResultType.NEUTRAL, ResultUnit.MS); in addPerformanceStatsToLog()
106 message + " windowMs=" + MOVING_AVERAGE_WINDOW_MS); in addPerformanceStatsToLog()