Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h246 bool bAvcBasedFlag; // For decoding bitstream: member
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp376 sSpsPpsCtx.bAvcBasedFlag = true; in WelsDecoderSpsPpsDefaults()
Ddecoder_core.cpp2141 if (!pCtx->sSpsPpsCtx.bAvcBasedFlag && !CheckIntegrityNalUnitsList (pCtx)) { in WelsDecodeAccessUnitStart()
2148 if (!pCtx->sSpsPpsCtx.bAvcBasedFlag) { in WelsDecodeAccessUnitStart()
Dau_parser.cpp1257 pCtx->sSpsPpsCtx.bAvcBasedFlag = false; in ParseSps()
Ddecode_slice.cpp98 if (!pCtx->sSpsPpsCtx.bAvcBasedFlag && iCurLayerWidth != pCtx->iCurSeqIntervalMaxPicWidth) { in WelsTargetSliceConstruction()