Searched refs:mHeightAlignment (Results 1 – 2 of 2) sorted by relevance
1702 private int mHeightAlignment; field in MediaCodecInfo.VideoCapabilities1751 return mHeightAlignment; in getHeightAlignment()1791 || (height % mHeightAlignment) != 0) { in getSupportedWidthsFor()1850 (minHeightInBlocks - 1) * mBlockHeight + mHeightAlignment, in getSupportedHeightsFor()2358 && (height % mHeightAlignment == 0); in supports()2471 mHeightAlignment = 2; in initWithPlatformLimits()2634 Size alignment = new Size(mWidthAlignment, mHeightAlignment); in parseFromInfo()2840 mHeightAlignment = Math.max(heightAlignment, mHeightAlignment); in applyAlignment()2843 mHeightRange = Utils.alignRange(mHeightRange, mHeightAlignment); in applyAlignment()2877 (mVerticalBlockRange.getLower() - 1) * mBlockHeight + mHeightAlignment, in updateLimits()
26970 Landroid/media/MediaCodecInfo$VideoCapabilities;->mHeightAlignment:I