Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1585 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in getSupportedWidthsFor() local
1589 Utils.divUp(mBlockCountRange.getLower(), heightInBlocks), in getSupportedWidthsFor()
1591 * heightInBlocks)); in getSupportedWidthsFor()
1593 mBlockCountRange.getUpper() / heightInBlocks, in getSupportedWidthsFor()
1595 * heightInBlocks)); in getSupportedWidthsFor()
2158 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in supports() local
2159 final int blockCount = widthInBlocks * heightInBlocks; in supports()
2162 new Rational(widthInBlocks, heightInBlocks)) in supports()