Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1811 Size commonSize = getCommonBlockSize(other); in covers() local
1812 PerformancePoint aligned = new PerformancePoint(this, commonSize); in covers()
1813 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in covers()
1831 Size commonSize = getCommonBlockSize(other); in equals() local
1832 PerformancePoint aligned = new PerformancePoint(this, commonSize); in equals()
1833 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in equals()