Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1702 private int mHeightAlignment; field in MediaCodecInfo.VideoCapabilities
1751 return mHeightAlignment; in getHeightAlignment()
1791 || (height % mHeightAlignment) != 0) { in getSupportedWidthsFor()
1850 (minHeightInBlocks - 1) * mBlockHeight + mHeightAlignment, in getSupportedHeightsFor()
2358 && (height % mHeightAlignment == 0); in supports()
2471 mHeightAlignment = 2; in initWithPlatformLimits()
2634 Size alignment = new Size(mWidthAlignment, mHeightAlignment); in parseFromInfo()
2840 mHeightAlignment = Math.max(heightAlignment, mHeightAlignment); in applyAlignment()
2843 mHeightRange = Utils.alignRange(mHeightRange, mHeightAlignment); in applyAlignment()
2877 (mVerticalBlockRange.getLower() - 1) * mBlockHeight + mHeightAlignment, in updateLimits()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt26970 Landroid/media/MediaCodecInfo$VideoCapabilities;->mHeightAlignment:I