Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h230 OVERWRITE_SPS = 1 << 1, enumerator
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp1287 pCtx->sSpsPpsCtx.iOverwriteFlags |= OVERWRITE_SPS; in ParseSps()
1292 pCtx->sSpsPpsCtx.iOverwriteFlags |= OVERWRITE_SPS; in ParseSps()
Ddecoder_core.cpp2221 if (pCtx->sSpsPpsCtx.iOverwriteFlags & OVERWRITE_SPS) { in WriteBackActiveParameters()
2900 bAuBoundaryFlag = !! (pCtx->sSpsPpsCtx.iOverwriteFlags & OVERWRITE_SPS); in CheckAndFinishLastPic()