Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1838 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in getSupportedHeightsFor() local
1842 Utils.divUp(mBlockCountRange.getLower(), widthInBlocks), in getSupportedHeightsFor()
1843 (int)Math.ceil(widthInBlocks / in getSupportedHeightsFor()
1846 mBlockCountRange.getUpper() / widthInBlocks, in getSupportedHeightsFor()
1847 (int)(widthInBlocks / in getSupportedHeightsFor()
2366 final int widthInBlocks = Utils.divUp(width, mBlockWidth); in supports() local
2368 final int blockCount = widthInBlocks * heightInBlocks; in supports()
2371 new Rational(widthInBlocks, heightInBlocks)) in supports()