HomeSort by relevance Sort by last modified time
    Searched refs:mNextOutputPOC (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp 62 mNextOutputPOC(MINIMUM_POC),
198 mNextOutputPOC = MINIMUM_POC;
230 mNextOutputPOC = MINIMUM_POC;
459 mNextOutputPOC = outputByPoc->pictureOrder + 1;
462 mNextOutputPOC = MINIMUM_POC;
466 // POC of the output candidate must not be less than mNextOutputPOC
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->pictureOrder)
    [all...]
VideoDecoderBase.h 42 // POC: 4P, 8P, 10P, 6B and mNextOutputPOC = 5
192 int32_t mNextOutputPOC; // Picture order count of next output

Completed in 37 milliseconds