Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp1261 PSps pTmpSps = NULL; in ParseSps() local
1263 pTmpSps = &pCtx->sSpsPpsCtx.sSubsetSpsBuffer[iSpsId].sSps; in ParseSps()
1265 pTmpSps = &pCtx->sSpsPpsCtx.sSpsBuffer[iSpsId]; in ParseSps()
1267 if (CheckSpsActive (pCtx, pTmpSps, kbUseSubsetFlag)) { in ParseSps()