Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2173 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in covers() local
2175 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() local
2195 return (aligned.getMaxMacroBlocks() == otherAligned.getMaxMacroBlocks() in equals()
2196 && aligned.mMaxFrameRate == otherAligned.mMaxFrameRate in equals()
2197 && aligned.mMaxMacroBlockRate == otherAligned.mMaxMacroBlockRate); in equals()