Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c2287 static MS_U16 _VDEC_EX_Allocator_CountUsedAllocators(VDEC_EX_NDecAllocator *pstNDecAllocator) in _VDEC_EX_Allocator_CountUsedAllocators() argument
2293 MS_U16 u16AllocatorId = pstNDecAllocator->stAllocatorPool[i].u16AllocatorId; in _VDEC_EX_Allocator_CountUsedAllocators()
2302 static MS_U16 _VDEC_EX_Allocator_CountUsedBlocks(VDEC_EX_NDecAllocator *pstNDecAllocator) in _VDEC_EX_Allocator_CountUsedBlocks() argument
2308 MS_U16 u16BlockId = pstNDecAllocator->stBlockPool[i].u16BlockId; in _VDEC_EX_Allocator_CountUsedBlocks()
2864 static VDEC_EX_Result _VDEC_EX_NDecAllocator_Init(VDEC_EX_NDecAllocator *pstNDecAllocator) in _VDEC_EX_NDecAllocator_Init() argument
2869 if(pstNDecAllocator->bInit == FALSE) in _VDEC_EX_NDecAllocator_Init()
2872 pstNDecAllocator->bInit = TRUE; in _VDEC_EX_NDecAllocator_Init()
2877 VDEC_EX_Allocator_Record *pstRecord = &(pstNDecAllocator->stAllocatorRecord[i]); in _VDEC_EX_NDecAllocator_Init()
2885 pstNDecAllocator->szCMAAllocLength[E_VDEC_EX_CMA_POOL_BUFFER_FB1][i] = 0; in _VDEC_EX_NDecAllocator_Init()
2886 pstNDecAllocator->szCMAAllocLength[E_VDEC_EX_CMA_POOL_BUFFER_FB2][i] = 0; in _VDEC_EX_NDecAllocator_Init()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c2489 static MS_U16 _VDEC_EX_Allocator_CountUsedAllocators(VDEC_EX_NDecAllocator *pstNDecAllocator) in _VDEC_EX_Allocator_CountUsedAllocators() argument
2495 MS_U16 u16AllocatorId = pstNDecAllocator->stAllocatorPool[i].u16AllocatorId; in _VDEC_EX_Allocator_CountUsedAllocators()
2504 static MS_U16 _VDEC_EX_Allocator_CountUsedBlocks(VDEC_EX_NDecAllocator *pstNDecAllocator) in _VDEC_EX_Allocator_CountUsedBlocks() argument
2510 MS_U16 u16BlockId = pstNDecAllocator->stBlockPool[i].u16BlockId; in _VDEC_EX_Allocator_CountUsedBlocks()
3089 static VDEC_EX_Result _VDEC_EX_NDecAllocator_Init(VDEC_EX_NDecAllocator *pstNDecAllocator) in _VDEC_EX_NDecAllocator_Init() argument
3094 if(pstNDecAllocator->bInit == FALSE) in _VDEC_EX_NDecAllocator_Init()
3097 pstNDecAllocator->bInit = TRUE; in _VDEC_EX_NDecAllocator_Init()
3102 VDEC_EX_Allocator_Record *pstRecord = &(pstNDecAllocator->stAllocatorRecord[i]); in _VDEC_EX_NDecAllocator_Init()
3110 pstNDecAllocator->szCMAAllocLength[E_VDEC_EX_CMA_POOL_BUFFER_FB1][i] = 0; in _VDEC_EX_NDecAllocator_Init()
3111 pstNDecAllocator->szCMAAllocLength[E_VDEC_EX_CMA_POOL_BUFFER_FB2][i] = 0; in _VDEC_EX_NDecAllocator_Init()
[all …]
H A DapiVDEC_EX.c.02489 static MS_U16 _VDEC_EX_Allocator_CountUsedAllocators(VDEC_EX_NDecAllocator *pstNDecAllocator)
2495 MS_U16 u16AllocatorId = pstNDecAllocator->stAllocatorPool[i].u16AllocatorId;
2504 static MS_U16 _VDEC_EX_Allocator_CountUsedBlocks(VDEC_EX_NDecAllocator *pstNDecAllocator)
2510 MS_U16 u16BlockId = pstNDecAllocator->stBlockPool[i].u16BlockId;
3089 static VDEC_EX_Result _VDEC_EX_NDecAllocator_Init(VDEC_EX_NDecAllocator *pstNDecAllocator)
3094 if(pstNDecAllocator->bInit == FALSE)
3097 pstNDecAllocator->bInit = TRUE;
3102 VDEC_EX_Allocator_Record *pstRecord = &(pstNDecAllocator->stAllocatorRecord[i]);
3110 pstNDecAllocator->szCMAAllocLength[E_VDEC_EX_CMA_POOL_BUFFER_FB1][i] = 0;
3111 pstNDecAllocator->szCMAAllocLength[E_VDEC_EX_CMA_POOL_BUFFER_FB2][i] = 0;
[all …]