Searched refs:outputBufferIndex (Results 1 – 1 of 1) sorted by relevance
115 val outputBufferIndex = encoder.dequeueOutputBuffer(bufferInfo, DEQUEUE_TIMEOUT_US) in <lambda>() constant116 if (outputBufferIndex == MediaCodec.INFO_TRY_AGAIN_LATER) { in <lambda>()119 } else if (outputBufferIndex == MediaCodec.INFO_OUTPUT_FORMAT_CHANGED) { in <lambda>()122 } else if (outputBufferIndex >= 0) { in <lambda>()124 encoder.getOutputBuffer(outputBufferIndex) in <lambda>()125 ?: throw RuntimeException("encoderOutputBuffer $outputBufferIndex was null") in <lambda>()142 encoder.releaseOutputBuffer(outputBufferIndex, false) in <lambda>()148 throw AssertionError("Unexpected dequeueOutputBuffer response $outputBufferIndex") in <lambda>()