Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c3229 …EC_EX_BufferType _VDEC_EX_NdecAllocator_CMABufferTypeSelect(VDEC_EX_CMA_POOL_SELECT eCMAPoolSelect) in _VDEC_EX_NdecAllocator_CMABufferTypeSelect() argument
3233 switch(eCMAPoolSelect) in _VDEC_EX_NdecAllocator_CMABufferTypeSelect()
3252 VDEC_EX_CMA_POOL_SELECT eCMAPoolSelect = E_VDEC_EX_CMA_POOL_INVALID; in _VDEC_EX_NdecAllocator_CMAPoolSelect() local
3257 eCMAPoolSelect = E_VDEC_EX_CMA_POOL_BUFFER_FB1; in _VDEC_EX_NdecAllocator_CMAPoolSelect()
3261 eCMAPoolSelect = E_VDEC_EX_CMA_POOL_BUFFER_FB2; in _VDEC_EX_NdecAllocator_CMAPoolSelect()
3268 return eCMAPoolSelect; in _VDEC_EX_NdecAllocator_CMAPoolSelect()
3271 static MS_U32 _VDEC_EX_NdecAllocator_CMAHeapIDSelect(VDEC_EX_CMA_POOL_SELECT eCMAPoolSelect) in _VDEC_EX_NdecAllocator_CMAHeapIDSelect() argument
3275 switch(eCMAPoolSelect) in _VDEC_EX_NdecAllocator_CMAHeapIDSelect()
3292 static VDEC_EX_Result _VDEC_EX_NdecAllocator_CMAInit(VDEC_EX_CMA_POOL_SELECT eCMAPoolSelect, in _VDEC_EX_NdecAllocator_CMAInit() argument
3297 if(bCMAInitPool[eCMAPoolSelect] == FALSE) in _VDEC_EX_NdecAllocator_CMAInit()
[all …]
H A DapiVDEC_EX.c.03229 …EC_EX_BufferType _VDEC_EX_NdecAllocator_CMABufferTypeSelect(VDEC_EX_CMA_POOL_SELECT eCMAPoolSelect)
3233 switch(eCMAPoolSelect)
3252 VDEC_EX_CMA_POOL_SELECT eCMAPoolSelect = E_VDEC_EX_CMA_POOL_INVALID;
3257 eCMAPoolSelect = E_VDEC_EX_CMA_POOL_BUFFER_FB1;
3261 eCMAPoolSelect = E_VDEC_EX_CMA_POOL_BUFFER_FB2;
3268 return eCMAPoolSelect;
3271 static MS_U32 _VDEC_EX_NdecAllocator_CMAHeapIDSelect(VDEC_EX_CMA_POOL_SELECT eCMAPoolSelect)
3275 switch(eCMAPoolSelect)
3292 static VDEC_EX_Result _VDEC_EX_NdecAllocator_CMAInit(VDEC_EX_CMA_POOL_SELECT eCMAPoolSelect,
3297 if(bCMAInitPool[eCMAPoolSelect] == FALSE)
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c3065 VDEC_EX_CMA_POOL_SELECT eCMAPoolSelect = E_VDEC_EX_CMA_POOL_INVALID; in _VDEC_EX_NdecAllocator_CMAPoolSelect() local
3070 eCMAPoolSelect = E_VDEC_EX_CMA_POOL_BUFFER_FB1; in _VDEC_EX_NdecAllocator_CMAPoolSelect()
3074 eCMAPoolSelect = E_VDEC_EX_CMA_POOL_BUFFER_FB2; in _VDEC_EX_NdecAllocator_CMAPoolSelect()
3081 return eCMAPoolSelect; in _VDEC_EX_NdecAllocator_CMAPoolSelect()
3085 static VDEC_EX_Result _VDEC_EX_NdecAllocator_CMAInit(VDEC_EX_CMA_POOL_SELECT eCMAPoolSelect, MS_PHY… in _VDEC_EX_NdecAllocator_CMAInit() argument
3089 …ol_Init_Param *pstCmaInitParam = &(pVdecExContext->stNDecAllocator.stCmaInitParam[eCMAPoolSelect]); in _VDEC_EX_NdecAllocator_CMAInit()
3097 …pstCmaInitParam->heap_id = (eCMAPoolSelect == E_VDEC_EX_CMA_POOL_BUFFER_FB1) ? ION_VDEC_HEAP_ID : … in _VDEC_EX_NdecAllocator_CMAInit()
3107 bCMAInitPool[eCMAPoolSelect] = TRUE; in _VDEC_EX_NdecAllocator_CMAInit()
3127 __FUNCTION__, __LINE__, eCMAPoolSelect, in _VDEC_EX_NdecAllocator_CMAInit()
3139 static VDEC_EX_Result _VDEC_EX_NdecAllocator_CMAAlloc(VDEC_EX_CMA_POOL_SELECT eCMAPoolSelect, MS_PH… in _VDEC_EX_NdecAllocator_CMAAlloc() argument
[all …]