Home
last modified time | relevance | path

Searched refs:stCMAFreeParam (Results 1 – 12 of 12) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/hal/messi/xc/
H A Dmhal_sc.c5323 struct CMA_Pool_Free_Param stCMAFreeParam; in MHal_XC_Release_CMA() local
5327stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM[enCmaClient].heap_id; //in: pool handle id, wh… in MHal_XC_Release_CMA()
5328 stCMAFreeParam.offset_in_pool = stXC_CMA_Config[enCmaClient].u64AddrHeapOffset; in MHal_XC_Release_CMA()
5329stCMAFreeParam.length = gSrcInfo[eWindow].u32PreCMAMemSCMSize[enCmaClient]+gSrcInfo[eWindow].u32Pr… in MHal_XC_Release_CMA()
5330 MApi_CMA_Pool_PutMem(&stCMAFreeParam); in MHal_XC_Release_CMA()
5339stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM[enCmaClient].heap_id; //in: pool handle id, wh… in MHal_XC_Release_CMA()
5340 stCMAFreeParam.offset_in_pool = stXC_CMA_Config[enCmaClient].u64AddrHeapOffset; in MHal_XC_Release_CMA()
5341 stCMAFreeParam.length = gSrcInfo[MAIN_WINDOW].Status2.u32PreCMAMemDualSCMSize; in MHal_XC_Release_CMA()
5342 MApi_CMA_Pool_PutMem(&stCMAFreeParam); in MHal_XC_Release_CMA()
/utopia/UTPA2-700.0.x/modules/xc/hal/mainz/xc/
H A Dmhal_sc.c5459 struct CMA_Pool_Free_Param stCMAFreeParam; in MHal_XC_Release_CMA() local
5463stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM[enCmaClient].heap_id; //in: pool handle id, wh… in MHal_XC_Release_CMA()
5464 stCMAFreeParam.offset_in_pool = stXC_CMA_Config[enCmaClient].u64AddrHeapOffset; in MHal_XC_Release_CMA()
5465stCMAFreeParam.length = gSrcInfo[eWindow].u32PreCMAMemSCMSize[enCmaClient]+gSrcInfo[eWindow].u32Pr… in MHal_XC_Release_CMA()
5466 MApi_CMA_Pool_PutMem(&stCMAFreeParam); in MHal_XC_Release_CMA()
5475stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM[enCmaClient].heap_id; //in: pool handle id, wh… in MHal_XC_Release_CMA()
5476 stCMAFreeParam.offset_in_pool = stXC_CMA_Config[enCmaClient].u64AddrHeapOffset; in MHal_XC_Release_CMA()
5477 stCMAFreeParam.length = gSrcInfo[MAIN_WINDOW].Status2.u32PreCMAMemDualSCMSize; in MHal_XC_Release_CMA()
5478 MApi_CMA_Pool_PutMem(&stCMAFreeParam); in MHal_XC_Release_CMA()
/utopia/UTPA2-700.0.x/modules/xc/hal/mooney/xc/
H A Dmhal_sc.c6507 struct CMA_Pool_Free_Param stCMAFreeParam; in MHal_XC_Release_CMA() local
6511stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM[enCmaClient].heap_id; //in: pool handle id, wh… in MHal_XC_Release_CMA()
6512stCMAFreeParam.offset_in_pool = gSrcInfo[eWindow].Status2.stXCConfigCMA[enCmaClient].u64AddrHeapOf… in MHal_XC_Release_CMA()
6513stCMAFreeParam.length = gSrcInfo[eWindow].u32PreCMAMemSCMSize[enCmaClient]+gSrcInfo[eWindow].u32Pr… in MHal_XC_Release_CMA()
6514 MApi_CMA_Pool_PutMem(&stCMAFreeParam); in MHal_XC_Release_CMA()
6523stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM[enCmaClient].heap_id; //in: pool handle id, wh… in MHal_XC_Release_CMA()
6524stCMAFreeParam.offset_in_pool = gSrcInfo[eWindow].Status2.stXCConfigCMA[enCmaClient].u64AddrHeapOf… in MHal_XC_Release_CMA()
6525 stCMAFreeParam.length = gSrcInfo[MAIN_WINDOW].Status2.u32PreCMAMemDualSCMSize; in MHal_XC_Release_CMA()
6526 MApi_CMA_Pool_PutMem(&stCMAFreeParam); in MHal_XC_Release_CMA()
/utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/xc/
H A Dmhal_sc.c7324 struct CMA_Pool_Free_Param stCMAFreeParam; in MHal_XC_Release_CMA() local
7328stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM[enCmaClient].heap_id; //in: pool handle id, wh… in MHal_XC_Release_CMA()
7329stCMAFreeParam.offset_in_pool = gSrcInfo[eWindow].Status2.stXCConfigCMA[enCmaClient].u64AddrHeapOf… in MHal_XC_Release_CMA()
7330stCMAFreeParam.length = gSrcInfo[eWindow].u32PreCMAMemSCMSize[enCmaClient]+gSrcInfo[eWindow].u32Pr… in MHal_XC_Release_CMA()
7331 MApi_CMA_Pool_PutMem(&stCMAFreeParam); in MHal_XC_Release_CMA()
7340stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM[enCmaClient].heap_id; //in: pool handle id, wh… in MHal_XC_Release_CMA()
7341stCMAFreeParam.offset_in_pool = gSrcInfo[eWindow].Status2.stXCConfigCMA[enCmaClient].u64AddrHeapOf… in MHal_XC_Release_CMA()
7342 stCMAFreeParam.length = gSrcInfo[MAIN_WINDOW].Status2.u32PreCMAMemDualSCMSize; in MHal_XC_Release_CMA()
7343 MApi_CMA_Pool_PutMem(&stCMAFreeParam); in MHal_XC_Release_CMA()
/utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/
H A Dmhal_sc.c7858 struct CMA_Pool_Free_Param stCMAFreeParam; in MHal_XC_Release_CMA() local
7862stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM_temp[enCmaClient].pool_handle_id; //in: pool h… in MHal_XC_Release_CMA()
7863stCMAFreeParam.offset_in_pool = gSrcInfo[eWindow].Status2.stXCConfigCMA[enCmaClient].u64AddrHeapOf… in MHal_XC_Release_CMA()
7864stCMAFreeParam.length = gSrcInfo[eWindow].u32PreCMAMemSCMSize[enCmaClient]+gSrcInfo[eWindow].u32Pr… in MHal_XC_Release_CMA()
7865 MApi_CMA_Pool_PutMem(&stCMAFreeParam); in MHal_XC_Release_CMA()
7874stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM_temp[enCmaClient].pool_handle_id; //in: pool h… in MHal_XC_Release_CMA()
7875stCMAFreeParam.offset_in_pool = gSrcInfo[eWindow].Status2.stXCConfigCMA[enCmaClient].u64AddrHeapOf… in MHal_XC_Release_CMA()
7876 stCMAFreeParam.length = gSrcInfo[MAIN_WINDOW].Status2.u32PreCMAMemDualSCMSize; in MHal_XC_Release_CMA()
7877 MApi_CMA_Pool_PutMem(&stCMAFreeParam); in MHal_XC_Release_CMA()
/utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/
H A Dmhal_sc.c7881 struct CMA_Pool_Free_Param stCMAFreeParam; in MHal_XC_Release_CMA() local
7885stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM_temp[enCmaClient].pool_handle_id; //in: pool h… in MHal_XC_Release_CMA()
7886stCMAFreeParam.offset_in_pool = gSrcInfo[eWindow].Status2.stXCConfigCMA[enCmaClient].u64AddrHeapOf… in MHal_XC_Release_CMA()
7887stCMAFreeParam.length = gSrcInfo[eWindow].u32PreCMAMemSCMSize[enCmaClient]+gSrcInfo[eWindow].u32Pr… in MHal_XC_Release_CMA()
7888 MApi_CMA_Pool_PutMem(&stCMAFreeParam); in MHal_XC_Release_CMA()
7897stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM_temp[enCmaClient].pool_handle_id; //in: pool h… in MHal_XC_Release_CMA()
7898stCMAFreeParam.offset_in_pool = gSrcInfo[eWindow].Status2.stXCConfigCMA[enCmaClient].u64AddrHeapOf… in MHal_XC_Release_CMA()
7899 stCMAFreeParam.length = gSrcInfo[MAIN_WINDOW].Status2.u32PreCMAMemDualSCMSize; in MHal_XC_Release_CMA()
7900 MApi_CMA_Pool_PutMem(&stCMAFreeParam); in MHal_XC_Release_CMA()
/utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/
H A Dmhal_sc.c8146 struct CMA_Pool_Free_Param stCMAFreeParam; in MHal_XC_Release_CMA() local
8150stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM_temp[enCmaClient].pool_handle_id; //in: pool h… in MHal_XC_Release_CMA()
8151stCMAFreeParam.offset_in_pool = gSrcInfo[eWindow].Status2.stXCConfigCMA[enCmaClient].u64AddrHeapOf… in MHal_XC_Release_CMA()
8152stCMAFreeParam.length = gSrcInfo[eWindow].u32PreCMAMemSCMSize[enCmaClient]+gSrcInfo[eWindow].u32Pr… in MHal_XC_Release_CMA()
8153 MApi_CMA_Pool_PutMem(&stCMAFreeParam); in MHal_XC_Release_CMA()
8162stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM_temp[enCmaClient].pool_handle_id; //in: pool h… in MHal_XC_Release_CMA()
8163stCMAFreeParam.offset_in_pool = gSrcInfo[eWindow].Status2.stXCConfigCMA[enCmaClient].u64AddrHeapOf… in MHal_XC_Release_CMA()
8164 stCMAFreeParam.length = gSrcInfo[MAIN_WINDOW].Status2.u32PreCMAMemDualSCMSize; in MHal_XC_Release_CMA()
8165 MApi_CMA_Pool_PutMem(&stCMAFreeParam); in MHal_XC_Release_CMA()
/utopia/UTPA2-700.0.x/modules/xc/hal/maserati/xc/
H A Dmhal_sc.c8147 struct CMA_Pool_Free_Param stCMAFreeParam; in MHal_XC_Release_CMA() local
8151stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM_temp[enCmaClient].pool_handle_id; //in: pool h… in MHal_XC_Release_CMA()
8152stCMAFreeParam.offset_in_pool = gSrcInfo[eWindow].Status2.stXCConfigCMA[enCmaClient].u64AddrHeapOf… in MHal_XC_Release_CMA()
8153stCMAFreeParam.length = gSrcInfo[eWindow].u32PreCMAMemSCMSize[enCmaClient]+gSrcInfo[eWindow].u32Pr… in MHal_XC_Release_CMA()
8154 MApi_CMA_Pool_PutMem(&stCMAFreeParam); in MHal_XC_Release_CMA()
8163stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM_temp[enCmaClient].pool_handle_id; //in: pool h… in MHal_XC_Release_CMA()
8164stCMAFreeParam.offset_in_pool = gSrcInfo[eWindow].Status2.stXCConfigCMA[enCmaClient].u64AddrHeapOf… in MHal_XC_Release_CMA()
8165 stCMAFreeParam.length = gSrcInfo[MAIN_WINDOW].Status2.u32PreCMAMemDualSCMSize; in MHal_XC_Release_CMA()
8166 MApi_CMA_Pool_PutMem(&stCMAFreeParam); in MHal_XC_Release_CMA()
/utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/
H A Dmhal_sc.c6576 struct CMA_Pool_Free_Param stCMAFreeParam; in MHal_XC_Release_CMA() local
6579stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM[enCmaClient].heap_id; //in: pool handle id, wh… in MHal_XC_Release_CMA()
6580stCMAFreeParam.offset_in_pool = gSrcInfo[eWindow].Status2.stXCConfigCMA[enCmaClient].u64AddrHeapOf… in MHal_XC_Release_CMA()
6581stCMAFreeParam.length = gSrcInfo[eWindow].u32PreCMAMemSCMSize[enCmaClient]+gSrcInfo[eWindow].u32Pr… in MHal_XC_Release_CMA()
6582 if (MApi_CMA_Pool_PutMem(&stCMAFreeParam) == FALSE) in MHal_XC_Release_CMA()
/utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/
H A Dmhal_sc.c6414 struct CMA_Pool_Free_Param stCMAFreeParam; in MHal_XC_Release_CMA() local
6417stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM[enCmaClient].heap_id; //in: pool handle id, wh… in MHal_XC_Release_CMA()
6418stCMAFreeParam.offset_in_pool = gSrcInfo[eWindow].Status2.stXCConfigCMA[enCmaClient].u64AddrHeapOf… in MHal_XC_Release_CMA()
6419stCMAFreeParam.length = gSrcInfo[eWindow].u32PreCMAMemSCMSize[enCmaClient]+gSrcInfo[eWindow].u32Pr… in MHal_XC_Release_CMA()
6420 if (MApi_CMA_Pool_PutMem(&stCMAFreeParam) == FALSE) in MHal_XC_Release_CMA()
/utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/
H A Dmhal_sc.c6310 struct CMA_Pool_Free_Param stCMAFreeParam; in MHal_XC_Release_CMA() local
6313stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM[enCmaClient].heap_id; //in: pool handle id, wh… in MHal_XC_Release_CMA()
6314stCMAFreeParam.offset_in_pool = gSrcInfo[eWindow].Status2.stXCConfigCMA[enCmaClient].u64AddrHeapOf… in MHal_XC_Release_CMA()
6315stCMAFreeParam.length = gSrcInfo[eWindow].u32PreCMAMemSCMSize[enCmaClient]+gSrcInfo[eWindow].u32Pr… in MHal_XC_Release_CMA()
6316 if (MApi_CMA_Pool_PutMem(&stCMAFreeParam) == FALSE) in MHal_XC_Release_CMA()
/utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/
H A Dmhal_sc.c6925 struct CMA_Pool_Free_Param stCMAFreeParam; in MHal_XC_Release_CMA() local
6928stCMAFreeParam.pool_handle_id = CMA_Pool_Init_PARAM[enCmaClient].heap_id; //in: pool handle id, wh… in MHal_XC_Release_CMA()
6929stCMAFreeParam.offset_in_pool = gSrcInfo[eWindow].Status2.stXCConfigCMA[enCmaClient].u64AddrHeapOf… in MHal_XC_Release_CMA()
6930stCMAFreeParam.length = gSrcInfo[eWindow].u32PreCMAMemSCMSize[enCmaClient]+gSrcInfo[eWindow].u32Pr… in MHal_XC_Release_CMA()
6931 if (MApi_CMA_Pool_PutMem(&stCMAFreeParam) == FALSE) in MHal_XC_Release_CMA()