Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h262 int32_t iSPSLastInvalidId; member
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp997 if (pCtx->sSpsPpsCtx.iSPSLastInvalidId != pPps->iSpsId) { in ParseSliceHeaderSyntaxs()
999 pCtx->sSpsPpsCtx.iSPSLastInvalidId, pCtx->sSpsPpsCtx.iSPSInvalidNum); in ParseSliceHeaderSyntaxs()
1000 pCtx->sSpsPpsCtx.iSPSLastInvalidId = pPps->iSpsId; in ParseSliceHeaderSyntaxs()
1008 pCtx->sSpsPpsCtx.iSPSLastInvalidId = -1; in ParseSliceHeaderSyntaxs()
Ddecoder.cpp383 sSpsPpsCtx.iSPSLastInvalidId = -1; in WelsDecoderSpsPpsDefaults()