Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1434 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in getSupportedWidthsFor() local
1438 Utils.divUp(mBlockCountRange.getLower(), heightInBlocks), in getSupportedWidthsFor()
1440 * heightInBlocks)); in getSupportedWidthsFor()
1442 mBlockCountRange.getUpper() / heightInBlocks, in getSupportedWidthsFor()
1444 * heightInBlocks)); in getSupportedWidthsFor()
2001 final int heightInBlocks = Utils.divUp(height, mBlockHeight); in supports() local
2002 final int blockCount = widthInBlocks * heightInBlocks; in supports()
2005 new Rational(widthInBlocks, heightInBlocks)) in supports()