Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java60 private static final int MOVING_AVERAGE_NUM = 10; field in VideoDecoderPerfTest
288 double[] avgs = MediaUtils.calculateMovingAverage(frameTimeDiff, MOVING_AVERAGE_NUM); in doDecode()
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java79 private static final int MOVING_AVERAGE_NUM = 10; field in VideoEncoderDecoderTest
539 mEncoderFrameTimeDiff[i], MOVING_AVERAGE_NUM); in doTestByName()
558 mDecoderFrameTimeDiff[i], MOVING_AVERAGE_NUM); in doTestByName()