Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dnal_encap.h96 int32_t iNalLen[2]; member
/third_party/openh264/codec/encoder/core/src/
Dslice_multi_threading.cpp453 pLbi->pNalLengthInByte[iNalIdxBase + iNalIdx] = pSliceBs->iNalLen[iNalIdx]; in AppendSliceToFrameBs()
485 pSliceBs->iNalLen[iNalIdx] = iNalSize; in WriteSliceBs()
Dencoder_ext.cpp3000 int32_t iNalLen; in WritePadding() local
3027 &iNalLen); in WritePadding()
3030 pCtx->iPosBsBuffer += iNalLen; in WritePadding()
3031 iSize += iNalLen; in WritePadding()
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp95 int32_t iNalLen = 0; in DecodeFrameConstruction() local
154 iNalLen = pCurNal->sNalData.sVclNal.iNalLength; in DecodeFrameConstruction()
156 pParser->pNalLenInByte [pParser->iNalNum ++] = iNalLen; in DecodeFrameConstruction()
157 if (pDstBuf - pParser->pDstBuff + iNalLen >= MAX_ACCESS_UNIT_CAPACITY) { in DecodeFrameConstruction()
160 …(long) (pDstBuf - pParser->pDstBuff + iNalLen), MAX_ACCESS_UNIT_CAPACITY, iIdx, iEndIdx, iNum, pPa… in DecodeFrameConstruction()
161 iTotalNalLen, iNalLen, pDstBuf, pParser->pDstBuff); in DecodeFrameConstruction()
167 memcpy (pDstBuf, pNalBs, iNalLen); in DecodeFrameConstruction()
168 pDstBuf += iNalLen; in DecodeFrameConstruction()