Searched refs:mOutputBufferIndices (Results 1 – 1 of 1) sorted by relevance
944 List<Integer> mOutputBufferIndices = new ArrayList<>(); field in MediaCodecTest.ReleaseAfterFlushCallback968 mOutputBufferIndices.add(index); in onOutputBufferAvailable()969 if (mOutputBufferIndices.size() == mNumBuffersBeforeFlush) { in onOutputBufferAvailable()970 releaseAfterFlush(codec, mOutputBufferIndices, mBuffersExhausted, mCodecFlushed); in onOutputBufferAvailable()