Searched refs:pstAllocatorExt (Results 1 – 3 of 3) sorted by relevance
3419 VDEC_EX_Allocator *pstAllocatorExt; in _VDEC_EX_NdecAllocator_GetExtendAllocator() local3428 pstAllocatorExt = _VDEC_EX_Allocator_GetAddressById(u16AllocatorIdExt); in _VDEC_EX_NdecAllocator_GetExtendAllocator()3436 if(_VDEC_EX_Allocator_Init(pstAllocatorExt, &stBlockInfoRef) != E_VDEC_EX_OK) in _VDEC_EX_NdecAllocator_GetExtendAllocator()3994 …VDEC_EX_Allocator *pstAllocatorExt = _VDEC_EX_Allocator_GetAddressById(pstBlockFree->u16AllocatorI… in _VDEC_EX_NdecAllocator_FreeBlock() local4000 u16BlockIdExt = pstAllocatorExt->stBlockList.u16BlockIdHead; in _VDEC_EX_NdecAllocator_FreeBlock()4025 u16BlockIdExt = _VDEC_EX_Allocator_Free(pstAllocatorExt, u16BlockIdExt); in _VDEC_EX_NdecAllocator_FreeBlock()4034 if(pstAllocatorExt->szUnusedSize == pstAllocatorExt->szTotalSize) in _VDEC_EX_NdecAllocator_FreeBlock()4044 if(u16BlockIdExt != pstAllocatorExt->stBlockList.u16BlockIdHead) in _VDEC_EX_NdecAllocator_FreeBlock()4058 pstAllocatorExt->u16AllocatorId = VDEC_EX_ALLOCAOTR_ID_UNUSED; in _VDEC_EX_NdecAllocator_FreeBlock()
4159 VDEC_EX_Allocator *pstAllocatorExt; in _VDEC_EX_NdecAllocator_GetExtendAllocator() local4168 pstAllocatorExt = _VDEC_EX_Allocator_GetAddressById(u16AllocatorIdExt); in _VDEC_EX_NdecAllocator_GetExtendAllocator()4176 if(_VDEC_EX_Allocator_Init(pstAllocatorExt, &stBlockInfoRef) != E_VDEC_EX_OK) in _VDEC_EX_NdecAllocator_GetExtendAllocator()4786 …VDEC_EX_Allocator *pstAllocatorExt = _VDEC_EX_Allocator_GetAddressById(pstBlockFree->u16AllocatorI… in _VDEC_EX_NdecAllocator_FreeBlock() local4792 u16BlockIdExt = pstAllocatorExt->stBlockList.u16BlockIdHead; in _VDEC_EX_NdecAllocator_FreeBlock()4817 u16BlockIdExt = _VDEC_EX_Allocator_Free(pstAllocatorExt, u16BlockIdExt); in _VDEC_EX_NdecAllocator_FreeBlock()4826 if(pstAllocatorExt->szUnusedSize == pstAllocatorExt->szTotalSize) in _VDEC_EX_NdecAllocator_FreeBlock()4836 if(u16BlockIdExt != pstAllocatorExt->stBlockList.u16BlockIdHead) in _VDEC_EX_NdecAllocator_FreeBlock()4850 pstAllocatorExt->u16AllocatorId = VDEC_EX_ALLOCAOTR_ID_UNUSED; in _VDEC_EX_NdecAllocator_FreeBlock()
4157 VDEC_EX_Allocator *pstAllocatorExt;4166 pstAllocatorExt = _VDEC_EX_Allocator_GetAddressById(u16AllocatorIdExt);4174 if(_VDEC_EX_Allocator_Init(pstAllocatorExt, &stBlockInfoRef) != E_VDEC_EX_OK)4784 …VDEC_EX_Allocator *pstAllocatorExt = _VDEC_EX_Allocator_GetAddressById(pstBlockFree->u16AllocatorI…4788 … ALLOCATOR_PRINTF_DBG("[ALLOC][DBG][%s][%d] Start Free pstAllocatorExt\n", __FUNCTION__, __LINE__);4790 u16BlockIdExt = pstAllocatorExt->stBlockList.u16BlockIdHead;4815 u16BlockIdExt = _VDEC_EX_Allocator_Free(pstAllocatorExt, u16BlockIdExt);4824 if(pstAllocatorExt->szUnusedSize == pstAllocatorExt->szTotalSize)4834 if(u16BlockIdExt != pstAllocatorExt->stBlockList.u16BlockIdHead)4848 pstAllocatorExt->u16AllocatorId = VDEC_EX_ALLOCAOTR_ID_UNUSED;