Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dslice.h77 uint32_t uiMmcoType; member
93 uint32_t uiMmcoType; member
/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp55 static int32_t MMCOProcess (PWelsDecoderContext pCtx, PRefPic pRefPic, uint32_t uiMmcoType,
663 for (i = 0; i < MAX_MMCO_COUNT && pRefPicMarking->sMmcoRef[i].uiMmcoType != MMCO_END; i++) { in MMCO()
664 uint32_t uiMmcoType = pRefPicMarking->sMmcoRef[i].uiMmcoType; in MMCO() local
670 if (uiMmcoType > MMCO_LONG) { in MMCO()
673 …iRet = MMCOProcess (pCtx, pRefPic, uiMmcoType, iShortFrameNum, uiLongTermPicNum, iLongTermFrameIdx, in MMCO()
685 static int32_t MMCOProcess (PWelsDecoderContext pCtx, PRefPic pRefPic, uint32_t uiMmcoType, in MMCOProcess() argument
691 switch (uiMmcoType) { in MMCOProcess()
Ddecoder_core.cpp520 kpRefMarking->sMmcoRef[iIdx].uiMmcoType = kuiMmco; in ParseDecRefPicMarking()
1428 if (pRefBasePicMarking->mmco_base[iIdx].uiMmcoType == MMCO_END) in PrefetchNalHeaderExtSyntax()
1430 if (pRefBasePicMarking->mmco_base[iIdx].uiMmcoType == MMCO_SHORT2UNUSED) in PrefetchNalHeaderExtSyntax()
Dau_parser.cpp669 pRefBasePicMarking->mmco_base[iIdx].uiMmcoType = kuiMmco; in ParseRefBasePicMarking()