Searched refs:pNalLenInByte (Results 1 – 4 of 4) sorted by relevance
98 iTotalNalLen += pParser->pNalLenInByte[iNum++]; in DecodeFrameConstruction()137 pParser->pNalLenInByte [pParser->iNalNum ++] = pSpsBs->uiSpsBsLen; in DecodeFrameConstruction()140 pParser->pNalLenInByte [pParser->iNalNum ++] = pPpsBs->uiPpsBsLen; in DecodeFrameConstruction()156 pParser->pNalLenInByte [pParser->iNalNum ++] = iNalLen; in DecodeFrameConstruction()639 …pCtx->pParserBsInfo->pNalLenInByte = static_cast<int*> (pMa->WelsMallocz (pCtx->iMaxNalNum * sizeo… in InitBsBuffer()641 if (pCtx->pParserBsInfo->pNalLenInByte == NULL) { in InitBsBuffer()704 if (!pParser->pNalLenInByte) in ExpandBsLenBuffer()726 memcpy (pNewLenBuffer, pParser->pNalLenInByte, pCtx->iMaxNalNum * sizeof (int)); in ExpandBsLenBuffer()727 pMa->WelsFree (pParser->pNalLenInByte, "pCtx->pParserBsInfo->pNalLenInByte"); in ExpandBsLenBuffer()728 pParser->pNalLenInByte = pNewLenBuffer; in ExpandBsLenBuffer()[all …]
724 int* pNalLenInByte; ///< each nal length member
1256 memset (pDecContext->pParserBsInfo->pNalLenInByte, 0, MAX_NAL_UNITS_IN_LAYER); in DecodeParser()
928 iLen += BsInfo_.pNalLenInByte[i]; in TEST_F()