Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1305 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in getSupportedWidthsFor() local
1309 Utils.divUp(mBlockCountRange.getLower(), heightInBlocks), in getSupportedWidthsFor()
1311 * heightInBlocks)); in getSupportedWidthsFor()
1313 mBlockCountRange.getUpper() / heightInBlocks, in getSupportedWidthsFor()
1315 * heightInBlocks)); in getSupportedWidthsFor()
1529 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in supports() local
1530 final int blockCount = widthInBlocks * heightInBlocks; in supports()
1533 new Rational(widthInBlocks, heightInBlocks)) in supports()