Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c1983 VDEC_EX_Allocator_Block *pstBlockCurr; in _VDEC_EX_Allocator_BlockListPrint() local
1999 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr); in _VDEC_EX_Allocator_BlockListPrint()
2001 _VDEC_EX_Allocator_BlockPrint(pstBlockCurr); in _VDEC_EX_Allocator_BlockListPrint()
2003 u16BlockIdCurr = pstBlockCurr->u16BlockIdNext; in _VDEC_EX_Allocator_BlockListPrint()
2148 VDEC_EX_Allocator_Block *pstBlockCurr = NULL; in _VDEC_EX_Allocator_BlockListInsertBefore() local
2181 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr); in _VDEC_EX_Allocator_BlockListInsertBefore()
2182 pstBlockUpper = _VDEC_EX_Allocator_BlockGetAddressById(pstBlockCurr->u16BlockIdPrev); in _VDEC_EX_Allocator_BlockListInsertBefore()
2190 pstBlockNew->u16BlockIdPrev = pstBlockCurr->u16BlockIdPrev; in _VDEC_EX_Allocator_BlockListInsertBefore()
2193 pstBlockCurr->u16BlockIdPrev = u16BlockIdNew; in _VDEC_EX_Allocator_BlockListInsertBefore()
2207 VDEC_EX_Allocator_Block *pstBlockCurr = NULL; in _VDEC_EX_Allocator_BlockListRemove() local
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c2183 VDEC_EX_Allocator_Block *pstBlockCurr; in _VDEC_EX_Allocator_BlockListPrint() local
2199 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr); in _VDEC_EX_Allocator_BlockListPrint()
2201 _VDEC_EX_Allocator_BlockPrint(pstBlockCurr); in _VDEC_EX_Allocator_BlockListPrint()
2203 u16BlockIdCurr = pstBlockCurr->u16BlockIdNext; in _VDEC_EX_Allocator_BlockListPrint()
2350 VDEC_EX_Allocator_Block *pstBlockCurr = NULL; in _VDEC_EX_Allocator_BlockListInsertBefore() local
2383 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr); in _VDEC_EX_Allocator_BlockListInsertBefore()
2384 pstBlockUpper = _VDEC_EX_Allocator_BlockGetAddressById(pstBlockCurr->u16BlockIdPrev); in _VDEC_EX_Allocator_BlockListInsertBefore()
2392 pstBlockNew->u16BlockIdPrev = pstBlockCurr->u16BlockIdPrev; in _VDEC_EX_Allocator_BlockListInsertBefore()
2395 pstBlockCurr->u16BlockIdPrev = u16BlockIdNew; in _VDEC_EX_Allocator_BlockListInsertBefore()
2409 VDEC_EX_Allocator_Block *pstBlockCurr = NULL; in _VDEC_EX_Allocator_BlockListRemove() local
[all …]
H A DapiVDEC_EX.c.02183 VDEC_EX_Allocator_Block *pstBlockCurr;
2199 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr);
2201 _VDEC_EX_Allocator_BlockPrint(pstBlockCurr);
2203 u16BlockIdCurr = pstBlockCurr->u16BlockIdNext;
2350 VDEC_EX_Allocator_Block *pstBlockCurr = NULL;
2383 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr);
2384 pstBlockUpper = _VDEC_EX_Allocator_BlockGetAddressById(pstBlockCurr->u16BlockIdPrev);
2392 pstBlockNew->u16BlockIdPrev = pstBlockCurr->u16BlockIdPrev;
2395 pstBlockCurr->u16BlockIdPrev = u16BlockIdNew;
2409 VDEC_EX_Allocator_Block *pstBlockCurr = NULL;
[all …]