Searched refs:mAvailableOutputBufferIndices (Results 1 – 1 of 1) sorted by relevance
46 private LinkedList<Integer> mAvailableOutputBufferIndices; field in CodecState83 mAvailableOutputBufferIndices = new LinkedList<Integer>(); in CodecState()106 mAvailableOutputBufferIndices.clear(); in release()110 mAvailableOutputBufferIndices = null; in release()152 mAvailableOutputBufferIndices.clear(); in flush()197 mAvailableOutputBufferIndices.add(indexOutput); in doSomeWork()315 if (mSawOutputEOS || mAvailableOutputBufferIndices.isEmpty()) { in drainOutputBuffer()319 int index = mAvailableOutputBufferIndices.peekFirst().intValue(); in drainOutputBuffer()354 mAvailableOutputBufferIndices.removeFirst(); in drainOutputBuffer()374 mAvailableOutputBufferIndices.removeFirst(); in drainOutputBuffer()