Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h152 …int ThreadDecodeFrameInternal (const unsigned char* kpSrc, const int kiSrcLen, unsigned char** ppD…
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp696 iRet = ThreadDecodeFrameInternal (kpSrc, kiSrcLen, ppDst, pDstInfo); in DecodeFrameNoDelay()
1382 int CWelsDecoder::ThreadDecodeFrameInternal (const unsigned char* kpSrc, const int kiSrcLen, unsign… in ThreadDecodeFrameInternal() function in WelsDec::CWelsDecoder