Home
last modified time | relevance | path

Searched refs:heap_id (Results 1 – 25 of 37) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvCMAPool.c223 …TF("[user mode %s:%d]debug Init_Param->heap_id=%u\n",__FUNCTION__,__LINE__,Init_Param->heap_id); in MApi_CMA_Pool_Init()
247 heap_info.heap_id = Init_Param->heap_id; in MApi_CMA_Pool_Init()
252 VPRINTF("init heap_id %tu fail\n", (ptrdiff_t)heap_info.heap_id); in MApi_CMA_Pool_Init()
257 Init_Param->pool_handle_id = heap_info.heap_id; in MApi_CMA_Pool_Init()
342 alloc_args.heap_id = alloc_param->pool_handle_id; in MApi_CMA_Pool_GetMem()
350 …get memory fail: heap id %tu, offset %llu, size %lu, flags %tX\n", (ptrdiff_t)alloc_args.heap_id, in MApi_CMA_Pool_GetMem()
382 free_args.heap_id = free_param->pool_handle_id; in MApi_CMA_Pool_PutMem()
387 …cma pool put memory fail: heap id %tu, offset 0x%lX, size 0x%lX\n", (ptrdiff_t)free_args.heap_id, in MApi_CMA_Pool_PutMem()
400 MS_U32 heap_id = pool_handle_id; in MApi_CMA_Pool_Release() local
411 if (ioctl(_s32FdCMAPool, CMA_POOL_IOC_RELEASE, &heap_id)) in MApi_CMA_Pool_Release()
[all …]
H A Dmdrv_cma_pool_st.h35 MS_U32 heap_id; member
40 MS_U32 heap_id; member
46 MS_U32 heap_id; member
62 MS_S32 heap_id; //out: heap id the pa in member
73 MS_U32 heap_id;//out:in which heap member
88 MS_U32 heap_id;//in:in which heap member
96 MS_U32 heap_id;//in member
H A DdrvIPAPool.c161 MS_U32 heap_id; //in: heap id the pool will be created in member
251 && (IPAPool_Info[i].Init_Param.heap_id == Init_Param->space_id) in _findHeapId_InIPA_Pool_Table()
317 in_ipa_pool_info->space_id= in_ipa_pool_info_args.heap_id; in PA_in_IPA_POOL_info()
326 …, (unsigned long)in_ipa_pool_info_args.PA,in_ipa_pool_info_args.miu,in_ipa_pool_info_args.heap_id); in PA_in_IPA_POOL_info()
384 pool_to_pa_param->heap_id = pool_to_pa_args.heap_id; in IN_IPA_POOL_To_PA()
429 Init_Param->space_id = IPAPool_Info[idx].Init_Param.heap_id; in MApi_IPA_Pool_Init()
444 ipa_init_args.heap_id = Init_Param->space_id; in MApi_IPA_Pool_Init()
493 IPAPool_Info[idx].Init_Param.heap_id = Init_Param->space_id; in MApi_IPA_Pool_Init()
905 VPRINTF("%s heap_id 0x%x\n",__FUNCTION__, heap_attr_param->heap_id); in MApi_IPA_Pool_HEAP_ATTR()
913 heap_attr_args.heap_id = heap_attr_param->heap_id; in MApi_IPA_Pool_HEAP_ATTR()
[all …]
H A Dmdrv_ipa_pool_uapi.h30 MS_U32 heap_id; //in: maybe shared with more than one pools which based on this heap member
134 MS_U32 heap_id; //in: maybe shared with more than one pools which based on this heap member
176 MS_S32 heap_id; //out: heap id the pa in member
213 …MS_U32 heap_id; //out: heap id the pa in .After get this,with the help of MApi_IPA_Pool_HEAP_A… member
H A Dmdrv_cma_pool_private.h117 MS_U32 heap_id;//out:in which heap member
134 MS_U32 heap_id;//in:in which heap member
143 MS_U32 heap_id;//in member
H A DMsOSmm.c465 chunk_param->heap_id = stPoolToPaParam.heap_id; in MSOS_MMPool_Locate_Chunk()
573 cmaInitParam.heap_id = in_cma_pool_info.heap_id; in MSOS_MMPool_Init()
H A DMsOSmm.h214 …MS_U32 heap_id; //out: heap id the pa in .After get this,with the help of MApi_MSOS_MMPool_HEA… member
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvCMAPool.c262 heap_info.heap_id = Init_Param->heap_id; in MApi_CMA_Pool_Init()
268 …printk("[%s:%d]heap_info heap_id:%x, flags:%llx \n",__FUNCTION__,__LINE__,Init_Param->heap_id,Init… in MApi_CMA_Pool_Init()
275 printk("init heap_id %tu fail\n", (ptrdiff_t)heap_info.heap_id); in MApi_CMA_Pool_Init()
280 Init_Param->pool_handle_id = heap_info.heap_id; in MApi_CMA_Pool_Init()
364 alloc_args.heap_id = alloc_param->pool_handle_id; in MApi_CMA_Pool_GetMem()
382 …get memory fail: heap id %tu, offset %llu, size %lu, flags %tX\n", (ptrdiff_t)alloc_args.heap_id, in MApi_CMA_Pool_GetMem()
414 free_args.heap_id = free_param->pool_handle_id; in MApi_CMA_Pool_PutMem()
425 …cma pool put memory fail: heap id %tu, offset 0x%lX, size 0x%lX\n", (ptrdiff_t)free_args.heap_id, in MApi_CMA_Pool_PutMem()
439 MS_U32 heap_id; in MApi_CMA_Pool_Release() local
444 heap_id = pool_handle_id; in MApi_CMA_Pool_Release()
[all …]
H A DdrvIPAPool.c175 MS_U32 heap_id; //in: heap id the pool will be created in member
269 && (IPAPool_Info[i].Init_Param.heap_id == Init_Param->space_id) in _findHeapId_InIPA_Pool_Table()
351 Init_Param->space_id = IPAPool_Info[idx].Init_Param.heap_id; in MApi_IPA_Pool_Init()
369 ipa_init_args.heap_id = Init_Param->space_id; in MApi_IPA_Pool_Init()
420 IPAPool_Info[idx].Init_Param.heap_id = Init_Param->space_id; in MApi_IPA_Pool_Init()
1087 printk("%s:%d heap_id 0x%x\n",__FUNCTION__,__LINE__, heap_attr_param->heap_id); in MApi_IPA_Pool_HEAP_ATTR()
1097 heap_attr_args.heap_id = heap_attr_param->heap_id; in MApi_IPA_Pool_HEAP_ATTR()
1105 printk("%s:%d fail: heap_id 0x%x\n",__FUNCTION__,__LINE__,heap_attr_param->heap_id); in MApi_IPA_Pool_HEAP_ATTR()
1541 Init_Param.heap_id= DFB_TEMP_HID; in test_case_2()
1548 …_id=%u,Init_Param->offset=0x%llx,Init_Param->len=0x%llx\n",__FUNCTION__,__LINE__,Init_Param.heap_id in test_case_2()
[all …]
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvCMAPool.h215 MS_U32 heap_id; //in: maybe shared with more than one pools which based on this heap member
233 MS_U32 heap_id; //in: maybe shared with more than one pools which based on this heap member
255 MS_S32 heap_id; //out: heap id the pa in member
H A DdrvIPAPool.h140 MS_U32 heap_id; //in: maybe shared with more than one pools which based on this heap member
306 …MS_U32 heap_id; //out: heap id the pa in .After get this,with the help of MApi_IPA_Pool_HEAP_A… member
H A DdrvCMAPool_v2.h190 MS_U32 heap_id; //in: maybe shared with more than one pools which based on this heap member
H A DdrvIPAPool_v2.h139 MS_U32 heap_id; //in: maybe shared with more than one pools which based on this heap member
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo_context.c305 …CMA_Pool_Init_PARAM[eCma_Win][CMA_XC_SELF_MEM].heap_id = gSrcInfo[MAIN_WINDOW].Status2.stXCCon… in mvideo_sc_variable_init()
308 …MA self heapid = %d!\n",__func__, __LINE__,CMA_Pool_Init_PARAM[eCma_Win][CMA_XC_SELF_MEM].heap_id); in mvideo_sc_variable_init()
309 if (CMA_Pool_Init_PARAM[eCma_Win][CMA_XC_SELF_MEM].heap_id != XC_INVALID_HEAP_ID) in mvideo_sc_variable_init()
330 …CMA_Pool_Init_PARAM[CMA_XC_COBUFF_MEM][eCma_Win].heap_id = gSrcInfo[MAIN_WINDOW].Status2.stXCC… in mvideo_sc_variable_init()
333 …obuff heapid = %d!\n",__func__, __LINE__,CMA_Pool_Init_PARAM[eCma_Win][CMA_XC_COBUFF_MEM].heap_id); in mvideo_sc_variable_init()
334 … if (CMA_Pool_Init_PARAM[eCma_Win][CMA_XC_COBUFF_MEM].heap_id != XC_INVALID_HEAP_ID) in mvideo_sc_variable_init()
366 …CMA_Pool_Init_PARAM[CMA_XC_SELF_MEM].heap_id = gSrcInfo[MAIN_WINDOW].Status2.stXCConfigCMA[CMA… in mvideo_sc_variable_init()
369 …d][CMA], CMA self heapid = %d!\n",__func__, __LINE__,CMA_Pool_Init_PARAM[CMA_XC_SELF_MEM].heap_id); in mvideo_sc_variable_init()
370 if (CMA_Pool_Init_PARAM[CMA_XC_SELF_MEM].heap_id != XC_INVALID_HEAP_ID) in mvideo_sc_variable_init()
391 …CMA_Pool_Init_PARAM[CMA_XC_COBUFF_MEM].heap_id = gSrcInfo[MAIN_WINDOW].Status2.stXCConfigCMA[C… in mvideo_sc_variable_init()
[all …]
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvCMAPool.h188 MS_U32 heap_id; //in: maybe shared with more than one pools which based on this heap member
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOSmm.h215 …MS_U32 heap_id; //out: heap id the pa in .After get this,with the help of MApi_MSOS_MMPool_HEA… member
/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DMsOSmm.h216 …MS_U32 heap_id; //out: heap id the pa in .After get this,with the help of MApi_MSOS_MMPool_HEA… member
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOSmm.h214 …MS_U32 heap_id; //out: heap id the pa in .After get this,with the help of MApi_MSOS_MMPool_HEA… member
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOSmm.h217 …MS_U32 heap_id; //out: heap id the pa in .After get this,with the help of MApi_MSOS_MMPool_HEA… member
/utopia/UTPA2-700.0.x/modules/vd/drv/avd/
H A DdrvAVD.c191 AVD_CMA_Pool_Init_PARAM.heap_id = 26; // need to refine in MDrv_AVD_Init()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c.03302 pstCmaInitParam->heap_id = _VDEC_EX_NdecAllocator_CMAHeapIDSelect(eCMAPoolSelect);
3303 if(pstCmaInitParam->heap_id == INVALID_HEAP_ID)
3311 …VDEC_PRINT("[NDec][ALLOC][ERR][%s][%d] MApi_CMA_Pool_Init fail: heap_id=0x%x\n",__FUNCTION__, __LI…
3312 (unsigned int)pstCmaInitParam->heap_id);
3317 …VDEC_PRINT("[NDec][ALLOC][DBG][%s][%d] MApi_CMA_Pool_Init: heap_id=0x%x, miu=%d, offset=0x%08llX, …
3319 (unsigned int)pstCmaInitParam->heap_id,
3357 …ALLOCATOR_PRINTF_ERR("[ALLOC][ERR][%s][%d] heap_id=0x%x, offset(0x%llx) < heap_miu_start_offset(0…
3359 (unsigned int)pstCmaInitParam->heap_id,
3366 stAllocParam.pool_handle_id = pstCmaInitParam->heap_id;
3371 …VDEC_PRINT("[NDec][ALLOC][DBG][%s][%d] MApi_CMA_Pool_GetMem: heap_id=0x%x, offset_in_pool=0x%08llX…
[all …]
H A DapiVDEC_EX.c3302 pstCmaInitParam->heap_id = _VDEC_EX_NdecAllocator_CMAHeapIDSelect(eCMAPoolSelect); in _VDEC_EX_NdecAllocator_CMAInit()
3303 if(pstCmaInitParam->heap_id == INVALID_HEAP_ID) in _VDEC_EX_NdecAllocator_CMAInit()
3312 (unsigned int)pstCmaInitParam->heap_id); in _VDEC_EX_NdecAllocator_CMAInit()
3319 (unsigned int)pstCmaInitParam->heap_id, in _VDEC_EX_NdecAllocator_CMAInit()
3359 (unsigned int)pstCmaInitParam->heap_id, in _VDEC_EX_NdecAllocator_CMAAlloc()
3366 stAllocParam.pool_handle_id = pstCmaInitParam->heap_id; in _VDEC_EX_NdecAllocator_CMAAlloc()
3414 (unsigned int)pstCmaInitParam->heap_id, in _VDEC_EX_NdecAllocator_CMAFree()
3421 stCmaFreeParam.pool_handle_id = pstCmaInitParam->heap_id; in _VDEC_EX_NdecAllocator_CMAFree()
22644 pVdecExContext->cmaInitParam[0].heap_id = ION_VDEC_HEAP_ID; in MApi_VDEC_EX_V2_Init()
22674 pVdecExContext->cmaInitParam[1].heap_id = ION_VDEC_HEAP_ID + 1; in MApi_VDEC_EX_V2_Init()
/utopia/UTPA2-700.0.x/modules/demodulator/drv/demod/
H A DdrvDMD_DTMB.c660 _DTMB_CMA_Pool_Init_PARAM.heap_id = 26; in _MDrv_DMD_DTMB_MD_Init()
H A DdrvDMD_ISDBT.c607 _ISDBT_CMA_Pool_Init_PARAM.heap_id = 26; in _MDrv_DMD_ISDBT_MD_Init()
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c3097 …pstCmaInitParam->heap_id = (eCMAPoolSelect == E_VDEC_EX_CMA_POOL_BUFFER_FB1) ? ION_VDEC_HEAP_ID : … in _VDEC_EX_NdecAllocator_CMAInit()
3102 …ERR][%s][%d] MApi_CMA_Pool_Init(0x%x) failed\n", __FUNCTION__, __LINE__, pstCmaInitParam->heap_id); in _VDEC_EX_NdecAllocator_CMAInit()
3166 stAllocParam.pool_handle_id = pstCmaInitParam->heap_id; in _VDEC_EX_NdecAllocator_CMAAlloc()
3217 stCmaFreeParam.pool_handle_id = pstCmaInitParam->heap_id; in _VDEC_EX_NdecAllocator_CMAFree()
8590 pVdecExContext->cmaInitParam[0].heap_id = ION_VDEC_HEAP_ID; // 19 in _VDEC_Init_Share_Mem()
8609 pVdecExContext->cmaInitParam[1].heap_id = ION_VDEC_HEAP_ID + 1; // 20 in _VDEC_Init_Share_Mem()
20301 pVdecExContext->cmaInitParam[0].heap_id = ION_VDEC_HEAP_ID; in MApi_VDEC_EX_V2_Init()
20331 pVdecExContext->cmaInitParam[1].heap_id = ION_VDEC_HEAP_ID + 1; in MApi_VDEC_EX_V2_Init()

12