Home
last modified time | relevance | path

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

/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp67 void UninitDecoder (PWelsDecoderContext& pCtx) { in UninitDecoder() function
99 WELS_VERIFY_RETURN_PROC_IF (cmMallocMemeError, (NULL == pCtx->pParam), UninitDecoder (pCtx)); in InitDecoder()
103 …WELS_VERIFY_RETURN_PROC_IF (cmInitParaError, WelsInitDecoder (pCtx, pLogCtx), UninitDecoder (pCtx)… in InitDecoder()
216 UninitDecoder (m_pCtx); in Uninit()
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h144 void UninitDecoder (void);
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp236 UninitDecoder(); in ~CWelsDecoder()
279 UninitDecoder(); in Uninitialize()
284 void CWelsDecoder::UninitDecoder (void) { in UninitDecoder() function in WelsDec::CWelsDecoder
384 UninitDecoder(); in InitDecoder()
465 UninitDecoder(); in ThreadResetDecoder()