Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp165 … || IS_AU_DELIMITER_NAL (pNalUnitHeader->eNalUnitType) || pCtx->sSpsPpsCtx.bPpsExistAheadFlag)) { in ParseNalHeader()
179 || pCtx->sSpsPpsCtx.bPpsExistAheadFlag)) || in ParseNalHeader()
182 || pCtx->sSpsPpsCtx.bPpsExistAheadFlag))) { in ParseNalHeader()
635 pCtx->sSpsPpsCtx.bPpsExistAheadFlag = true; in ParseNonVclNal()
Ddecoder.cpp375 sSpsPpsCtx.bPpsExistAheadFlag = false; in WelsDecoderSpsPpsDefaults()
Ddecoder_core.cpp1867 pCtx->sSpsPpsCtx.bPpsExistAheadFlag = false; in ForceResetParaSetStatusAndAUList()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h251 …bool bPpsExistAheadFlag; // whether does PPS NAL exist ahead of seque… member