Searched refs:indexInput (Results 1 – 1 of 1) sorted by relevance
217 int indexInput = mCodec.dequeueInputBuffer(mustWait ? -1 : 0 /* timeoutUs */); in doSomeWork() local218 if (indexInput != MediaCodec.INFO_TRY_AGAIN_LATER) { in doSomeWork()219 mAvailableInputBufferIndex = indexInput; in doSomeWork()