Home
last modified time | relevance | path

Searched refs:otherAligned (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java2091 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in covers() local
2093 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() local
2113 return (aligned.getMaxMacroBlocks() == otherAligned.getMaxMacroBlocks() in equals()
2114 && aligned.mMaxFrameRate == otherAligned.mMaxFrameRate in equals()
2115 && aligned.mMaxMacroBlockRate == otherAligned.mMaxMacroBlockRate); in equals()