Home
last modified time | relevance | path

Searched refs:mOutputIndex (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
DMediaCodecAudioDecoder.java47 private int mOutputIndex; field in MediaCodecAudioDecoder
101 mOutputIndex = INDEX_INVALID; in maybeInitDecoder()
112 mOutputIndex = INDEX_INVALID; in resetDecoderState()
123 mOutputIndex = INDEX_INVALID; in release()
184 if (mOutputIndex < 0) { in getOutputIndex()
185 mOutputIndex = mCodec.dequeueOutputBuffer(mOutputBufferInfo, 0); in getOutputIndex()
190 return mOutputIndex; in getOutputIndex()
202 mCodec.releaseOutputBuffer(mOutputIndex, false); in maybeDecodeOnlyIndex()
205 mOutputIndex = INDEX_INVALID; in maybeDecodeOnlyIndex()
213 if (maybeDecodeOnlyIndex() || mOutputIndex < 0) { in getDecodedSample()
[all …]