Searched refs:mHeightAlignment (Results 1 – 2 of 2) sorted by relevance
1888 private int mHeightAlignment; field in MediaCodecInfo.VideoCapabilities1937 return mHeightAlignment; in getHeightAlignment()1977 || (height % mHeightAlignment) != 0) { in getSupportedWidthsFor()2036 (minHeightInBlocks - 1) * mBlockHeight + mHeightAlignment, in getSupportedHeightsFor()2544 && (height % mHeightAlignment == 0); in supports()2656 mHeightAlignment = 1; in initWithPlatformLimits()2819 Size alignment = new Size(mWidthAlignment, mHeightAlignment);3025 mHeightAlignment = Math.max(heightAlignment, mHeightAlignment);3028 mHeightRange = Utils.alignRange(mHeightRange, mHeightAlignment);3062 (mVerticalBlockRange.getLower() - 1) * mBlockHeight + mHeightAlignment,
26970 Landroid/media/MediaCodecInfo$VideoCapabilities;->mHeightAlignment:I