Searched refs:mInputBufferIndices (Results 1 – 1 of 1) sorted by relevance
943 List<Integer> mInputBufferIndices = new ArrayList<>(); field in MediaCodecTest.ReleaseAfterFlushCallback961 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()