Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c702 MS_SIZE szUnusedSize; // record unused size of this memory section member
2020 pstAllocator->szTotalSize, pstAllocator->szUnusedSize); in _VDEC_EX_Allocator_Print()
2277 pstAllocator->szUnusedSize = 0; in _VDEC_EX_Allocator_Reset()
2370 pstAllocator->szUnusedSize = pstBlockInfo->szSize; in _VDEC_EX_Allocator_Init()
2772 pstAllocator->szUnusedSize -= pstBlockMatch->stBlockInfo.szSize; in _VDEC_EX_Allocator_Assign()
2841 pstAllocator->szUnusedSize += pstBlockFree->stBlockInfo.szSize; in _VDEC_EX_Allocator_Free()
2948 pstAllocatorMain->szUnusedSize += stBlockInfoRef.szSize; in _VDEC_EX_NDecAllocator_Init()
4034 if(pstAllocatorExt->szUnusedSize == pstAllocatorExt->szTotalSize) in _VDEC_EX_NdecAllocator_FreeBlock()
4179 if(pstAllocatorSub->szUnusedSize == pstAllocatorSub->szTotalSize) in _VDEC_EX_NdecAllocator_FreeBuffer()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c761 MS_SIZE szUnusedSize; // record unused size of this memory section member
2222 (unsigned int)pstAllocator->szUnusedSize); in _VDEC_EX_Allocator_Print()
2479 pstAllocator->szUnusedSize = 0; in _VDEC_EX_Allocator_Reset()
2572 pstAllocator->szUnusedSize = pstBlockInfo->szSize; in _VDEC_EX_Allocator_Init()
2997 pstAllocator->szUnusedSize -= pstBlockMatch->stBlockInfo.szSize; in _VDEC_EX_Allocator_Assign()
3066 pstAllocator->szUnusedSize += pstBlockFree->stBlockInfo.szSize; in _VDEC_EX_Allocator_Free()
3173 pstAllocatorMain->szUnusedSize += stBlockInfoRef.szSize; in _VDEC_EX_NDecAllocator_Init()
4826 if(pstAllocatorExt->szUnusedSize == pstAllocatorExt->szTotalSize) in _VDEC_EX_NdecAllocator_FreeBlock()
4970 if(pstAllocatorSub->szUnusedSize == pstAllocatorSub->szTotalSize) in _VDEC_EX_NdecAllocator_FreeBuffer()
H A DapiVDEC_EX.c.0761 MS_SIZE szUnusedSize; // record unused size of this memory section
2222 (unsigned int)pstAllocator->szUnusedSize);
2479 pstAllocator->szUnusedSize = 0;
2572 pstAllocator->szUnusedSize = pstBlockInfo->szSize;
2997 pstAllocator->szUnusedSize -= pstBlockMatch->stBlockInfo.szSize;
3066 pstAllocator->szUnusedSize += pstBlockFree->stBlockInfo.szSize;
3173 pstAllocatorMain->szUnusedSize += stBlockInfoRef.szSize;
4824 if(pstAllocatorExt->szUnusedSize == pstAllocatorExt->szTotalSize)
4968 if(pstAllocatorSub->szUnusedSize == pstAllocatorSub->szTotalSize)