Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1794 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in getSupportedWidthsFor() local
1798 Utils.divUp(mBlockCountRange.getLower(), heightInBlocks), in getSupportedWidthsFor()
1800 * heightInBlocks)); in getSupportedWidthsFor()
1802 mBlockCountRange.getUpper() / heightInBlocks, in getSupportedWidthsFor()
1804 * heightInBlocks)); in getSupportedWidthsFor()
2367 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in supports() local
2368 final int blockCount = widthInBlocks * heightInBlocks; in supports()
2371 new Rational(widthInBlocks, heightInBlocks)) in supports()