Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecoder.h123 int32_t WelsDecodeBs (PWelsDecoderContext pCtx, const uint8_t* kpBsBuf, const int32_t kiBsLen,
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp738 int32_t WelsDecodeBs (PWelsDecoderContext pCtx, const uint8_t* kpBsBuf, const int32_t kiBsLen, in WelsDecodeBs() argument
758kiBsLen)) { //CAN'T find the 00 00 01 start prefix from the source buffer in WelsDecodeBs()
764 iSrcLength = kiBsLen - iOffset; in WelsDecodeBs()
766 if ((kiBsLen + 4) > (pRawData->pEnd - pRawData->pCurPos)) { in WelsDecodeBs()
772 if ((kiBsLen + 4) > (pSavedData->pEnd - pSavedData->pCurPos)) { in WelsDecodeBs()