Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2171 Size commonSize = getCommonBlockSize(other); in covers() local
2172 PerformancePoint aligned = new PerformancePoint(this, commonSize); in covers()
2173 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in covers()
2191 Size commonSize = getCommonBlockSize(other); in equals() local
2192 PerformancePoint aligned = new PerformancePoint(this, commonSize); in equals()
2193 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in equals()