Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1493 private int mHeightAlignment; field in MediaCodecInfo.VideoCapabilities
1542 return mHeightAlignment; in getHeightAlignment()
1582 || (height % mHeightAlignment) != 0) { in getSupportedWidthsFor()
1641 (minHeightInBlocks - 1) * mBlockHeight + mHeightAlignment, in getSupportedHeightsFor()
2149 && (height % mHeightAlignment == 0); in supports()
2253 mHeightAlignment = 2; in initWithPlatformLimits()
2422 Size alignment = new Size(mWidthAlignment, mHeightAlignment); in parseFromInfo()
2628 mHeightAlignment = Math.max(heightAlignment, mHeightAlignment); in applyAlignment()
2631 mHeightRange = Utils.alignRange(mHeightRange, mHeightAlignment); in applyAlignment()
2665 (mVerticalBlockRange.getLower() - 1) * mBlockHeight + mHeightAlignment, in updateLimits()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt29848 Landroid/media/MediaCodecInfo$VideoCapabilities;->mHeightAlignment:I