Searched refs:mTotalFrames (Results 1 – 1 of 1) sorted by relevance
130 public int mTotalFrames = 300; field in VideoEncoderDecoderTest.TestConfig138 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()