Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h264 int32_t iSubSPSLastInvalidId; member
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp982 if (pCtx->sSpsPpsCtx.iSubSPSLastInvalidId != pPps->iSpsId) { in ParseSliceHeaderSyntaxs()
984 pCtx->sSpsPpsCtx.iSubSPSLastInvalidId, pCtx->sSpsPpsCtx.iSubSPSInvalidNum); in ParseSliceHeaderSyntaxs()
985 pCtx->sSpsPpsCtx.iSubSPSLastInvalidId = pPps->iSpsId; in ParseSliceHeaderSyntaxs()
993 pCtx->sSpsPpsCtx.iSubSPSLastInvalidId = -1; in ParseSliceHeaderSyntaxs()
Ddecoder.cpp385 sSpsPpsCtx.iSubSPSLastInvalidId = -1; in WelsDecoderSpsPpsDefaults()