Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c1981 static void _VDEC_EX_Allocator_BlockListPrint(VDEC_EX_Allocator_BlockList *pstBlockList) in _VDEC_EX_Allocator_BlockListPrint() argument
1986 ALLOCATOR_PRINTF_DBG("[ALLOC][DBG] pstBlockList(%p):\n", pstBlockList); in _VDEC_EX_Allocator_BlockListPrint()
1988 if(pstBlockList == NULL) in _VDEC_EX_Allocator_BlockListPrint()
1994 pstBlockList->u16NumBlocks, pstBlockList->u16BlockIdHead, pstBlockList->u16BlockIdTail); in _VDEC_EX_Allocator_BlockListPrint()
1996 u16BlockIdCurr = pstBlockList->u16BlockIdHead; in _VDEC_EX_Allocator_BlockListPrint()
2029 static void _VDEC_EX_Allocator_BlockListReset(VDEC_EX_Allocator_BlockList *pstBlockList) in _VDEC_EX_Allocator_BlockListReset() argument
2031 pstBlockList->u16NumBlocks = 0; in _VDEC_EX_Allocator_BlockListReset()
2032 pstBlockList->u16BlockIdHead = VDEC_EX_ALLOCAOTR_BLOCK_ID_UNUSED; in _VDEC_EX_Allocator_BlockListReset()
2033 pstBlockList->u16BlockIdTail = VDEC_EX_ALLOCAOTR_BLOCK_ID_UNUSED; in _VDEC_EX_Allocator_BlockListReset()
2037 static MS_U16 _VDEC_EX_Allocator_BlockListAddtoHead(VDEC_EX_Allocator_BlockList *pstBlockList, in _VDEC_EX_Allocator_BlockListAddtoHead() argument
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c2181 static void _VDEC_EX_Allocator_BlockListPrint(VDEC_EX_Allocator_BlockList *pstBlockList) in _VDEC_EX_Allocator_BlockListPrint() argument
2186 ALLOCATOR_PRINTF_DBG("[ALLOC][DBG] pstBlockList(%p):\n", pstBlockList); in _VDEC_EX_Allocator_BlockListPrint()
2188 if(pstBlockList == NULL) in _VDEC_EX_Allocator_BlockListPrint()
2194 pstBlockList->u16NumBlocks, pstBlockList->u16BlockIdHead, pstBlockList->u16BlockIdTail); in _VDEC_EX_Allocator_BlockListPrint()
2196 u16BlockIdCurr = pstBlockList->u16BlockIdHead; in _VDEC_EX_Allocator_BlockListPrint()
2231 static void _VDEC_EX_Allocator_BlockListReset(VDEC_EX_Allocator_BlockList *pstBlockList) in _VDEC_EX_Allocator_BlockListReset() argument
2233 pstBlockList->u16NumBlocks = 0; in _VDEC_EX_Allocator_BlockListReset()
2234 pstBlockList->u16BlockIdHead = VDEC_EX_ALLOCAOTR_BLOCK_ID_UNUSED; in _VDEC_EX_Allocator_BlockListReset()
2235 pstBlockList->u16BlockIdTail = VDEC_EX_ALLOCAOTR_BLOCK_ID_UNUSED; in _VDEC_EX_Allocator_BlockListReset()
2239 static MS_U16 _VDEC_EX_Allocator_BlockListAddtoHead(VDEC_EX_Allocator_BlockList *pstBlockList, in _VDEC_EX_Allocator_BlockListAddtoHead() argument
[all …]
H A DapiVDEC_EX.c.02181 static void _VDEC_EX_Allocator_BlockListPrint(VDEC_EX_Allocator_BlockList *pstBlockList)
2186 ALLOCATOR_PRINTF_DBG("[ALLOC][DBG] pstBlockList(%p):\n", pstBlockList);
2188 if(pstBlockList == NULL)
2194 pstBlockList->u16NumBlocks, pstBlockList->u16BlockIdHead, pstBlockList->u16BlockIdTail);
2196 u16BlockIdCurr = pstBlockList->u16BlockIdHead;
2231 static void _VDEC_EX_Allocator_BlockListReset(VDEC_EX_Allocator_BlockList *pstBlockList)
2233 pstBlockList->u16NumBlocks = 0;
2234 pstBlockList->u16BlockIdHead = VDEC_EX_ALLOCAOTR_BLOCK_ID_UNUSED;
2235 pstBlockList->u16BlockIdTail = VDEC_EX_ALLOCAOTR_BLOCK_ID_UNUSED;
2239 static MS_U16 _VDEC_EX_Allocator_BlockListAddtoHead(VDEC_EX_Allocator_BlockList *pstBlockList,
[all …]