Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1813 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in covers() local
1815 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() local
1835 return (aligned.getMaxMacroBlocks() == otherAligned.getMaxMacroBlocks() in equals()
1836 && aligned.mMaxFrameRate == otherAligned.mMaxFrameRate in equals()
1837 && aligned.mMaxMacroBlockRate == otherAligned.mMaxMacroBlockRate); in equals()