Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaPerfUtils.java31 private static final int MOVING_AVERAGE_NUM_FRAMES = 10; field in MediaPerfUtils
96 durationsUsStats.movingAverage(MOVING_AVERAGE_NUM_FRAMES); in addPerformanceStatsToLog()
98 "window_frames", MOVING_AVERAGE_NUM_FRAMES, ResultType.NEUTRAL, ResultUnit.COUNT); in addPerformanceStatsToLog()
100 message + " window=" + MOVING_AVERAGE_NUM_FRAMES); in addPerformanceStatsToLog()