Searched refs:otherAligned (Results 1 – 1 of 1) sorted by relevance
1964 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in covers() local1966 return (aligned.getMaxMacroBlocks() >= otherAligned.getMaxMacroBlocks() in covers()1967 && aligned.mMaxFrameRate >= otherAligned.mMaxFrameRate in covers()1968 && aligned.mMaxMacroBlockRate >= otherAligned.mMaxMacroBlockRate); in covers()1984 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in equals() local1986 return (aligned.getMaxMacroBlocks() == otherAligned.getMaxMacroBlocks() in equals()1987 && aligned.mMaxFrameRate == otherAligned.mMaxFrameRate in equals()1988 && aligned.mMaxMacroBlockRate == otherAligned.mMaxMacroBlockRate); in equals()