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 D | drvCMAPool.c | 234 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 D | drvCMAPool_v2.h | 211 MS_BOOL __attribute__((weak)) MApi_CMA_Pool_Init(struct CMA_Pool_Init_Param * Init_Param);
|
| H A D | drvCMAPool.h | 265 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 D | drvCMAPool.h | 208 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 D | drvCMAPool.c | 215 MS_BOOL __attribute__((weak)) MApi_CMA_Pool_Init(struct CMA_Pool_Init_Param *Init_Param) in MApi_CMA_Pool_Init() function
|
| H A D | MsOSmm.c | 576 if ((ret = MApi_CMA_Pool_Init(&cmaInitParam)) == FALSE) in MSOS_MMPool_Init()
|
| /utopia/UTPA2-700.0.x/modules/vd/drv/avd/ |
| H A D | drvAVD.c | 195 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 D | drvDMD_DTMB.c | 663 if (MApi_CMA_Pool_Init(&_DTMB_CMA_Pool_Init_PARAM) == FALSE) in _MDrv_DMD_DTMB_MD_Init()
|
| H A D | drvDMD_ISDBT.c | 610 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 D | mvideo_context.c | 311 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 D | mvideo.c | 967 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 D | mvideo.c.0 | 964 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 D | apiVDEC_EX.c | 3100 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 D | apiVDEC_EX.c.0 | 3309 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 D | apiVDEC_EX.c | 3309 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 D | drvDMS.c | 5730 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 D | preprocess.txt | 13573 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);
|