Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c2915 VDEC_EX_Allocator *pstAllocatorMain; in _VDEC_EX_NDecAllocator_Init() local
2926pstAllocatorMain = _VDEC_EX_Allocator_GetAddressById(pstNDecAllocator->u16AllocatorIdMain); in _VDEC_EX_NDecAllocator_Init()
2927 eRet = _VDEC_EX_Allocator_Init(pstAllocatorMain, &stBlockInfoRef); in _VDEC_EX_NDecAllocator_Init()
2941 …u16BlockId = _VDEC_EX_Allocator_BlockListAddtoTail(&(pstAllocatorMain->stBlockList), &stBlockInfoR… in _VDEC_EX_NDecAllocator_Init()
2947 pstAllocatorMain->szTotalSize += stBlockInfoRef.szSize; in _VDEC_EX_NDecAllocator_Init()
2948 pstAllocatorMain->szUnusedSize += stBlockInfoRef.szSize; in _VDEC_EX_NDecAllocator_Init()
2952 _VDEC_EX_Allocator_Print(pstAllocatorMain); in _VDEC_EX_NDecAllocator_Init()
3288 VDEC_EX_Allocator *pstAllocatorMain; in _VDEC_EX_NdecAllocator_GetMainBlock() local
3386 pstAllocatorMain = _VDEC_EX_Allocator_GetAddressById(pNDecAllocator->u16AllocatorIdMain); in _VDEC_EX_NdecAllocator_GetMainBlock()
3387 u16BlockIdMain = _VDEC_EX_Allocator_MallocStart(pstAllocatorMain, &stCriterion); in _VDEC_EX_NdecAllocator_GetMainBlock()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c3140 VDEC_EX_Allocator *pstAllocatorMain; in _VDEC_EX_NDecAllocator_Init() local
3151pstAllocatorMain = _VDEC_EX_Allocator_GetAddressById(pstNDecAllocator->u16AllocatorIdMain); in _VDEC_EX_NDecAllocator_Init()
3152 eRet = _VDEC_EX_Allocator_Init(pstAllocatorMain, &stBlockInfoRef); in _VDEC_EX_NDecAllocator_Init()
3166 …u16BlockId = _VDEC_EX_Allocator_BlockListAddtoTail(&(pstAllocatorMain->stBlockList), &stBlockInfoR… in _VDEC_EX_NDecAllocator_Init()
3172 pstAllocatorMain->szTotalSize += stBlockInfoRef.szSize; in _VDEC_EX_NDecAllocator_Init()
3173 pstAllocatorMain->szUnusedSize += stBlockInfoRef.szSize; in _VDEC_EX_NDecAllocator_Init()
3177 _VDEC_EX_Allocator_Print(pstAllocatorMain); in _VDEC_EX_NDecAllocator_Init()
4085 VDEC_EX_Allocator *pstAllocatorMain; in _VDEC_EX_NdecAllocator_GetMainBlock() local
4126 pstAllocatorMain = _VDEC_EX_Allocator_GetAddressById(pNDecAllocator->u16AllocatorIdMain); in _VDEC_EX_NdecAllocator_GetMainBlock()
4127 u16BlockIdMain = _VDEC_EX_Allocator_MallocStart(pstAllocatorMain, &stCriterion); in _VDEC_EX_NdecAllocator_GetMainBlock()
[all …]
H A DapiVDEC_EX.c.03140 VDEC_EX_Allocator *pstAllocatorMain;
3151pstAllocatorMain = _VDEC_EX_Allocator_GetAddressById(pstNDecAllocator->u16AllocatorIdMain);
3152 eRet = _VDEC_EX_Allocator_Init(pstAllocatorMain, &stBlockInfoRef);
3166 …u16BlockId = _VDEC_EX_Allocator_BlockListAddtoTail(&(pstAllocatorMain->stBlockList), &stBlockInfoR…
3172 pstAllocatorMain->szTotalSize += stBlockInfoRef.szSize;
3173 pstAllocatorMain->szUnusedSize += stBlockInfoRef.szSize;
3176 …ALLOCATOR_PRINTF_DBG("[ALLOC][DBG][%s][%d] After NDecAllocator_Init, pstAllocatorMain:\n", __FUNCT…
3177 _VDEC_EX_Allocator_Print(pstAllocatorMain);
4083 VDEC_EX_Allocator *pstAllocatorMain;
4124 pstAllocatorMain = _VDEC_EX_Allocator_GetAddressById(pNDecAllocator->u16AllocatorIdMain);
[all …]