Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dparaset_strategy.cpp353 uint32_t uiNextIdInBs = sParaSetOffsetVariable->uiNextParaSetIdToUseInBs; in ParasetIdAdditionIdAdjust() local
356 sParaSetOffsetVariable->iParaSetIdDelta[kiEncId] = uiNextIdInBs - in ParasetIdAdditionIdAdjust()
359 sParaSetOffsetVariable->bUsedParaSetIdInBs[uiNextIdInBs] = true; // update current used_id in ParasetIdAdditionIdAdjust()
363 ++uiNextIdInBs; in ParasetIdAdditionIdAdjust()
364 if (uiNextIdInBs >= kuiMaxIdInBs) { in ParasetIdAdditionIdAdjust()
365 uiNextIdInBs = 0;//ensure the SPS_ID wound not exceed MAX_SPS_COUNT in ParasetIdAdditionIdAdjust()
368 sParaSetOffsetVariable->uiNextParaSetIdToUseInBs = uiNextIdInBs; in ParasetIdAdditionIdAdjust()