Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1347 private int mWidthAlignment; field in MediaCodecInfo.VideoCapabilities
1381 return mWidthAlignment; in getWidthAlignment()
1446 (minWidthInBlocks - 1) * mBlockWidth + mWidthAlignment, in getSupportedWidthsFor()
1475 || (width % mWidthAlignment) != 0) { in getSupportedHeightsFor()
1988 && (width % mWidthAlignment == 0); in supports()
2095 mWidthAlignment = 2; in initWithPlatformLimits()
2258 Size alignment = new Size(mWidthAlignment, mHeightAlignment);
2463 mWidthAlignment = Math.max(widthAlignment, mWidthAlignment);
2466 mWidthRange = Utils.alignRange(mWidthRange, mWidthAlignment);
2498 (mHorizontalBlockRange.getLower() - 1) * mBlockWidth + mWidthAlignment,
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt37106 Landroid/media/MediaCodecInfo$VideoCapabilities;->mWidthAlignment:I