Searched refs:mAvailableOutputBufferIndices (Results 1 – 1 of 1) sorted by relevance
49 private LinkedList<Integer> mAvailableOutputBufferIndices; field in CodecState98 mAvailableOutputBufferIndices = new LinkedList<Integer>(); in CodecState()126 mAvailableOutputBufferIndices.clear(); in release()130 mAvailableOutputBufferIndices = null; in release()175 mAvailableOutputBufferIndices.clear(); in flush()240 mAvailableOutputBufferIndices.add(indexOutput); in doSomeWork()373 if (mSawOutputEOS || mAvailableOutputBufferIndices.isEmpty()) { in drainOutputBuffer()377 int index = mAvailableOutputBufferIndices.peekFirst().intValue(); in drainOutputBuffer()412 mAvailableOutputBufferIndices.removeFirst(); in drainOutputBuffer()432 mAvailableOutputBufferIndices.removeFirst(); in drainOutputBuffer()