Searched refs:otherAligned (Results 1 – 1 of 1) sorted by relevance
1813 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in covers() local1815 return (aligned.getMaxMacroBlocks() >= otherAligned.getMaxMacroBlocks() in covers()1816 && aligned.mMaxFrameRate >= otherAligned.mMaxFrameRate in covers()1817 && aligned.mMaxMacroBlockRate >= otherAligned.mMaxMacroBlockRate); in covers()1833 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in equals() local1835 return (aligned.getMaxMacroBlocks() == otherAligned.getMaxMacroBlocks() in equals()1836 && aligned.mMaxFrameRate == otherAligned.mMaxFrameRate in equals()1837 && aligned.mMaxMacroBlockRate == otherAligned.mMaxMacroBlockRate); in equals()