Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp325 pCurNal->sNalData.sVclNal.pNalPos = pSavedData->pCurPos; in ParseNalHeader()
344 pSavedData->pCurPos[0] = pSavedData->pCurPos[1] = pSavedData->pCurPos[2] = 0x0; in ParseNalHeader()
345 pSavedData->pCurPos[3] = 0x1; in ParseNalHeader()
346 pSavedData->pCurPos[4] = * (pSrcNal + iCurrStartByte); in ParseNalHeader()
347 pSavedData->pCurPos += 5; in ParseNalHeader()
349 memcpy (pSavedData->pCurPos, pSrcNal + iOffset, iActualLen - iOffset); in ParseNalHeader()
350 pSavedData->pCurPos += iActualLen - iOffset; in ParseNalHeader()
354 pCurNal->sNalData.sVclNal.pNalPos = pSavedData->pCurPos; in ParseNalHeader()
363 pSavedData->pCurPos[0] = 0x0; in ParseNalHeader()
367 memcpy (pSavedData->pCurPos + iStartDeltaByte, pSrcNal, iActualLen); in ParseNalHeader()
[all …]
Ddecoder.cpp767 if ((kiBsLen + 4) > (pRawData->pEnd - pRawData->pCurPos)) { in WelsDecodeBs()
768 pRawData->pCurPos = pRawData->pHead; in WelsDecodeBs()
773 if ((kiBsLen + 4) > (pSavedData->pEnd - pSavedData->pCurPos)) { in WelsDecodeBs()
774 pSavedData->pCurPos = pSavedData->pHead; in WelsDecodeBs()
779 pDstNal = pRawData->pCurPos; in WelsDecodeBs()
853 pDstNal = pRawData->pCurPos = pRawData->pHead; in WelsDecodeBs()
855 pRawData->pCurPos = pDstNal; in WelsDecodeBs()
874 …pRawData->pCurPos = pDstNal + iDstIdx + 4; //init, increase 4 reserved zero bytes, used to store t… in WelsDecodeBs()
Ddecoder_core.cpp616 pCtx->sRawData.pStartPos = pCtx->sRawData.pCurPos = pCtx->sRawData.pHead; in InitBsBuffer()
635 pCtx->sSavedData.pStartPos = pCtx->sSavedData.pCurPos = pCtx->sSavedData.pHead; in InitBsBuffer()
675 pCtx->sRawData.pCurPos = pNewBsBuff + (pCtx->sRawData.pCurPos - pCtx->sRawData.pHead); in ExpandBsBuffer()
692 …pCtx->sSavedData.pCurPos = pNewSavedBsBuff + (pCtx->sSavedData.pCurPos - pCtx->sSavedData.pHea… in ExpandBsBuffer()
794 pCtx->sRawData.pCurPos = NULL; in WelsFreeStaticMemory()
802 pCtx->sSavedData.pCurPos = NULL; in WelsFreeStaticMemory()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h113 uint8_t* pCurPos; member