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.java128 public int mTotalFrames = 300; field in VideoEncoderDecoderTest.TestConfig
136 mTotalFrames = 30000; in initPerfTest()
623 mTestConfig.mTotalFrames = Math.min(mTestConfig.mTotalFrames, in doTest()
626 Log.i(TAG, "Total testing frames " + mTestConfig.mTotalFrames); in doTest()
628 mEncoderFrameTimeUsDiff = new double[numRuns][mTestConfig.mTotalFrames - 1]; in doTest()
632 mDecoderFrameTimeUsDiff = new double[numRuns][mTestConfig.mTotalFrames - 1]; in doTest()
653 runEncoder(encoderName, format, mTestConfig.mTotalFrames, i); in doTest()
687 mEncoderFpsResults[runIx] = mTestConfig.mTotalFrames / encodingTime; in doTest()