Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp290 UninitDecoderCtx (m_pDecThrCtx[i].pCtx); in UninitDecoder()
345 void CWelsDecoder::UninitDecoderCtx (PWelsDecoderContext& pCtx) { in UninitDecoderCtx() function in WelsDec::CWelsDecoder
405 UninitDecoderCtx (pCtx); in InitDecoderCtx()
411 WELS_VERIFY_RETURN_PROC_IF (cmMallocMemeError, (NULL == pCtx->pMemAlign), UninitDecoderCtx (pCtx)) in InitDecoderCtx()
425 WELS_VERIFY_RETURN_PROC_IF (cmMallocMemeError, (NULL == pCtx->pParam), UninitDecoderCtx (pCtx)); in InitDecoderCtx()
431 UninitDecoderCtx (pCtx)) in InitDecoderCtx()
448 UninitDecoderCtx (pCtx)); in ResetDecoder()
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h146 void UninitDecoderCtx (PWelsDecoderContext& pCtx);