Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h260 int32_t iPPSLastInvalidId; member
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp956 if (pCtx->sSpsPpsCtx.iPPSLastInvalidId != iPpsId) { in ParseSliceHeaderSyntaxs()
958 pCtx->sSpsPpsCtx.iPPSLastInvalidId, pCtx->sSpsPpsCtx.iPPSInvalidNum); in ParseSliceHeaderSyntaxs()
959 pCtx->sSpsPpsCtx.iPPSLastInvalidId = iPpsId; in ParseSliceHeaderSyntaxs()
967 pCtx->sSpsPpsCtx.iPPSLastInvalidId = -1; in ParseSliceHeaderSyntaxs()
Ddecoder.cpp381 sSpsPpsCtx.iPPSLastInvalidId = -1; in WelsDecoderSpsPpsDefaults()