Searched refs:otherAligned (Results 1 – 1 of 1) sorted by relevance
2173 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in covers() local2175 return (aligned.getMaxMacroBlocks() >= otherAligned.getMaxMacroBlocks() in covers()2176 && aligned.mMaxFrameRate >= otherAligned.mMaxFrameRate in covers()2177 && aligned.mMaxMacroBlockRate >= otherAligned.mMaxMacroBlockRate); in covers()2193 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in equals() local2195 return (aligned.getMaxMacroBlocks() == otherAligned.getMaxMacroBlocks() in equals()2196 && aligned.mMaxFrameRate == otherAligned.mMaxFrameRate in equals()2197 && aligned.mMaxMacroBlockRate == otherAligned.mMaxMacroBlockRate); in equals()