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.java157 public int mTotalFrames = 300; field in VideoEncoderDecoderTest.TestConfig
165 mTotalFrames = 30000; in initPerfTest()
437 mTestConfig.mTotalFrames = Math.min(mTestConfig.mTotalFrames, in doTest()
440 Log.i(TAG, "Total testing frames " + mTestConfig.mTotalFrames); in doTest()
442 mEncoderFrameTimeUsDiff = new double[numRuns][mTestConfig.mTotalFrames - 1]; in doTest()
446 mDecoderFrameTimeUsDiff = new double[numRuns][mTestConfig.mTotalFrames - 1]; in doTest()
470 runEncoder(encoderName, format, mTestConfig.mTotalFrames, i); in doTest()
507 mEncoderFpsResults[runIx] = mTestConfig.mTotalFrames / encodingTime; in doTest()