Home
last modified time | relevance | path

Searched refs:outputBufferIndices (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecTest.java1023 List<Integer> outputBufferIndices = getOutputBufferIndices(encoder, inputSurface); in runReleaseAfterFlush() local
1025 numBuffers.set(outputBufferIndices.size()); in runReleaseAfterFlush()
1027 releaseAfterFlush(encoder, outputBufferIndices, buffersExhausted, codecFlushed); in runReleaseAfterFlush()
1116 List<Integer> outputBufferIndices, in releaseAfterFlush() argument
1133 for (int index : outputBufferIndices) { in releaseAfterFlush()