Home
last modified time | relevance | path

Searched refs:free_param (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvCMAPool.c401 MS_BOOL __attribute__((weak)) MApi_CMA_Pool_PutMem(struct CMA_Pool_Free_Param * free_param) in MApi_CMA_Pool_PutMem() argument
414 free_args.heap_id = free_param->pool_handle_id; in MApi_CMA_Pool_PutMem()
415 free_args.offset_in_heap = free_param->offset_in_pool; in MApi_CMA_Pool_PutMem()
416 free_args.length = free_param->length; in MApi_CMA_Pool_PutMem()
418 …:%llx length:%llx \n",__FUNCTION__,__LINE__,free_param->pool_handle_id,free_param->offset_in_pool, in MApi_CMA_Pool_PutMem()
497 struct CMA_Pool_Free_Param free_param;
604 free_param.pool_handle_id = alloc_param.pool_handle_id;
605 free_param.offset_in_pool = alloc_param.offset_in_pool;
606 free_param.length = alloc_param.length;
608 ret = MApi_CMA_Pool_PutMem(&free_param);
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOSmm.c687 struct CMA_Pool_Free_Param free_param; in MSOS_MMPool_PutMem() local
688 memset(&free_param, 0, sizeof(free_param)); in MSOS_MMPool_PutMem()
706 free_param.pool_handle_id =put_param->chunk.pool_handle_id; in MSOS_MMPool_PutMem()
707 free_param.length = put_param->chunk.length; in MSOS_MMPool_PutMem()
708 free_param.offset_in_pool = put_param->chunk.offset_in_pool; in MSOS_MMPool_PutMem()
710 if((ret=MApi_CMA_Pool_PutMem(&free_param))==FALSE) in MSOS_MMPool_PutMem()
H A DdrvCMAPool.c368 MS_BOOL __attribute__((weak)) MApi_CMA_Pool_PutMem(struct CMA_Pool_Free_Param * free_param) in MApi_CMA_Pool_PutMem() argument
382 free_args.heap_id = free_param->pool_handle_id; in MApi_CMA_Pool_PutMem()
383 free_args.offset_in_heap = free_param->offset_in_pool; in MApi_CMA_Pool_PutMem()
384 free_args.length = free_param->length; in MApi_CMA_Pool_PutMem()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c5133 struct CMA_Pool_Free_Param free_param; in _VDEC_EX_AllocateCMAActionCallBack()
5134 memset(&free_param, 0, sizeof(struct CMA_Pool_Free_Param)); in _VDEC_EX_AllocateCMAActionCallBack()
5136 …HVD_EX_GetCMAReleaseInfo(u32Id, &u8MIUIdx, &u8BlockIdx, &free_param.offset_in_pool, &free_param.le… in _VDEC_EX_AllocateCMAActionCallBack()
5139 … (unsigned int)free_param.length, (unsigned long long int)free_param.offset_in_pool); in _VDEC_EX_AllocateCMAActionCallBack()
5147free_param.pool_handle_id = pVdecExContext->cmaFreeParam[u8MIUIdx][u8Idx].pool_handle_id; in _VDEC_EX_AllocateCMAActionCallBack()
5148free_param.length = free_param.length > pVdecExContext->cmaInitParam[u8MIUIdx].heap_length ? pVdec… in _VDEC_EX_AllocateCMAActionCallBack()
5150 if (bCMAGetMem[u8MIUIdx][u8Idx] && free_param.length > 0) in _VDEC_EX_AllocateCMAActionCallBack()
5152 if (MApi_CMA_Pool_PutMem(&free_param) == FALSE) in _VDEC_EX_AllocateCMAActionCallBack()
5155 (unsigned int)u8MIUIdx, (unsigned int)free_param.pool_handle_id, in _VDEC_EX_AllocateCMAActionCallBack()
5156 … (unsigned long long int)free_param.offset_in_pool, (unsigned int)free_param.length); in _VDEC_EX_AllocateCMAActionCallBack()
[all …]
H A DapiVDEC_EX.c.05129 struct CMA_Pool_Free_Param free_param;
5130 memset(&free_param, 0, sizeof(struct CMA_Pool_Free_Param));
5132 …HVD_EX_GetCMAReleaseInfo(u32Id, &u8MIUIdx, &u8BlockIdx, &free_param.offset_in_pool, &free_param.le…
5135 … (unsigned int)free_param.length, (unsigned long long int)free_param.offset_in_pool);
5143free_param.pool_handle_id = pVdecExContext->cmaFreeParam[u8MIUIdx][u8Idx].pool_handle_id;
5144free_param.length = free_param.length > pVdecExContext->cmaInitParam[u8MIUIdx].heap_length ? pVdec…
5146 if (bCMAGetMem[u8MIUIdx][u8Idx] && free_param.length > 0)
5148 if (MApi_CMA_Pool_PutMem(&free_param) == FALSE)
5151 (unsigned int)u8MIUIdx, (unsigned int)free_param.pool_handle_id,
5152 … (unsigned long long int)free_param.offset_in_pool, (unsigned int)free_param.length);
[all …]
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvCMAPool_v2.h214 MS_BOOL __attribute__((weak)) MApi_CMA_Pool_PutMem(struct CMA_Pool_Free_Param * free_param);
H A DdrvCMAPool.h268 MS_BOOL __attribute__((weak)) MApi_CMA_Pool_PutMem(struct CMA_Pool_Free_Param * free_param);
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvCMAPool.h211 MS_BOOL __attribute__((weak)) MApi_CMA_Pool_PutMem(struct CMA_Pool_Free_Param * free_param);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt13576 MS_BOOL __attribute__((weak)) MApi_CMA_Pool_PutMem(struct CMA_Pool_Free_Param * free_param);
71294 MS_BOOL __attribute__((weak)) MApi_CMA_Pool_PutMem(struct CMA_Pool_Free_Param * free_param);