Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1712 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in getSupportedWidthsFor() local
1716 Utils.divUp(mBlockCountRange.getLower(), heightInBlocks), in getSupportedWidthsFor()
1718 * heightInBlocks)); in getSupportedWidthsFor()
1720 mBlockCountRange.getUpper() / heightInBlocks, in getSupportedWidthsFor()
1722 * heightInBlocks)); in getSupportedWidthsFor()
2285 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in supports() local
2286 final int blockCount = widthInBlocks * heightInBlocks; in supports()
2289 new Rational(widthInBlocks, heightInBlocks)) in supports()