Home
last modified time | relevance | path

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

/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java130 public int mTotalFrames = 300; field in VideoEncoderDecoderTest.TestConfig
138 mTotalFrames = 30000; in initPerfTest()
716 mTestConfig.mTotalFrames = Math.min(mTestConfig.mTotalFrames, in doTest()
719 Log.i(TAG, "Total testing frames " + mTestConfig.mTotalFrames); in doTest()
721 mEncoderFrameTimeUsDiff = new double[numRuns][mTestConfig.mTotalFrames - 1]; in doTest()
725 mDecoderFrameTimeUsDiff = new double[numRuns][mTestConfig.mTotalFrames - 1]; in doTest()
748 runEncoder(encoderName, format, mTestConfig.mTotalFrames, i); in doTest()
782 mEncoderFpsResults[runIx] = mTestConfig.mTotalFrames / encodingTime; in doTest()