Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1219 private int mHeightAlignment; field in MediaCodecInfo.VideoCapabilities
1262 return mHeightAlignment; in getHeightAlignment()
1302 || (height % mHeightAlignment) != 0) { in getSupportedWidthsFor()
1361 (minHeightInBlocks - 1) * mBlockHeight + mHeightAlignment, in getSupportedHeightsFor()
1520 && (height % mHeightAlignment == 0); in supports()
1624 mHeightAlignment = 2; in initWithPlatformLimits()
1729 Size alignment = new Size(mWidthAlignment, mHeightAlignment); in parseFromInfo()
1934 mHeightAlignment = Math.max(heightAlignment, mHeightAlignment); in applyAlignment()
1937 mHeightRange = Utils.alignRange(mHeightRange, mHeightAlignment); in applyAlignment()
1971 (mVerticalBlockRange.getLower() - 1) * mBlockHeight + mHeightAlignment, in updateLimits()