Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c1984 MS_U16 u16BlockIdCurr; in _VDEC_EX_Allocator_BlockListPrint() local
1996 u16BlockIdCurr = pstBlockList->u16BlockIdHead; in _VDEC_EX_Allocator_BlockListPrint()
1997 while(_VDEC_EX_Allocator_BlockIsValidId(u16BlockIdCurr) == TRUE) in _VDEC_EX_Allocator_BlockListPrint()
1999 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr); in _VDEC_EX_Allocator_BlockListPrint()
2003 u16BlockIdCurr = pstBlockCurr->u16BlockIdNext; in _VDEC_EX_Allocator_BlockListPrint()
2144 VDEC_EX_Allocator_BlockInfo *pstBlockInfoRef, MS_U16 u16BlockIdCurr) in _VDEC_EX_Allocator_BlockListInsertBefore() argument
2152 _VDEC_EX_Allocator_BlockIsValidId(u16BlockIdCurr) == FALSE) in _VDEC_EX_Allocator_BlockListInsertBefore()
2159 pstBlockList->u16BlockIdHead == u16BlockIdCurr) in _VDEC_EX_Allocator_BlockListInsertBefore()
2181 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr); in _VDEC_EX_Allocator_BlockListInsertBefore()
2192 pstBlockNew->u16BlockIdNext = u16BlockIdCurr; in _VDEC_EX_Allocator_BlockListInsertBefore()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c2184 MS_U16 u16BlockIdCurr; in _VDEC_EX_Allocator_BlockListPrint() local
2196 u16BlockIdCurr = pstBlockList->u16BlockIdHead; in _VDEC_EX_Allocator_BlockListPrint()
2197 while(_VDEC_EX_Allocator_BlockIsValidId(u16BlockIdCurr) == TRUE) in _VDEC_EX_Allocator_BlockListPrint()
2199 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr); in _VDEC_EX_Allocator_BlockListPrint()
2203 u16BlockIdCurr = pstBlockCurr->u16BlockIdNext; in _VDEC_EX_Allocator_BlockListPrint()
2346 VDEC_EX_Allocator_BlockInfo *pstBlockInfoRef, MS_U16 u16BlockIdCurr) in _VDEC_EX_Allocator_BlockListInsertBefore() argument
2354 _VDEC_EX_Allocator_BlockIsValidId(u16BlockIdCurr) == FALSE) in _VDEC_EX_Allocator_BlockListInsertBefore()
2361 pstBlockList->u16BlockIdHead == u16BlockIdCurr) in _VDEC_EX_Allocator_BlockListInsertBefore()
2383 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr); in _VDEC_EX_Allocator_BlockListInsertBefore()
2394 pstBlockNew->u16BlockIdNext = u16BlockIdCurr; in _VDEC_EX_Allocator_BlockListInsertBefore()
[all …]
H A DapiVDEC_EX.c.02184 MS_U16 u16BlockIdCurr;
2196 u16BlockIdCurr = pstBlockList->u16BlockIdHead;
2197 while(_VDEC_EX_Allocator_BlockIsValidId(u16BlockIdCurr) == TRUE)
2199 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr);
2203 u16BlockIdCurr = pstBlockCurr->u16BlockIdNext;
2346 VDEC_EX_Allocator_BlockInfo *pstBlockInfoRef, MS_U16 u16BlockIdCurr)
2354 _VDEC_EX_Allocator_BlockIsValidId(u16BlockIdCurr) == FALSE)
2361 pstBlockList->u16BlockIdHead == u16BlockIdCurr)
2383 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr);
2394 pstBlockNew->u16BlockIdNext = u16BlockIdCurr;
[all …]