Home
last modified time | relevance | path

Searched refs:kpBsBuf (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
757 if (NULL == DetectStartCodePrefix (kpBsBuf, &iOffset, in WelsDecodeBs()
763 pSrcNal = const_cast<uint8_t*> (kpBsBuf) + iOffset; in WelsDecodeBs()