Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c690 MS_U16 u16NumBlocks; // total number of blocks using in list member
1994 pstBlockList->u16NumBlocks, pstBlockList->u16BlockIdHead, pstBlockList->u16BlockIdTail); in _VDEC_EX_Allocator_BlockListPrint()
2031 pstBlockList->u16NumBlocks = 0; in _VDEC_EX_Allocator_BlockListReset()
2063 if(pstBlockList->u16NumBlocks == 0) in _VDEC_EX_Allocator_BlockListAddtoHead()
2084 pstBlockList->u16NumBlocks += 1; in _VDEC_EX_Allocator_BlockListAddtoHead()
2116 if(pstBlockList->u16NumBlocks == 0) in _VDEC_EX_Allocator_BlockListAddtoTail()
2137 pstBlockList->u16NumBlocks += 1; in _VDEC_EX_Allocator_BlockListAddtoTail()
2158 if(pstBlockList->u16NumBlocks <= 1 || in _VDEC_EX_Allocator_BlockListInsertBefore()
2196 pstBlockList->u16NumBlocks += 1; in _VDEC_EX_Allocator_BlockListInsertBefore()
2220 if(pstBlockList->u16NumBlocks == 0) in _VDEC_EX_Allocator_BlockListRemove()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c749 MS_U16 u16NumBlocks; // total number of blocks using in list member
2194 pstBlockList->u16NumBlocks, pstBlockList->u16BlockIdHead, pstBlockList->u16BlockIdTail); in _VDEC_EX_Allocator_BlockListPrint()
2233 pstBlockList->u16NumBlocks = 0; in _VDEC_EX_Allocator_BlockListReset()
2265 if(pstBlockList->u16NumBlocks == 0) in _VDEC_EX_Allocator_BlockListAddtoHead()
2286 pstBlockList->u16NumBlocks += 1; in _VDEC_EX_Allocator_BlockListAddtoHead()
2318 if(pstBlockList->u16NumBlocks == 0) in _VDEC_EX_Allocator_BlockListAddtoTail()
2339 pstBlockList->u16NumBlocks += 1; in _VDEC_EX_Allocator_BlockListAddtoTail()
2360 if(pstBlockList->u16NumBlocks <= 1 || in _VDEC_EX_Allocator_BlockListInsertBefore()
2398 pstBlockList->u16NumBlocks += 1; in _VDEC_EX_Allocator_BlockListInsertBefore()
2422 if(pstBlockList->u16NumBlocks == 0) in _VDEC_EX_Allocator_BlockListRemove()
[all …]
H A DapiVDEC_EX.c.0749 MS_U16 u16NumBlocks; // total number of blocks using in list
2194 pstBlockList->u16NumBlocks, pstBlockList->u16BlockIdHead, pstBlockList->u16BlockIdTail);
2233 pstBlockList->u16NumBlocks = 0;
2265 if(pstBlockList->u16NumBlocks == 0)
2286 pstBlockList->u16NumBlocks += 1;
2318 if(pstBlockList->u16NumBlocks == 0)
2339 pstBlockList->u16NumBlocks += 1;
2360 if(pstBlockList->u16NumBlocks <= 1 ||
2398 pstBlockList->u16NumBlocks += 1;
2422 if(pstBlockList->u16NumBlocks == 0)
[all …]