Searched refs:mOutputIndex (Results 1 – 1 of 1) sorted by relevance
47 private int mOutputIndex; field in MediaCodecAudioDecoder101 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 …]