Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c3150 struct CMA_Pool_Alloc_Param stAllocParam; in _VDEC_EX_NdecAllocator_CMAAlloc() local
3155 memset(&stAllocParam, 0, sizeof(struct CMA_Pool_Alloc_Param)); in _VDEC_EX_NdecAllocator_CMAAlloc()
3166 stAllocParam.pool_handle_id = pstCmaInitParam->heap_id; in _VDEC_EX_NdecAllocator_CMAAlloc()
3167 stAllocParam.flags = CMA_FLAG_VIRT_ADDR; in _VDEC_EX_NdecAllocator_CMAAlloc()
3168 stAllocParam.offset_in_pool = u64offset - pstCmaInitParam->heap_miu_start_offset; in _VDEC_EX_NdecAllocator_CMAAlloc()
3169 stAllocParam.length = szBufSize; in _VDEC_EX_NdecAllocator_CMAAlloc()
3173 stAllocParam.pool_handle_id, in _VDEC_EX_NdecAllocator_CMAAlloc()
3174 stAllocParam.flags, in _VDEC_EX_NdecAllocator_CMAAlloc()
3175 stAllocParam.offset_in_pool, in _VDEC_EX_NdecAllocator_CMAAlloc()
3176 stAllocParam.length); in _VDEC_EX_NdecAllocator_CMAAlloc()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c3346 struct CMA_Pool_Alloc_Param stAllocParam; in _VDEC_EX_NdecAllocator_CMAAlloc() local
3351 memset(&stAllocParam, 0, sizeof(struct CMA_Pool_Alloc_Param)); in _VDEC_EX_NdecAllocator_CMAAlloc()
3366 stAllocParam.pool_handle_id = pstCmaInitParam->heap_id; in _VDEC_EX_NdecAllocator_CMAAlloc()
3367 stAllocParam.flags = CMA_FLAG_VIRT_ADDR; in _VDEC_EX_NdecAllocator_CMAAlloc()
3368 stAllocParam.offset_in_pool = u64offset - pstCmaInitParam->heap_miu_start_offset; in _VDEC_EX_NdecAllocator_CMAAlloc()
3369 stAllocParam.length = szBufSize; in _VDEC_EX_NdecAllocator_CMAAlloc()
3373 (unsigned int)stAllocParam.pool_handle_id, in _VDEC_EX_NdecAllocator_CMAAlloc()
3374 (unsigned long long int)stAllocParam.offset_in_pool, in _VDEC_EX_NdecAllocator_CMAAlloc()
3375 (unsigned int)stAllocParam.length); in _VDEC_EX_NdecAllocator_CMAAlloc()
3377 if(MApi_CMA_Pool_GetMem(&stAllocParam) == FALSE) in _VDEC_EX_NdecAllocator_CMAAlloc()
[all …]
H A DapiVDEC_EX.c.03346 struct CMA_Pool_Alloc_Param stAllocParam;
3351 memset(&stAllocParam, 0, sizeof(struct CMA_Pool_Alloc_Param));
3366 stAllocParam.pool_handle_id = pstCmaInitParam->heap_id;
3367 stAllocParam.flags = CMA_FLAG_VIRT_ADDR;
3368 stAllocParam.offset_in_pool = u64offset - pstCmaInitParam->heap_miu_start_offset;
3369 stAllocParam.length = szBufSize;
3373 (unsigned int)stAllocParam.pool_handle_id,
3374 (unsigned long long int)stAllocParam.offset_in_pool,
3375 (unsigned int)stAllocParam.length);
3377 if(MApi_CMA_Pool_GetMem(&stAllocParam) == FALSE)
[all …]