Home
last modified time | relevance | path

Searched refs:cmMallocMemeError (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp87 return cmMallocMemeError; in InitDecoder()
92 return cmMallocMemeError; in InitDecoder()
99 WELS_VERIFY_RETURN_PROC_IF (cmMallocMemeError, (NULL == pCtx->pParam), UninitDecoder (pCtx)); in InitDecoder()
/third_party/openh264/codec/api/svc/
Dcodec_def.h84 cmMallocMemeError, ///< malloc a memory error enumerator
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp262 return cmMallocMemeError; in Initialize()
408 return cmMallocMemeError; 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()
430 WELS_VERIFY_RETURN_PROC_IF (cmMallocMemeError, WelsInitDecoder (pCtx, &m_pWelsTrace->m_sLogCtx), in InitDecoderCtx()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp185 return cmMallocMemeError; in Initialize()
212 return cmMallocMemeError; in InitializeExt()
420 return cmMallocMemeError; in EncodeFrameInternal()