Home
last modified time | relevance | path

Searched refs:MApi_CMA_Pool_Init (Results 1 – 17 of 17) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvCMAPool.c234 MS_BOOL __attribute__((weak)) MApi_CMA_Pool_Init(struct CMA_Pool_Init_Param *Init_Param) in MApi_CMA_Pool_Init() function
506 ret =MApi_CMA_Pool_Init(&Init_Param);
691 MS_BOOL __attribute__((weak)) MApi_CMA_Pool_Init(struct CMA_Pool_Init_Param *Init_Param) in MApi_CMA_Pool_Init() function
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvCMAPool_v2.h211 MS_BOOL __attribute__((weak)) MApi_CMA_Pool_Init(struct CMA_Pool_Init_Param * Init_Param);
H A DdrvCMAPool.h265 MS_BOOL __attribute__((weak)) MApi_CMA_Pool_Init(struct CMA_Pool_Init_Param * Init_Param);
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvCMAPool.h208 MS_BOOL __attribute__((weak)) MApi_CMA_Pool_Init(struct CMA_Pool_Init_Param * Init_Param);
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvCMAPool.c215 MS_BOOL __attribute__((weak)) MApi_CMA_Pool_Init(struct CMA_Pool_Init_Param *Init_Param) in MApi_CMA_Pool_Init() function
H A DMsOSmm.c576 if ((ret = MApi_CMA_Pool_Init(&cmaInitParam)) == FALSE) in MSOS_MMPool_Init()
/utopia/UTPA2-700.0.x/modules/vd/drv/avd/
H A DdrvAVD.c195 if(MApi_CMA_Pool_Init(&AVD_CMA_Pool_Init_PARAM) == FALSE) in MDrv_AVD_Init()
/utopia/UTPA2-700.0.x/modules/demodulator/drv/demod/
H A DdrvDMD_DTMB.c663 if (MApi_CMA_Pool_Init(&_DTMB_CMA_Pool_Init_PARAM) == FALSE) in _MDrv_DMD_DTMB_MD_Init()
H A DdrvDMD_ISDBT.c610 if (MApi_CMA_Pool_Init(&_ISDBT_CMA_Pool_Init_PARAM) == FALSE) in _MDrv_DMD_ISDBT_MD_Init()
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo_context.c311 ret = MApi_CMA_Pool_Init(&CMA_Pool_Init_PARAM[eCma_Win][CMA_XC_SELF_MEM]); in mvideo_sc_variable_init()
336 ret = MApi_CMA_Pool_Init(&CMA_Pool_Init_PARAM[eCma_Win][CMA_XC_COBUFF_MEM]); in mvideo_sc_variable_init()
372 ret = MApi_CMA_Pool_Init(&CMA_Pool_Init_PARAM[CMA_XC_SELF_MEM]); in mvideo_sc_variable_init()
397 ret = MApi_CMA_Pool_Init(&CMA_Pool_Init_PARAM[CMA_XC_COBUFF_MEM]); in mvideo_sc_variable_init()
H A Dmvideo.c967 ret = MApi_CMA_Pool_Init(&CMA_Pool_Init_PARAM[CMA_XC_SELF_MEM]); in _MApi_XC_Init_WithoutCreateMutex()
990 ret = MApi_CMA_Pool_Init(&CMA_Pool_Init_PARAM[CMA_XC_COBUFF_MEM]); in _MApi_XC_Init_WithoutCreateMutex()
H A Dmvideo.c.0964 ret = MApi_CMA_Pool_Init(&CMA_Pool_Init_PARAM[CMA_XC_SELF_MEM]);
987 ret = MApi_CMA_Pool_Init(&CMA_Pool_Init_PARAM[CMA_XC_COBUFF_MEM]);
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c3100 if (MApi_CMA_Pool_Init(pstCmaInitParam) == FALSE) in _VDEC_EX_NdecAllocator_CMAInit()
8593 if (MApi_CMA_Pool_Init(&pVdecExContext->cmaInitParam[0]) == FALSE) in _VDEC_Init_Share_Mem()
8612 if (MApi_CMA_Pool_Init(&pVdecExContext->cmaInitParam[1]) == FALSE) in _VDEC_Init_Share_Mem()
20304 if (MApi_CMA_Pool_Init(&pVdecExContext->cmaInitParam[0]) == FALSE) in MApi_VDEC_EX_V2_Init()
20334 if (MApi_CMA_Pool_Init(&pVdecExContext->cmaInitParam[1]) == FALSE) in MApi_VDEC_EX_V2_Init()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c.03309 if(MApi_CMA_Pool_Init(pstCmaInitParam) == FALSE)
3311 …VDEC_PRINT("[NDec][ALLOC][ERR][%s][%d] MApi_CMA_Pool_Init fail: heap_id=0x%x\n",__FUNCTION__, __LI…
3317 …VDEC_PRINT("[NDec][ALLOC][DBG][%s][%d] MApi_CMA_Pool_Init: heap_id=0x%x, miu=%d, offset=0x%08llX, …
21926 if (MApi_CMA_Pool_Init(&pVdecExContext->cmaInitParam[0]) == FALSE)
21944 …VPRINTF("[VDEC][%d] MApi_CMA_Pool_Init[0]: pool_handle_id=%x, miu=%d, offset=%llx, length=%x , Fra…
21956 if (MApi_CMA_Pool_Init(&pVdecExContext->cmaInitParam[1]) == FALSE)
21958 VPRINTF("[VDEC][%d] MApi_CMA_Pool_Init[1] Failed\n", (unsigned int)u8Idx);
21975 …VPRINTF("[VDEC][%d] MApi_CMA_Pool_Init[1]: pool_handle_id=%x, miu=%d, offset=%llx, length=%x , Fra…
H A DapiVDEC_EX.c3309 if(MApi_CMA_Pool_Init(pstCmaInitParam) == FALSE) in _VDEC_EX_NdecAllocator_CMAInit()
22647 if (MApi_CMA_Pool_Init(&pVdecExContext->cmaInitParam[0]) == FALSE) in MApi_VDEC_EX_V2_Init()
22677 if (MApi_CMA_Pool_Init(&pVdecExContext->cmaInitParam[1]) == FALSE) in MApi_VDEC_EX_V2_Init()
/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c5730 MS_BOOL ret = MApi_CMA_Pool_Init(&stDMSCMA_Pool_Init_PARAM[enMemType]); in _MDrv_DMS_Setup_CMA()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt13573 MS_BOOL __attribute__((weak)) MApi_CMA_Pool_Init(struct CMA_Pool_Init_Param * Init_Param);
71291 MS_BOOL __attribute__((weak)) MApi_CMA_Pool_Init(struct CMA_Pool_Init_Param * Init_Param);