Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1231 private int mHeightAlignment; field in MediaCodecInfo.VideoCapabilities
1274 return mHeightAlignment; in getHeightAlignment()
1314 || (height % mHeightAlignment) != 0) { in getSupportedWidthsFor()
1373 (minHeightInBlocks - 1) * mBlockHeight + mHeightAlignment, in getSupportedHeightsFor()
1532 && (height % mHeightAlignment == 0); in supports()
1636 mHeightAlignment = 2; in initWithPlatformLimits()
1741 Size alignment = new Size(mWidthAlignment, mHeightAlignment); in parseFromInfo()
1946 mHeightAlignment = Math.max(heightAlignment, mHeightAlignment); in applyAlignment()
1949 mHeightRange = Utils.alignRange(mHeightRange, mHeightAlignment); in applyAlignment()
1983 (mVerticalBlockRange.getLower() - 1) * mBlockHeight + mHeightAlignment, in updateLimits()