Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp652 …int32_t iNewBuffLen = WELS_MAX ((kiSrcLen * MAX_BUFFERED_NUM), (pCtx->iMaxBsBufferSizeInByte << iE… in ExpandBsBuffer() local
657 …uint8_t* pNewBsBuff = static_cast<uint8_t*> (pMa->WelsMallocz (iNewBuffLen, "pCtx->sRawData.pHead"… in ExpandBsBuffer()
659 …pCtx->sLogCtx), WELS_LOG_ERROR, "ExpandBsBuffer() Failed for malloc pNewBsBuff (%d)", iNewBuffLen); in ExpandBsBuffer()
676 pCtx->sRawData.pEnd = pNewBsBuff + iNewBuffLen; in ExpandBsBuffer()
682 …uint8_t* pNewSavedBsBuff = static_cast<uint8_t*> (pMa->WelsMallocz (iNewBuffLen, "pCtx->sSavedData… in ExpandBsBuffer()
684 …>sLogCtx), WELS_LOG_ERROR, "ExpandBsBuffer() Failed for malloc pNewSavedBsBuff (%d)", iNewBuffLen); in ExpandBsBuffer()
693 pCtx->sSavedData.pEnd = pNewSavedBsBuff + iNewBuffLen; in ExpandBsBuffer()
698 pCtx->iMaxBsBufferSizeInByte = iNewBuffLen; in ExpandBsBuffer()