Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp747 int32_t iSrcLength = 0; //the total size of current AU or NAL in WelsDecodeBs() local
764 iSrcLength = kiBsLen - iOffset; in WelsDecodeBs()
782 while (iSrcConsumed < iSrcLength) { in WelsDecodeBs()
783 …if ((2 + iSrcConsumed < iSrcLength) && (0 == LD16 (pSrcNal + iSrcIdx)) && (pSrcNal[2 + iSrcIdx] <=… in WelsDecodeBs()
797 if ((3 + iSrcConsumed < iSrcLength) && pSrcNal[3 + iSrcIdx] > 0x03) { in WelsDecodeBs()
851 if ((iSrcLength - iSrcConsumed + 4) > (pRawData->pEnd - pDstNal)) { in WelsDecodeBs()