Searched refs:indexInput (Results 1 – 1 of 1) sorted by relevance
178 int indexInput = mCodec.dequeueInputBuffer(0 /* timeoutUs */); in doSomeWork() local180 if (indexInput != MediaCodec.INFO_TRY_AGAIN_LATER) { in doSomeWork()181 mAvailableInputBufferIndices.add(indexInput); in doSomeWork()