Home
last modified time | relevance | path

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

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecTest.java943 List<Integer> mInputBufferIndices = new ArrayList<>(); field in MediaCodecTest.ReleaseAfterFlushCallback
961 synchronized (mInputBufferIndices) { in onInputBufferAvailable()
962 mInputBufferIndices.add(index); in onInputBufferAvailable()
995 synchronized (mInputBufferIndices) { in run()
996 if (mInputBufferIndices.isEmpty()) { in run()
999 inputIndex = mInputBufferIndices.remove(0); in run()