Home
last modified time | relevance | path

Searched refs:WelsDecodeBs (Results 1 – 4 of 4) 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/test/decoder/
DDecUT_ParseSyntax.cpp60 WelsDecodeBs (m_pDecContext, kpSrc, kiSrcLen, ppDst, in DecodeFrame()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp802 WelsDecodeBs (pDecContext, kpSrc, kiSrcLen, ppDst, in DecodeFrame2WithCtx()
1266 WelsDecodeBs (pDecContext, kpSrc, kiSrcLen, NULL, NULL, pDstInfo); in DecodeParser()
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp738 int32_t WelsDecodeBs (PWelsDecoderContext pCtx, const uint8_t* kpBsBuf, const int32_t kiBsLen, in WelsDecodeBs() function