Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h229 OVERWRITE_PPS = 1, enumerator
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp2217 if (pCtx->sSpsPpsCtx.iOverwriteFlags & OVERWRITE_PPS) { in WriteBackActiveParameters()
2904 bAuBoundaryFlag = !! (pCtx->sSpsPpsCtx.iOverwriteFlags & OVERWRITE_PPS); in CheckAndFinishLastPic()
Dau_parser.cpp1447 pCtx->sSpsPpsCtx.iOverwriteFlags |= OVERWRITE_PPS; in ParsePps()