Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c20623 VDEC_EX_NDecBufRangeParam stBufRgnFB1, stBufRgnBS; in MApi_VDEC_EX_V2_Init() local
20658 _VDEC_Memset(&stBufRgnBS, 0, sizeof(VDEC_EX_NDecBufRangeParam)); in MApi_VDEC_EX_V2_Init()
20661 stBufRgnBS.bSetTotalBuf = TRUE; in MApi_VDEC_EX_V2_Init()
20662stBufRgnBS.phyTotalBufAddr = pVdecExContext->_Pre_Ctrl[u8Idx].stTotalBufRgnBS.phyTotalBufAddr; in MApi_VDEC_EX_V2_Init()
20663stBufRgnBS.szTotalBufSize = pVdecExContext->_Pre_Ctrl[u8Idx].stTotalBufRgnBS.szTotalBufSize; in MApi_VDEC_EX_V2_Init()
20665stBufRgnBS.phyBufAddr = pVdecExContext->_Attr[u8Idx].vdecExInitParam.SysConfig.u32BitstreamBufAddr; in MApi_VDEC_EX_V2_Init()
20666stBufRgnBS.szBufSize = pVdecExContext->_Attr[u8Idx].vdecExInitParam.SysConfig.u32BitstreamBufSize; in MApi_VDEC_EX_V2_Init()
20670 … eRet = _VDEC_EX_NdecAllocator_MallocBitstreamBuffer(u8Idx, eBufType, &stBufRgnBS, &pstBlockBS); in MApi_VDEC_EX_V2_Init()
20686 if(stBufRgnBS.bSetTotalBuf == TRUE) in MApi_VDEC_EX_V2_Init()
20688 phyBSTotalAddrStart = stBufRgnBS.phyTotalBufAddr; in MApi_VDEC_EX_V2_Init()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c22867 VDEC_EX_NDecBufRange stBufRgnFB1, stBufRgnBS; in MApi_VDEC_EX_V2_Init() local
22920 _VDEC_Memset(&stBufRgnBS, 0, sizeof(VDEC_EX_NDecBufRange)); in MApi_VDEC_EX_V2_Init()
22927 stBufRgnBS.bSetTotalBuf = TRUE; in MApi_VDEC_EX_V2_Init()
22928 stBufRgnBS.phyTotalBufAddr = pBufferInfo->phyAddr; in MApi_VDEC_EX_V2_Init()
22929 stBufRgnBS.szTotalBufSize = pBufferInfo->szSize; in MApi_VDEC_EX_V2_Init()
22931 stBufRgnBS.phyBufAddr = pInitParam->SysConfig.u32BitstreamBufAddr; in MApi_VDEC_EX_V2_Init()
22932 stBufRgnBS.szBufSize = pInitParam->SysConfig.u32BitstreamBufSize; in MApi_VDEC_EX_V2_Init()
22934 … eRet = _VDEC_EX_NdecAllocator_MallocBuffer(u8Idx, eBufType, &stBufRgnBS, &pstBlockBS); in MApi_VDEC_EX_V2_Init()
H A DapiVDEC_EX.c.022146 VDEC_EX_NDecBufRange stBufRgnFB1, stBufRgnBS;
22199 _VDEC_Memset(&stBufRgnBS, 0, sizeof(VDEC_EX_NDecBufRange));
22206 stBufRgnBS.bSetTotalBuf = TRUE;
22207 stBufRgnBS.phyTotalBufAddr = pBufferInfo->phyAddr;
22208 stBufRgnBS.szTotalBufSize = pBufferInfo->szSize;
22210 stBufRgnBS.phyBufAddr = pInitParam->SysConfig.u32BitstreamBufAddr;
22211 stBufRgnBS.szBufSize = pInitParam->SysConfig.u32BitstreamBufSize;
22213 … eRet = _VDEC_EX_NdecAllocator_MallocBuffer(u8Idx, eBufType, &stBufRgnBS, &pstBlockBS);