Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c3542 MS_U16 u16BlockIdThird = VDEC_EX_ALLOCAOTR_BLOCK_ID_UNUSED; in _VDEC_EX_NdecAllocator_GetThirdBlock() local
3560 u16BlockIdThird = pstAllocatorThird->stBlockList.u16BlockIdHead; in _VDEC_EX_NdecAllocator_GetThirdBlock()
3563 return u16BlockIdThird; in _VDEC_EX_NdecAllocator_GetThirdBlock()
3791 MS_U16 u16BlockIdThird= VDEC_EX_ALLOCAOTR_BLOCK_ID_UNUSED; in _VDEC_EX_NdecAllocator_MallocFrameBuffer() local
3870 u16BlockIdThird = _VDEC_EX_NdecAllocator_GetThirdBlock(pstBlockSub); in _VDEC_EX_NdecAllocator_MallocFrameBuffer()
3871 if(_VDEC_EX_Allocator_BlockIsValidId(u16BlockIdThird) == FALSE) in _VDEC_EX_NdecAllocator_MallocFrameBuffer()
3876 pstBlockThird = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdThird); in _VDEC_EX_NdecAllocator_MallocFrameBuffer()
3878 u16BlockIdTask = u16BlockIdThird; in _VDEC_EX_NdecAllocator_MallocFrameBuffer()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c4363 MS_U16 u16BlockIdThird = VDEC_EX_ALLOCAOTR_BLOCK_ID_UNUSED;
4381 u16BlockIdThird = pstAllocatorThird->stBlockList.u16BlockIdHead;
4384 return u16BlockIdThird;
4695 u16BlockIdThird = _VDEC_EX_NdecAllocator_GetThirdBlock(pstBlockSub); in _VDEC_EX_NdecAllocator_MallocBuffer()
4696 if(_VDEC_EX_Allocator_BlockIsValidId(u16BlockIdThird) == FALSE) in _VDEC_EX_NdecAllocator_MallocBuffer()
4701 pstBlockThird = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdThird); in _VDEC_EX_NdecAllocator_MallocBuffer()
4703 u16BlockIdTask = u16BlockIdThird; in _VDEC_EX_NdecAllocator_MallocBuffer()
H A DapiVDEC_EX.c.04361 MS_U16 u16BlockIdThird = VDEC_EX_ALLOCAOTR_BLOCK_ID_UNUSED;
4379 u16BlockIdThird = pstAllocatorThird->stBlockList.u16BlockIdHead;
4382 return u16BlockIdThird;
4612 //MS_U16 u16BlockIdThird= VDEC_EX_ALLOCAOTR_BLOCK_ID_UNUSED;
4693 u16BlockIdThird = _VDEC_EX_NdecAllocator_GetThirdBlock(pstBlockSub);
4694 if(_VDEC_EX_Allocator_BlockIsValidId(u16BlockIdThird) == FALSE)
4699 pstBlockThird = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdThird);
4701 u16BlockIdTask = u16BlockIdThird;