Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c3289 MS_U16 u16BlockIdMain = VDEC_EX_ALLOCAOTR_BLOCK_ID_UNUSED; in _VDEC_EX_NdecAllocator_GetMainBlock() local
3387 u16BlockIdMain = _VDEC_EX_Allocator_MallocStart(pstAllocatorMain, &stCriterion); in _VDEC_EX_NdecAllocator_GetMainBlock()
3388 if(_VDEC_EX_Allocator_BlockIsValidId(u16BlockIdMain) == FALSE) in _VDEC_EX_NdecAllocator_GetMainBlock()
3396 … VDEC_EX_Allocator_Block *pstBlockMain = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdMain); in _VDEC_EX_NdecAllocator_GetMainBlock()
3401 return u16BlockIdMain; in _VDEC_EX_NdecAllocator_GetMainBlock()
3669 MS_U16 u16BlockIdMain = VDEC_EX_ALLOCAOTR_BLOCK_ID_UNUSED; in _VDEC_EX_NdecAllocator_MallocBitstreamBuffer() local
3696u16BlockIdMain = _VDEC_EX_NdecAllocator_GetMainBlock(pstNDecAllocator, eBufType, pstBufRgn, &stBuf… in _VDEC_EX_NdecAllocator_MallocBitstreamBuffer()
3697 if(_VDEC_EX_Allocator_BlockIsValidId(u16BlockIdMain) == FALSE) in _VDEC_EX_NdecAllocator_MallocBitstreamBuffer()
3702 pstBlockMain = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdMain); in _VDEC_EX_NdecAllocator_MallocBitstreamBuffer()
3707 …R_PRINTF_DBG("[ALLOC][DBG][%s][%d] u16BlockIdMain = %d\n", __FUNCTION__, __LINE__, u16BlockIdMain); in _VDEC_EX_NdecAllocator_MallocBitstreamBuffer()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c4086 MS_U16 u16BlockIdMain = VDEC_EX_ALLOCAOTR_BLOCK_ID_UNUSED; in _VDEC_EX_NdecAllocator_GetMainBlock() local
4127 u16BlockIdMain = _VDEC_EX_Allocator_MallocStart(pstAllocatorMain, &stCriterion); in _VDEC_EX_NdecAllocator_GetMainBlock()
4128 if(_VDEC_EX_Allocator_BlockIsValidId(u16BlockIdMain) == FALSE) in _VDEC_EX_NdecAllocator_GetMainBlock()
4136 … VDEC_EX_Allocator_Block *pstBlockMain = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdMain); in _VDEC_EX_NdecAllocator_GetMainBlock()
4141 return u16BlockIdMain; in _VDEC_EX_NdecAllocator_GetMainBlock()
4543 VDEC_EX_BufferType eBufType, MS_U16 u16BlockIdMain, MS_U16 u16BlockIdSub) in _VDEC_EX_NdecAllocator_RecordAllocateResult() argument
4587 *pRecordBlockIdMain = u16BlockIdMain; in _VDEC_EX_NdecAllocator_RecordAllocateResult()
4612 MS_U16 u16BlockIdMain = VDEC_EX_ALLOCAOTR_BLOCK_ID_UNUSED; in _VDEC_EX_NdecAllocator_MallocBuffer() local
4642u16BlockIdMain = _VDEC_EX_NdecAllocator_GetMainBlock(pstNDecAllocator, eBufType, pstBufRgn, &stBuf… in _VDEC_EX_NdecAllocator_MallocBuffer()
4643 if(_VDEC_EX_Allocator_BlockIsValidId(u16BlockIdMain) == FALSE) in _VDEC_EX_NdecAllocator_MallocBuffer()
[all …]
H A DapiVDEC_EX.c.04084 MS_U16 u16BlockIdMain = VDEC_EX_ALLOCAOTR_BLOCK_ID_UNUSED;
4125 u16BlockIdMain = _VDEC_EX_Allocator_MallocStart(pstAllocatorMain, &stCriterion);
4126 if(_VDEC_EX_Allocator_BlockIsValidId(u16BlockIdMain) == FALSE)
4134 … VDEC_EX_Allocator_Block *pstBlockMain = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdMain);
4139 return u16BlockIdMain;
4541 VDEC_EX_BufferType eBufType, MS_U16 u16BlockIdMain, MS_U16 u16BlockIdSub)
4585 *pRecordBlockIdMain = u16BlockIdMain;
4610 MS_U16 u16BlockIdMain = VDEC_EX_ALLOCAOTR_BLOCK_ID_UNUSED;
4640u16BlockIdMain = _VDEC_EX_NdecAllocator_GetMainBlock(pstNDecAllocator, eBufType, pstBufRgn, &stBuf…
4641 if(_VDEC_EX_Allocator_BlockIsValidId(u16BlockIdMain) == FALSE)
[all …]