Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c699 MS_U16 u16AllocatorId; // member
2019 pstAllocator->u16AllocatorId, pstAllocator->phyStartAddr, in _VDEC_EX_Allocator_Print()
2274 pstAllocator->u16AllocatorId = u16Id; in _VDEC_EX_Allocator_Reset()
2282 static inline MS_BOOL _VDEC_EX_Allocator_IsValidId(MS_U16 u16AllocatorId) in _VDEC_EX_Allocator_IsValidId() argument
2284 return (u16AllocatorId < VDEC_EX_ALLOCAOTR_MAX_NUM_ALLOCATOR) ? TRUE : FALSE; in _VDEC_EX_Allocator_IsValidId()
2293 MS_U16 u16AllocatorId = pstNDecAllocator->stAllocatorPool[i].u16AllocatorId; in _VDEC_EX_Allocator_CountUsedAllocators() local
2294 if(_VDEC_EX_Allocator_IsValidId(u16AllocatorId) == TRUE) in _VDEC_EX_Allocator_CountUsedAllocators()
2345 if(pstAllocator->u16AllocatorId == VDEC_EX_ALLOCAOTR_ID_UNUSED) in _VDEC_EX_Allocator_GetNewId()
4058 pstAllocatorExt->u16AllocatorId = VDEC_EX_ALLOCAOTR_ID_UNUSED; in _VDEC_EX_NdecAllocator_FreeBlock()
4185 pstAllocatorSub->u16AllocatorId = VDEC_EX_ALLOCAOTR_ID_UNUSED; in _VDEC_EX_NdecAllocator_FreeBuffer()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c758 MS_U16 u16AllocatorId; // member
2219 (unsigned int)pstAllocator->u16AllocatorId, in _VDEC_EX_Allocator_Print()
2476 pstAllocator->u16AllocatorId = u16Id; in _VDEC_EX_Allocator_Reset()
2484 static inline MS_BOOL _VDEC_EX_Allocator_IsValidId(MS_U16 u16AllocatorId) in _VDEC_EX_Allocator_IsValidId() argument
2486 return (u16AllocatorId < VDEC_EX_ALLOCAOTR_MAX_NUM_ALLOCATOR) ? TRUE : FALSE; in _VDEC_EX_Allocator_IsValidId()
2495 MS_U16 u16AllocatorId = pstNDecAllocator->stAllocatorPool[i].u16AllocatorId; in _VDEC_EX_Allocator_CountUsedAllocators() local
2496 if(_VDEC_EX_Allocator_IsValidId(u16AllocatorId) == TRUE) in _VDEC_EX_Allocator_CountUsedAllocators()
2547 if(pstAllocator->u16AllocatorId == VDEC_EX_ALLOCAOTR_ID_UNUSED) in _VDEC_EX_Allocator_GetNewId()
4850 pstAllocatorExt->u16AllocatorId = VDEC_EX_ALLOCAOTR_ID_UNUSED; in _VDEC_EX_NdecAllocator_FreeBlock()
4976 pstAllocatorSub->u16AllocatorId = VDEC_EX_ALLOCAOTR_ID_UNUSED; in _VDEC_EX_NdecAllocator_FreeBuffer()
H A DapiVDEC_EX.c.0758 MS_U16 u16AllocatorId; //
2219 (unsigned int)pstAllocator->u16AllocatorId,
2476 pstAllocator->u16AllocatorId = u16Id;
2484 static inline MS_BOOL _VDEC_EX_Allocator_IsValidId(MS_U16 u16AllocatorId)
2486 return (u16AllocatorId < VDEC_EX_ALLOCAOTR_MAX_NUM_ALLOCATOR) ? TRUE : FALSE;
2495 MS_U16 u16AllocatorId = pstNDecAllocator->stAllocatorPool[i].u16AllocatorId;
2496 if(_VDEC_EX_Allocator_IsValidId(u16AllocatorId) == TRUE)
2547 if(pstAllocator->u16AllocatorId == VDEC_EX_ALLOCAOTR_ID_UNUSED)
4848 pstAllocatorExt->u16AllocatorId = VDEC_EX_ALLOCAOTR_ID_UNUSED;
4974 pstAllocatorSub->u16AllocatorId = VDEC_EX_ALLOCAOTR_ID_UNUSED;