Home
last modified time | relevance | path

Searched refs:heap_length (Results 1 – 25 of 59) sorted by relevance

123

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvCMAPool.c260 Init_Param->heap_length = heap_info.heap_length; in MApi_CMA_Pool_Init()
289 ptr = mmap(NULL, Init_Param->heap_length, PROT_READ|PROT_WRITE, MAP_SHARED, _s32FdCMAPool, 0); in MApi_CMA_Pool_Init()
293 …%lu mmap failed\n", (ptrdiff_t)Init_Param->pool_handle_id, (unsigned long)Init_Param->heap_length); in MApi_CMA_Pool_Init()
306 ret = MsOS_MPool_Add_PA2VARange(u64PhyAddr, (MS_VIRT)ptr, Init_Param->heap_length, bNonCache); in MApi_CMA_Pool_Init()
314 cpool_info[idx].CMAPoolSize = Init_Param->heap_length; in MApi_CMA_Pool_Init()
465 get_info_param->heap_length = get_info_args.heap_length; in CMA_Pool_Get_Info_From_PA()
587 … ptr = mmap(NULL, get_info_param.heap_length, PROT_READ|PROT_WRITE, MAP_SHARED, _s32FdCMAPool, 0); in MApi_CMA_Pool_GetKernelCMAPooLUserVA()
591 …d mmap fail heap_length=0x%lx\n",__FUNCTION__,__LINE__,(unsigned long)get_info_param.heap_length); in MApi_CMA_Pool_GetKernelCMAPooLUserVA()
608 munmap((MS_VIRT *)ptr, get_info_param.heap_length); in MApi_CMA_Pool_GetKernelCMAPooLUserVA()
H A DdrvIPAPool.c172 MS_U64 heap_length; //out: heap leagth member
320 in_ipa_pool_info->space_length= in_ipa_pool_info_args.heap_length; in PA_in_IPA_POOL_info()
437 Init_Param->space_length = IPAPool_Info[idx].Init_Param.heap_length; in MApi_IPA_Pool_Init()
461 …_Param->space_id, ipa_init_args.pool_handle_id, (long long unsigned int)ipa_init_args.heap_length); in MApi_IPA_Pool_Init()
467 Init_Param->space_length = ipa_init_args.heap_length; in MApi_IPA_Pool_Init()
514 IPAPool_Info[idx].Init_Param.heap_length =Init_Param->space_length; in MApi_IPA_Pool_Init()
923 heap_attr_param->heap_length = heap_attr_args.heap_length; in MApi_IPA_Pool_HEAP_ATTR()
H A Dmdrv_cma_pool_st.h52 MS_SIZE heap_length; member
64 MS_U64 heap_length; //out: heap leagth member
76 MS_U64 heap_length;//out:heap length member
H A Dmdrv_ipa_pool_uapi.h43 MS_U64 heap_length; //out: heap leagth member
138 MS_U64 heap_length; //out: heap leagth member
179 MS_U64 heap_length; //out: heap leagth member
H A DMsOSmm.c225 Init_Param->heap_length = ipaInitParam.space_length; in MSOS_MMPool_Init()
586 Init_Param->heap_length = cmaInitParam.heap_length; in MSOS_MMPool_Init()
H A Dmdrv_cma_pool_private.h120 MS_U64 heap_length;//out:heap length member
H A DMsOSmm.h180 MS_U64 heap_length; //out: heap leagth member
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvCMAPool.c283 Init_Param->heap_length = heap_info.heap_length; in MApi_CMA_Pool_Init()
286 …t_Param->pool_handle_id,Init_Param->miu,Init_Param->heap_miu_start_offset,Init_Param->heap_length); in MApi_CMA_Pool_Init()
313 …%lu mmap failed\n", (ptrdiff_t)Init_Param->pool_handle_id, (unsigned long)Init_Param->heap_length); in MApi_CMA_Pool_Init()
325 ret = MsOS_MPool_Add_PA2VARange(u64PhyAddr, (MS_VIRT)ptr, Init_Param->heap_length, bNonCache); in MApi_CMA_Pool_Init()
332 cpool_info[idx].CMAPoolSize = Init_Param->heap_length; in MApi_CMA_Pool_Init()
515 alloc_param.offset_in_pool = Init_Param.heap_length/4;
516 alloc_param.length = Init_Param.heap_length-Init_Param.heap_length/4;
565 alloc_param2.length = Init_Param.heap_length/4;
H A DdrvIPAPool.c186 MS_U64 heap_length; //out: heap leagth member
359 Init_Param->space_length = IPAPool_Info[idx].Init_Param.heap_length; in MApi_IPA_Pool_Init()
405 …_Param->space_id, ipa_init_args.pool_handle_id, (long long unsigned int)ipa_init_args.heap_length); in MApi_IPA_Pool_Init()
411 Init_Param->space_length = ipa_init_args.heap_length; in MApi_IPA_Pool_Init()
433 IPAPool_Info[idx].Init_Param.heap_length =Init_Param->space_length; in MApi_IPA_Pool_Init()
1111 heap_attr_param->heap_length = heap_attr_args.heap_length; in MApi_IPA_Pool_HEAP_ATTR()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvCMAPool.h228 MS_U32 heap_length; //out: heap leagth member
246 MS_SIZE heap_length; //out: heap leagth member
257 MS_U64 heap_length; //out: heap leagth member
H A DdrvCMAPool_v2.h203 MS_SIZE heap_length; //out: heap leagth member
H A DdrvIPAPool_v2.h143 MS_U64 heap_length; //out: heap length member
H A DdrvIPAPool.h144 MS_U64 heap_length; //out: heap length member
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvCMAPool.h201 MS_SIZE heap_length; //out: heap leagth member
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOSmm.h181 MS_U64 heap_length; //out: heap leagth member
/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DMsOSmm.h181 MS_U64 heap_length; //out: heap leagth member
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOSmm.h180 MS_U64 heap_length; //out: heap leagth member
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOSmm.h182 MS_U64 heap_length; //out: heap leagth member
/utopia/UTPA2-700.0.x/modules/vd/drv/avd/
H A DdrvAVD.c207 … heap_length is 0x%X\033[m\n", __PRETTY_FUNCTION__, __LINE__, AVD_CMA_Pool_Init_PARAM.heap_length); in MDrv_AVD_Init()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiMJPEG_EX.c821 FWInfo.u32MWCSize = cmaInitParam.heap_length; in MApi_MJPEG_Init()
2690 …ngth=0x%tx\n", (ptrdiff_t)cmaInitParam.heap_miu_start_offset, (ptrdiff_t)cmaInitParam.heap_length); in MApi_MJPEG_SetCMAInformation()
H A DapiVDEC_EX.c3322 (unsigned int)pstCmaInitParam->heap_length); in _VDEC_EX_NdecAllocator_CMAInit()
3652 stBufferInfo.szSize = pstCmaInitParam->heap_length - unUseSize; in _VDEC_EX_NdecAllocator_RegisterBufferInfoByCMA()
5148 …th > pVdecExContext->cmaInitParam[u8MIUIdx].heap_length ? pVdecExContext->cmaInitParam[u8MIUIdx].h… in _VDEC_EX_AllocateCMAActionCallBack()
5214 …alloc_param.length = (pVdecExContext->cmaInitParam[u8MIUIdx].heap_length - pVdecExContext->cmaFree… in _VDEC_EX_AllocateCMAActionCallBack()
5219 …alloc_param.length = (pVdecExContext->cmaInitParam[u8MIUIdx].heap_length - pVdecExContext->cmaFree… in _VDEC_EX_AllocateCMAActionCallBack()
22670 (unsigned int)pVdecExContext->cmaInitParam[0].heap_length, in MApi_VDEC_EX_V2_Init()
22701 (unsigned int)pVdecExContext->cmaInitParam[1].heap_length, in MApi_VDEC_EX_V2_Init()
22745 …param.offset_in_pool, &alloc_param.length, pVdecExContext->cmaInitParam[0].heap_length, unUseSize); in MApi_VDEC_EX_V2_Init()
23949 alloc_param.length = pVdecExContext->cmaInitParam[1].heap_length; in MApi_VDEC_EX_V2_Init()
23989 …r[u8Idx].vdecExInitParam.SysConfig.u32FrameBufSize > pVdecExContext->cmaInitParam[0].heap_length || in MApi_VDEC_EX_V2_Init()
[all …]
H A DapiVDEC_EX.c.03322 (unsigned int)pstCmaInitParam->heap_length);
3650 stBufferInfo.szSize = pstCmaInitParam->heap_length - unUseSize;
5144 …th > pVdecExContext->cmaInitParam[u8MIUIdx].heap_length ? pVdecExContext->cmaInitParam[u8MIUIdx].h…
5210 …alloc_param.length = (pVdecExContext->cmaInitParam[u8MIUIdx].heap_length - pVdecExContext->cmaFree…
5215 …alloc_param.length = (pVdecExContext->cmaInitParam[u8MIUIdx].heap_length - pVdecExContext->cmaFree…
21949 (unsigned int)pVdecExContext->cmaInitParam[0].heap_length,
21980 (unsigned int)pVdecExContext->cmaInitParam[1].heap_length,
22024 …param.offset_in_pool, &alloc_param.length, pVdecExContext->cmaInitParam[0].heap_length, unUseSize);
23226 alloc_param.length = pVdecExContext->cmaInitParam[1].heap_length;
23266 …r[u8Idx].vdecExInitParam.SysConfig.u32FrameBufSize > pVdecExContext->cmaInitParam[0].heap_length ||
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiMJPEG_EX.c792 FWInfo.u32MWCSize = cmaInitParam.heap_length; in MApi_MJPEG_Init()
2569 …ngth=0x%tx\n", (ptrdiff_t)cmaInitParam.heap_miu_start_offset, (ptrdiff_t)cmaInitParam.heap_length); in MApi_MJPEG_SetCMAInformation()
H A DapiVDEC_EX.c3123 *pszCMAHeapLength = pstCmaInitParam->heap_length; in _VDEC_EX_NdecAllocator_CMAInit()
3131 pstCmaInitParam->heap_length, in _VDEC_EX_NdecAllocator_CMAInit()
8606 (unsigned int)pVdecExContext->cmaInitParam[0].heap_length); in _VDEC_Init_Share_Mem()
8625 pVdecExContext->cmaInitParam[1].heap_length); in _VDEC_Init_Share_Mem()
20327 (unsigned int)pVdecExContext->cmaInitParam[0].heap_length, in MApi_VDEC_EX_V2_Init()
20358 (unsigned int)pVdecExContext->cmaInitParam[1].heap_length, in MApi_VDEC_EX_V2_Init()
20392 …param.offset_in_pool, &alloc_param.length, pVdecExContext->cmaInitParam[0].heap_length, unUseSize); in MApi_VDEC_EX_V2_Init()
20395 alloc_param.length = pVdecExContext->cmaInitParam[0].heap_length - unUseSize; in MApi_VDEC_EX_V2_Init()
21546 alloc_param.length = pVdecExContext->cmaInitParam[1].heap_length; in MApi_VDEC_EX_V2_Init()
/utopia/UTPA2-700.0.x/modules/demodulator/drv/demod/
H A DdrvDMD_DTMB.c672 …ap_length is 0x%X\033[m\n", __PRETTY_FUNCTION__, __LINE__, _DTMB_CMA_Pool_Init_PARAM.heap_length)); in _MDrv_DMD_DTMB_MD_Init()

123