Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h143 int32_t InitDecoder (const SDecodingParam* pParam);
/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp83 int32_t InitDecoder (const SDecodingParam* pParam, PWelsDecoderContext pCtx, SLogContext* pLogCtx) { in InitDecoder() function
115 iRet = InitDecoder (pParam, pCtx, pLogCtx); in Initialize()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp271 iRet = InitDecoder (pParam); in Initialize()
371 int32_t CWelsDecoder::InitDecoder (const SDecodingParam* pParam) { in InitDecoder() function in WelsDec::CWelsDecoder
466 InitDecoder (&sPrevParam); in ThreadResetDecoder()