Searched refs:outputByteBuffer (Results 1 – 2 of 2) sorted by relevance
135 ByteBuffer outputByteBuffer = outputFrameHolder.byteBuffer; in read() local138 decoderJni.decodeSampleWithBacktrackPosition(outputByteBuffer, lastDecodePosition); in read()142 int outputSize = outputByteBuffer.limit(); in read()229 ByteBuffer outputByteBuffer = outputFrameHolder.byteBuffer; in handlePendingSeek() local230 if (seekResult == RESULT_CONTINUE && outputByteBuffer.limit() > 0) { in handlePendingSeek()231 outputSample(outputBuffer, outputByteBuffer.limit(), outputFrameHolder.timeUs, trackOutput); in handlePendingSeek()
45 public OutputFrameHolder(ByteBuffer outputByteBuffer) { in OutputFrameHolder() argument47 this.byteBuffer = outputByteBuffer; in OutputFrameHolder()