Searched refs:mAvailableInputBufferIndices (Results 1 – 1 of 1) sorted by relevance
45 private LinkedList<Integer> mAvailableInputBufferIndices; field in CodecState82 mAvailableInputBufferIndices = new LinkedList<Integer>(); in CodecState()105 mAvailableInputBufferIndices.clear(); in release()109 mAvailableInputBufferIndices = null; in release()150 mAvailableInputBufferIndices.clear(); in flush()181 mAvailableInputBufferIndices.add(indexInput); in doSomeWork()208 if (mSawInputEOS || mAvailableInputBufferIndices.isEmpty()) { in feedInputBuffer()218 int index = mAvailableInputBufferIndices.peekFirst().intValue(); in feedInputBuffer()257 mAvailableInputBufferIndices.removeFirst(); in feedInputBuffer()270 mAvailableInputBufferIndices.removeFirst(); in feedInputBuffer()