Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp260 …const int32_t kiPpsSize = pCtx->pFuncList->pParametersetStrategy->GetNeededPpsNum() * PPS_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.cpp1576 …const int32_t kiPpsSize = (*ppCtx)->pFuncList->pParametersetStrategy->GetNeededPpsNum() * PPS_BUFF… in RequestMemorySvc() local
1577 iNonVclLayersBsSizeCount = SSEI_BUFFER_SIZE + kiSpsSize + kiPpsSize; in RequestMemorySvc()