Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c5078 VDEC_EX_Allocator_Block *pstBlockFB2 = NULL;
5096 …if(_VDEC_EX_NdecAllocator_GetFrameBufferBlock(u8Idx, E_VDEC_EX_BUFFERTYPE_FB_BW, &pstBlockFB2) == …
5098 *pszFrameBuf2 = pstBlockFB2->stBlockInfo.szSize;
23013 VDEC_EX_Allocator_Block *pstBlockFB2 = NULL; in MApi_VDEC_EX_V2_Init() local
23033 … eRet = _VDEC_EX_NdecAllocator_MallocBuffer(u8Idx, eBufType, &stBufRgnFB2, &pstBlockFB2); in MApi_VDEC_EX_V2_Init()
23043 (unsigned long long int)pstBlockFB2->stBlockInfo.phyAddr, in MApi_VDEC_EX_V2_Init()
23044 (unsigned int)pstBlockFB2->stBlockInfo.szSize); in MApi_VDEC_EX_V2_Init()
23046 pstDispatchFB = pstBlockFB2; in MApi_VDEC_EX_V2_Init()
H A DapiVDEC_EX.c.05074 VDEC_EX_Allocator_Block *pstBlockFB2 = NULL;
5092 …if(_VDEC_EX_NdecAllocator_GetFrameBufferBlock(u8Idx, E_VDEC_EX_BUFFERTYPE_FB_BW, &pstBlockFB2) == …
5094 *pszFrameBuf2 = pstBlockFB2->stBlockInfo.szSize;
22292 VDEC_EX_Allocator_Block *pstBlockFB2 = NULL;
22312 … eRet = _VDEC_EX_NdecAllocator_MallocBuffer(u8Idx, eBufType, &stBufRgnFB2, &pstBlockFB2);
22322 (unsigned long long int)pstBlockFB2->stBlockInfo.phyAddr,
22323 (unsigned int)pstBlockFB2->stBlockInfo.szSize);
22325 pstDispatchFB = pstBlockFB2;
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c21595 VDEC_EX_Allocator_Block *pstBlockFB2 = NULL; in MApi_VDEC_EX_V2_Init() local
21618 … eRet = _VDEC_EX_NdecAllocator_MallocFrameBuffer(u8Idx, eBufType, &stBufRgnFB2, &pstBlockFB2); in MApi_VDEC_EX_V2_Init()
21631 … __FUNCTION__, __LINE__, u8Idx, pstBlockFB2->stBlockInfo.phyAddr, pstBlockFB2->stBlockInfo.szSize); in MApi_VDEC_EX_V2_Init()
21633 …_MApi_VDEC_EX_SetFrameBuff2(pStreamId, pstBlockFB2->stBlockInfo.phyAddr, pstBlockFB2->stBlockInfo.… in MApi_VDEC_EX_V2_Init()