Searched refs:mExtractorFinished (Results 1 – 2 of 2) sorted by relevance
225 if (mExtractorFinished && (mCountQueuedBuffers == 0) && mDecodedBuffers.empty()) { in decoderThreadFunction()238 mExtractorFinished = false; in decoderThreadFunction()246 if (mExtractorFinished) { in addFramesToCodec()267 mExtractorFinished = true; in addFramesToCodec()
88 bool mExtractorFinished = false; variable