Searched refs:MIN_FRAME_COUNT (Results 1 – 2 of 2) sorted by relevance
46 static final int MIN_FRAME_COUNT = 500; field in CodecPerformanceTestBase252 while (mBufferInfos.size() < MIN_FRAME_COUNT) { in setUpDecoderInput()262 if (mBufferInfos.size() >= MIN_FRAME_COUNT) break; in setUpDecoderInput()
270 if (mSampleIndex <= MIN_FRAME_COUNT) { in configureCodec()