Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c682 MS_U16 u16AllocatorIdExt; // allocator ID of extend allocator member
1906 pstBlock->u16AllocatorIdExt = VDEC_EX_ALLOCAOTR_ID_UNUSED; in _VDEC_EX_Allocator_BlockReset()
1969 pstBlock->u16AllocatorIdExt); in _VDEC_EX_Allocator_BlockPrint()
3406 MS_U16 u16AllocatorIdExt = VDEC_EX_ALLOCAOTR_ID_UNUSED; in _VDEC_EX_NdecAllocator_GetExtendAllocator() local
3414 if(_VDEC_EX_Allocator_IsValidId(pstBlock->u16AllocatorIdExt) == FALSE) in _VDEC_EX_NdecAllocator_GetExtendAllocator()
3421 u16AllocatorIdExt = _VDEC_EX_Allocator_GetNewId(); in _VDEC_EX_NdecAllocator_GetExtendAllocator()
3423 if(_VDEC_EX_Allocator_IsValidId(u16AllocatorIdExt) == FALSE) in _VDEC_EX_NdecAllocator_GetExtendAllocator()
3428 pstAllocatorExt = _VDEC_EX_Allocator_GetAddressById(u16AllocatorIdExt); in _VDEC_EX_NdecAllocator_GetExtendAllocator()
3442 pstBlock->u16AllocatorIdExt = u16AllocatorIdExt; in _VDEC_EX_NdecAllocator_GetExtendAllocator()
3445 u16AllocatorIdExt = pstBlock->u16AllocatorIdExt; in _VDEC_EX_NdecAllocator_GetExtendAllocator()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c741 MS_U16 u16AllocatorIdExt; // allocator ID of extend allocator member
2106 pstBlock->u16AllocatorIdExt = VDEC_EX_ALLOCAOTR_ID_UNUSED; in _VDEC_EX_Allocator_BlockReset()
2169 (unsigned int)pstBlock->u16AllocatorIdExt); in _VDEC_EX_Allocator_BlockPrint()
4146 MS_U16 u16AllocatorIdExt = VDEC_EX_ALLOCAOTR_ID_UNUSED; in _VDEC_EX_NdecAllocator_GetExtendAllocator() local
4154 if(_VDEC_EX_Allocator_IsValidId(pstBlock->u16AllocatorIdExt) == FALSE) in _VDEC_EX_NdecAllocator_GetExtendAllocator()
4161 u16AllocatorIdExt = _VDEC_EX_Allocator_GetNewId(); in _VDEC_EX_NdecAllocator_GetExtendAllocator()
4163 if(_VDEC_EX_Allocator_IsValidId(u16AllocatorIdExt) == FALSE) in _VDEC_EX_NdecAllocator_GetExtendAllocator()
4168 pstAllocatorExt = _VDEC_EX_Allocator_GetAddressById(u16AllocatorIdExt); in _VDEC_EX_NdecAllocator_GetExtendAllocator()
4182 pstBlock->u16AllocatorIdExt = u16AllocatorIdExt; in _VDEC_EX_NdecAllocator_GetExtendAllocator()
4185 u16AllocatorIdExt = pstBlock->u16AllocatorIdExt; in _VDEC_EX_NdecAllocator_GetExtendAllocator()
[all …]
H A DapiVDEC_EX.c.0741 MS_U16 u16AllocatorIdExt; // allocator ID of extend allocator
2106 pstBlock->u16AllocatorIdExt = VDEC_EX_ALLOCAOTR_ID_UNUSED;
2169 (unsigned int)pstBlock->u16AllocatorIdExt);
4144 MS_U16 u16AllocatorIdExt = VDEC_EX_ALLOCAOTR_ID_UNUSED;
4152 if(_VDEC_EX_Allocator_IsValidId(pstBlock->u16AllocatorIdExt) == FALSE)
4159 u16AllocatorIdExt = _VDEC_EX_Allocator_GetNewId();
4161 if(_VDEC_EX_Allocator_IsValidId(u16AllocatorIdExt) == FALSE)
4166 pstAllocatorExt = _VDEC_EX_Allocator_GetAddressById(u16AllocatorIdExt);
4180 pstBlock->u16AllocatorIdExt = u16AllocatorIdExt;
4183 u16AllocatorIdExt = pstBlock->u16AllocatorIdExt;
[all …]