Home
last modified time | relevance | path

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

/cts/libs/deviceutil/src/android/cts/util/
DMediaPerfUtils.java31 private static final int MOVING_AVERAGE_NUM_FRAMES = 10; field in MediaPerfUtils
85 durationsUsStats.movingAverage(MOVING_AVERAGE_NUM_FRAMES); in addPerformanceStatsToLog()
87 "window_frames", MOVING_AVERAGE_NUM_FRAMES, ResultType.NEUTRAL, ResultUnit.COUNT); in addPerformanceStatsToLog()
89 message + " window=" + MOVING_AVERAGE_NUM_FRAMES); in addPerformanceStatsToLog()