Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp266 int32_t iCountBsLen = iNonVclLayersBsSizeCount + iVclLayersBsSizeCount; in InitFrameBsBuffer() local
275 pCtx->pOut->pBsBuffer = (uint8_t*)pCtx->pMemAlign->WelsMallocz (iCountBsLen, "pOut->pBsBuffer"); in InitFrameBsBuffer()
277 pCtx->pOut->uiSize = iCountBsLen; in InitFrameBsBuffer()
285 pCtx->pFrameBs = (uint8_t*)pCtx->pMemAlign->WelsMalloc (iCountBsLen, "pFrameBs"); in InitFrameBsBuffer()
287 pCtx->iFrameBsSize = iCountBsLen; in InitFrameBsBuffer()
/third_party/openh264/codec/encoder/core/src/
Dslice_multi_threading.cpp251 …questMtResource (sWelsEncCtx** ppCtx, SWelsSvcCodingParam* pCodingParam, const int32_t iCountBsLen, in RequestMtResource() argument
261 if (NULL == ppCtx || NULL == pCodingParam || NULL == *ppCtx || iCountBsLen <= 0) in RequestMtResource()
342 pSmt->pThreadBsBuffer[iIdx] = (uint8_t*)pMa->WelsMallocz (iCountBsLen, "pSmt->pThreadBsBuffer"); in RequestMtResource()
Dencoder_ext.cpp1537 int32_t iCountBsLen = 0; in RequestMemorySvc() local
1613 iCountBsLen = iNonVclLayersBsSizeCount + iVclLayersBsSizeCount; in RequestMemorySvc()
1616 iTotalLength = iCountBsLen; in RequestMemorySvc()
1625 (*ppCtx)->pOut->pBsBuffer = (uint8_t*)pMa->WelsMallocz (iCountBsLen, "pOut->pBsBuffer"); in RequestMemorySvc()
1627 (*ppCtx)->pOut->uiSize = iCountBsLen; in RequestMemorySvc()
1650 && RequestMtResource (ppCtx, pParam, iCountBsLen, iMaxSliceBufferSize, bDynamicSlice)) { in RequestMemorySvc()