Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1348 private int mHeightAlignment; field in MediaCodecInfo.VideoCapabilities
1391 return mHeightAlignment; in getHeightAlignment()
1431 || (height % mHeightAlignment) != 0) { in getSupportedWidthsFor()
1490 (minHeightInBlocks - 1) * mBlockHeight + mHeightAlignment, in getSupportedHeightsFor()
1992 && (height % mHeightAlignment == 0); in supports()
2096 mHeightAlignment = 2; in initWithPlatformLimits()
2258 Size alignment = new Size(mWidthAlignment, mHeightAlignment);
2464 mHeightAlignment = Math.max(heightAlignment, mHeightAlignment);
2467 mHeightRange = Utils.alignRange(mHeightRange, mHeightAlignment);
2501 (mVerticalBlockRange.getLower() - 1) * mBlockHeight + mHeightAlignment,
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt37099 Landroid/media/MediaCodecInfo$VideoCapabilities;->mHeightAlignment:I