Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp98 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 …]
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h724 int* pNalLenInByte; ///< each nal length member
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp1256 memset (pDecContext->pParserBsInfo->pNalLenInByte, 0, MAX_NAL_UNITS_IN_LAYER); in DecodeParser()
/third_party/openh264/test/api/
Ddecode_api_test.cpp928 iLen += BsInfo_.pNalLenInByte[i]; in TEST_F()