Searched refs:mHeightAlignment (Results 1 – 2 of 2) sorted by relevance
1493 private int mHeightAlignment; field in MediaCodecInfo.VideoCapabilities1542 return mHeightAlignment; in getHeightAlignment()1582 || (height % mHeightAlignment) != 0) { in getSupportedWidthsFor()1641 (minHeightInBlocks - 1) * mBlockHeight + mHeightAlignment, in getSupportedHeightsFor()2149 && (height % mHeightAlignment == 0); in supports()2253 mHeightAlignment = 2; in initWithPlatformLimits()2422 Size alignment = new Size(mWidthAlignment, mHeightAlignment); in parseFromInfo()2628 mHeightAlignment = Math.max(heightAlignment, mHeightAlignment); in applyAlignment()2631 mHeightRange = Utils.alignRange(mHeightRange, mHeightAlignment); in applyAlignment()2665 (mVerticalBlockRange.getLower() - 1) * mBlockHeight + mHeightAlignment, in updateLimits()
29848 Landroid/media/MediaCodecInfo$VideoCapabilities;->mHeightAlignment:I