Searched refs:otherAligned (Results 1 – 1 of 1) sorted by relevance
2091 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in covers() local2093 return (aligned.getMaxMacroBlocks() >= otherAligned.getMaxMacroBlocks() in covers()2094 && aligned.mMaxFrameRate >= otherAligned.mMaxFrameRate in covers()2095 && aligned.mMaxMacroBlockRate >= otherAligned.mMaxMacroBlockRate); in covers()2111 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in equals() local2113 return (aligned.getMaxMacroBlocks() == otherAligned.getMaxMacroBlocks() in equals()2114 && aligned.mMaxFrameRate == otherAligned.mMaxFrameRate in equals()2115 && aligned.mMaxMacroBlockRate == otherAligned.mMaxMacroBlockRate); in equals()