Searched refs:mHeightAlignment (Results 1 – 2 of 2) sorted by relevance
1348 private int mHeightAlignment; field in MediaCodecInfo.VideoCapabilities1391 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,
37099 Landroid/media/MediaCodecInfo$VideoCapabilities;->mHeightAlignment:I