Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c2917 MS_PHY phyAssignStartAddr, phyAssignEndAddr; in _VDEC_EX_Allocator_Assign() local
2931 phyAssignStartAddr = pstCriterion->phyAddr; in _VDEC_EX_Allocator_Assign()
2932 if(phyAssignStartAddr == 0) in _VDEC_EX_Allocator_Assign()
2934 phyAssignStartAddr = pstBlockMatch->stBlockInfo.phyAddr; in _VDEC_EX_Allocator_Assign()
2937 phyAssignStartAddr += pstBlockMatch->stBlockInfo.szSize; in _VDEC_EX_Allocator_Assign()
2938 phyAssignStartAddr -= pstCriterion->szSize; in _VDEC_EX_Allocator_Assign()
2952 phyAssignEndAddr = phyAssignStartAddr + szAssignSize; in _VDEC_EX_Allocator_Assign()
2953 if((phyAssignStartAddr < pstBlockMatch->stBlockInfo.phyAddr) || in _VDEC_EX_Allocator_Assign()
2958 (unsigned long long int)phyAssignStartAddr, (unsigned long long int)phyAssignEndAddr); in _VDEC_EX_Allocator_Assign()
2964 if(phyAssignStartAddr > pstBlockMatch->stBlockInfo.phyAddr) in _VDEC_EX_Allocator_Assign()
[all …]
H A DapiVDEC_EX.c.02917 MS_PHY phyAssignStartAddr, phyAssignEndAddr;
2931 phyAssignStartAddr = pstCriterion->phyAddr;
2932 if(phyAssignStartAddr == 0)
2934 phyAssignStartAddr = pstBlockMatch->stBlockInfo.phyAddr;
2937 phyAssignStartAddr += pstBlockMatch->stBlockInfo.szSize;
2938 phyAssignStartAddr -= pstCriterion->szSize;
2952 phyAssignEndAddr = phyAssignStartAddr + szAssignSize;
2953 if((phyAssignStartAddr < pstBlockMatch->stBlockInfo.phyAddr) ||
2957 …ALLOCATOR_PRINTF_DBG("[ALLOC][DBG][%s][%d] phyAssignStartAddr=0x%llx, phyAssignEndAddr=0x%llx\n", …
2958 (unsigned long long int)phyAssignStartAddr, (unsigned long long int)phyAssignEndAddr);
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c2700 MS_PHY phyAssignStartAddr, phyAssignEndAddr; in _VDEC_EX_Allocator_Assign() local
2711 phyAssignStartAddr = pstCriterion->phyAddr; in _VDEC_EX_Allocator_Assign()
2712 if(phyAssignStartAddr == 0) in _VDEC_EX_Allocator_Assign()
2714 phyAssignStartAddr = pstBlockMatch->stBlockInfo.phyAddr; in _VDEC_EX_Allocator_Assign()
2727 phyAssignEndAddr = phyAssignStartAddr + szAssignSize; in _VDEC_EX_Allocator_Assign()
2728 if((phyAssignStartAddr < pstBlockMatch->stBlockInfo.phyAddr) || in _VDEC_EX_Allocator_Assign()
2733 phyAssignStartAddr, phyAssignEndAddr); in _VDEC_EX_Allocator_Assign()
2739 if(phyAssignStartAddr > pstBlockMatch->stBlockInfo.phyAddr) in _VDEC_EX_Allocator_Assign()
2741 MS_PHY phyAddrDiff = phyAssignStartAddr - pstBlockMatch->stBlockInfo.phyAddr; in _VDEC_EX_Allocator_Assign()