Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoDecoder.cpp225 if (mExtractorFinished && (mCountQueuedBuffers == 0) && mDecodedBuffers.empty()) { in decoderThreadFunction()
238 mExtractorFinished = false; in decoderThreadFunction()
246 if (mExtractorFinished) { in addFramesToCodec()
267 mExtractorFinished = true; in addFramesToCodec()
DVideoDecoder.h88 bool mExtractorFinished = false; variable