Searched refs:phyAssignStartAddr (Results 1 – 3 of 3) sorted by relevance
2917 MS_PHY phyAssignStartAddr, phyAssignEndAddr; in _VDEC_EX_Allocator_Assign() local2931 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 …]
2917 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 …]
2700 MS_PHY phyAssignStartAddr, phyAssignEndAddr; in _VDEC_EX_Allocator_Assign() local2711 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()