Home
last modified time | relevance | path

Searched refs:pstCmaInitParam (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c3293 struct CMA_Pool_Init_Param *pstCmaInitParam) in _VDEC_EX_NdecAllocator_CMAInit() argument
3299 _VDEC_Memset(pstCmaInitParam, 0, sizeof(struct CMA_Pool_Init_Param)); in _VDEC_EX_NdecAllocator_CMAInit()
3301 pstCmaInitParam->flags = CMA_FLAG_MAP_VMA | CMA_FLAG_CACHED; in _VDEC_EX_NdecAllocator_CMAInit()
3302 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()
3309 if(MApi_CMA_Pool_Init(pstCmaInitParam) == FALSE) 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()
3320 (unsigned int)pstCmaInitParam->miu, in _VDEC_EX_NdecAllocator_CMAInit()
3321 (unsigned long long int)pstCmaInitParam->heap_miu_start_offset, in _VDEC_EX_NdecAllocator_CMAInit()
[all …]
H A DapiVDEC_EX.c.03293 struct CMA_Pool_Init_Param *pstCmaInitParam)
3299 _VDEC_Memset(pstCmaInitParam, 0, sizeof(struct CMA_Pool_Init_Param));
3301 pstCmaInitParam->flags = CMA_FLAG_MAP_VMA | CMA_FLAG_CACHED;
3302 pstCmaInitParam->heap_id = _VDEC_EX_NdecAllocator_CMAHeapIDSelect(eCMAPoolSelect);
3303 if(pstCmaInitParam->heap_id == INVALID_HEAP_ID)
3309 if(MApi_CMA_Pool_Init(pstCmaInitParam) == FALSE)
3312 (unsigned int)pstCmaInitParam->heap_id);
3319 (unsigned int)pstCmaInitParam->heap_id,
3320 (unsigned int)pstCmaInitParam->miu,
3321 (unsigned long long int)pstCmaInitParam->heap_miu_start_offset,
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c3089 …struct CMA_Pool_Init_Param *pstCmaInitParam = &(pVdecExContext->stNDecAllocator.stCmaInitParam[eCM… in _VDEC_EX_NdecAllocator_CMAInit() local
3095 memset(pstCmaInitParam, 0, sizeof(struct CMA_Pool_Init_Param)); in _VDEC_EX_NdecAllocator_CMAInit()
3097pstCmaInitParam->heap_id = (eCMAPoolSelect == E_VDEC_EX_CMA_POOL_BUFFER_FB1) ? ION_VDEC_HEAP_ID : … in _VDEC_EX_NdecAllocator_CMAInit()
3098 pstCmaInitParam->flags = CMA_FLAG_MAP_VMA | CMA_FLAG_CACHED; in _VDEC_EX_NdecAllocator_CMAInit()
3100 if (MApi_CMA_Pool_Init(pstCmaInitParam) == FALSE) 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()
3110 … _miu_offset_to_phy(pstCmaInitParam->miu, pstCmaInitParam->heap_miu_start_offset, phyCMAStartAddr); in _VDEC_EX_NdecAllocator_CMAInit()
3123 *pszCMAHeapLength = pstCmaInitParam->heap_length; in _VDEC_EX_NdecAllocator_CMAInit()
3128 pstCmaInitParam->pool_handle_id, in _VDEC_EX_NdecAllocator_CMAInit()
3129 pstCmaInitParam->miu, in _VDEC_EX_NdecAllocator_CMAInit()
[all …]