Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1888 private int mHeightAlignment; field in MediaCodecInfo.VideoCapabilities
1937 return mHeightAlignment; in getHeightAlignment()
1977 || (height % mHeightAlignment) != 0) { in getSupportedWidthsFor()
2036 (minHeightInBlocks - 1) * mBlockHeight + mHeightAlignment, in getSupportedHeightsFor()
2544 && (height % mHeightAlignment == 0); in supports()
2656 mHeightAlignment = 1; in initWithPlatformLimits()
2819 Size alignment = new Size(mWidthAlignment, mHeightAlignment);
3025 mHeightAlignment = Math.max(heightAlignment, mHeightAlignment);
3028 mHeightRange = Utils.alignRange(mHeightRange, mHeightAlignment);
3062 (mVerticalBlockRange.getLower() - 1) * mBlockHeight + mHeightAlignment,
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt26970 Landroid/media/MediaCodecInfo$VideoCapabilities;->mHeightAlignment:I