Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp62 mNextOutputPOC(MINIMUM_POC), in VideoDecoderBase()
198 mNextOutputPOC = MINIMUM_POC; in stop()
230 mNextOutputPOC = MINIMUM_POC; in flush()
459 mNextOutputPOC = outputByPoc->pictureOrder + 1;
462 mNextOutputPOC = MINIMUM_POC;
467 if (p->pictureOrder < mNextOutputPOC) {
487 mNextOutputPOC = MINIMUM_POC;
492 if (outputByPoc->pictureOrder != 0 && outputByPoc->pictureOrder < mNextOutputPOC) {
493 …ETRACE("Output POC is not incremental, expected %d, actual %d", mNextOutputPOC, outputByPoc->pictu…
497 mNextOutputPOC = outputByPoc->pictureOrder + 1;
[all …]
DVideoDecoderBase.h192 int32_t mNextOutputPOC; // Picture order count of next output variable