Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp151 … || IS_AU_DELIMITER_NAL (pNalUnitHeader->eNalUnitType) || pCtx->sSpsPpsCtx.bSpsExistAheadFlag)) { in ParseNalHeader()
178 if ((IS_VCL_NAL_AVC_BASE (pNalUnitHeader->eNalUnitType) && ! (pCtx->sSpsPpsCtx.bSpsExistAheadFlag in ParseNalHeader()
180 …(IS_NEW_INTRODUCED_SVC_NAL (pNalUnitHeader->eNalUnitType) && ! (pCtx->sSpsPpsCtx.bSpsExistAheadFlag in ParseNalHeader()
1307 pCtx->sSpsPpsCtx.bSpsExistAheadFlag = true; in ParseSps()
Ddecoder.cpp373 sSpsPpsCtx.bSpsExistAheadFlag = false; in WelsDecoderSpsPpsDefaults()
Ddecoder_core.cpp1865 pCtx->sSpsPpsCtx.bSpsExistAheadFlag = false; in ForceResetParaSetStatusAndAUList()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h249 …bool bSpsExistAheadFlag; // whether does SPS NAL exist ahead of seque… member