Searched refs:pstAllocator (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/ |
| H A D | apiVDEC_EX.c | 2009 static void _VDEC_EX_Allocator_Print(VDEC_EX_Allocator *pstAllocator) in _VDEC_EX_Allocator_Print() argument 2011 ALLOCATOR_PRINTF_DBG("[ALLOC][DBG] pstAllocator(%p):\n", pstAllocator); in _VDEC_EX_Allocator_Print() 2013 if(pstAllocator == NULL) in _VDEC_EX_Allocator_Print() 2019 pstAllocator->u16AllocatorId, pstAllocator->phyStartAddr, in _VDEC_EX_Allocator_Print() 2020 pstAllocator->szTotalSize, pstAllocator->szUnusedSize); in _VDEC_EX_Allocator_Print() 2022 _VDEC_EX_Allocator_BlockListPrint(&(pstAllocator->stBlockList)); in _VDEC_EX_Allocator_Print() 2272 static void _VDEC_EX_Allocator_Reset(VDEC_EX_Allocator *pstAllocator, MS_U16 u16Id) in _VDEC_EX_Allocator_Reset() argument 2274 pstAllocator->u16AllocatorId = u16Id; in _VDEC_EX_Allocator_Reset() 2275 pstAllocator->phyStartAddr = 0; in _VDEC_EX_Allocator_Reset() 2276 pstAllocator->szTotalSize = 0; in _VDEC_EX_Allocator_Reset() [all …]
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/ |
| H A D | apiVDEC_EX.c | 2209 static void _VDEC_EX_Allocator_Print(VDEC_EX_Allocator *pstAllocator) in _VDEC_EX_Allocator_Print() argument 2211 ALLOCATOR_PRINTF_DBG("[ALLOC][DBG] pstAllocator(%p):\n", pstAllocator); in _VDEC_EX_Allocator_Print() 2213 if(pstAllocator == NULL) in _VDEC_EX_Allocator_Print() 2219 (unsigned int)pstAllocator->u16AllocatorId, in _VDEC_EX_Allocator_Print() 2220 (unsigned long long int)pstAllocator->phyStartAddr, in _VDEC_EX_Allocator_Print() 2221 (unsigned int)pstAllocator->szTotalSize, in _VDEC_EX_Allocator_Print() 2222 (unsigned int)pstAllocator->szUnusedSize); in _VDEC_EX_Allocator_Print() 2224 _VDEC_EX_Allocator_BlockListPrint(&(pstAllocator->stBlockList)); in _VDEC_EX_Allocator_Print() 2474 static void _VDEC_EX_Allocator_Reset(VDEC_EX_Allocator *pstAllocator, MS_U16 u16Id) in _VDEC_EX_Allocator_Reset() argument 2476 pstAllocator->u16AllocatorId = u16Id; in _VDEC_EX_Allocator_Reset() [all …]
|
| H A D | apiVDEC_EX.c.0 | 2209 static void _VDEC_EX_Allocator_Print(VDEC_EX_Allocator *pstAllocator) 2211 ALLOCATOR_PRINTF_DBG("[ALLOC][DBG] pstAllocator(%p):\n", pstAllocator); 2213 if(pstAllocator == NULL) 2219 (unsigned int)pstAllocator->u16AllocatorId, 2220 (unsigned long long int)pstAllocator->phyStartAddr, 2221 (unsigned int)pstAllocator->szTotalSize, 2222 (unsigned int)pstAllocator->szUnusedSize); 2224 _VDEC_EX_Allocator_BlockListPrint(&(pstAllocator->stBlockList)); 2474 static void _VDEC_EX_Allocator_Reset(VDEC_EX_Allocator *pstAllocator, MS_U16 u16Id) 2476 pstAllocator->u16AllocatorId = u16Id; [all …]
|