Searched refs:cmMallocMemeError (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/test/decoder/ |
D | DecUT_ParseSyntax.cpp | 87 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/ |
D | codec_def.h | 84 cmMallocMemeError, ///< malloc a memory error enumerator
|
/third_party/openh264/codec/decoder/plus/src/ |
D | welsDecoderExt.cpp | 262 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/ |
D | welsEncoderExt.cpp | 185 return cmMallocMemeError; in Initialize() 212 return cmMallocMemeError; in InitializeExt() 420 return cmMallocMemeError; in EncodeFrameInternal()
|