Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp259 …const int32_t kiSpsSize = pCtx->pFuncList->pParametersetStrategy->GetNeededSpsNum() * SPS_BUFFER_S… in InitFrameBsBuffer() local
262 int32_t iNonVclLayersBsSizeCount = SSEI_BUFFER_SIZE + kiSpsSize + kiPpsSize; in InitFrameBsBuffer()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp1575 …const int32_t kiSpsSize = (*ppCtx)->pFuncList->pParametersetStrategy->GetNeededSpsNum() * SPS_BUFF… in RequestMemorySvc() local
1577 iNonVclLayersBsSizeCount = SSEI_BUFFER_SIZE + kiSpsSize + kiPpsSize; in RequestMemorySvc()