Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp476 if (kpSps->uiPocType == 0) { in CheckAccessUnitBoundaryExt()
481 } else if (kpSps->uiPocType == 1) { in CheckAccessUnitBoundaryExt()
536 if (kpSps->uiPocType == 0) { in CheckAccessUnitBoundary()
541 } else if (kpSps->uiPocType == 1) { in CheckAccessUnitBoundary()
1022 pSps->uiPocType = uiCode; in ParseSps()
1024 if (0 == pSps->uiPocType) { in ParseSps()
1031 } else if (1 == pSps->uiPocType) { in ParseSps()
1049 if (pSps->uiPocType > 2) { in ParseSps()
1050 …lsLog (& (pCtx->sLogCtx), WELS_LOG_WARNING, " illegal pic_order_cnt_type: %d ! ", pSps->uiPocType); in ParseSps()
1205 BsWriteUE (&sSubsetSpsBs, pSps->uiPocType); //pic_order_cnt_type in ParseSps()
[all …]
Ddecoder_core.cpp1068 if (pSps->uiPocType == 0) { in ParseSliceHeaderSyntaxs()
1102 } else if (pSps->uiPocType == 1 && !pSps->bDeltaPicOrderAlwaysZeroFlag) { in ParseSliceHeaderSyntaxs()
/third_party/openh264/codec/decoder/core/inc/
Dparameter_sets.h84 uint32_t uiPocType; member