Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp2507 bool bAllRefComplete = true; // Assume default all ref picutres are complete in DecodeCurrentAccessUnit() local
2686 bAllRefComplete = false; in DecodeCurrentAccessUnit()
2704 bAllRefComplete = false; // RPLR error, set ref pictures complete flag false in DecodeCurrentAccessUnit()
2735 bAllRefComplete = false; in DecodeCurrentAccessUnit()
2750 if (bAllRefComplete && pCtx->eSliceType != I_SLICE) { in DecodeCurrentAccessUnit()
2753 bAllRefComplete &= CheckRefPicturesComplete (pCtx); in DecodeCurrentAccessUnit()
2755 bAllRefComplete = false; in DecodeCurrentAccessUnit()
2782 pCtx->pDec->bIsComplete = bAllRefComplete; in DecodeCurrentAccessUnit()
2952 bool bAllRefComplete = true; in CheckRefPicturesComplete() local
2954 for (int32_t iMbIdx = 0; bAllRefComplete in CheckRefPicturesComplete()
[all …]