Searched refs:SIZE_RANGE (Results 1 – 1 of 1) sorted by relevance
126 private static final Range<Integer> SIZE_RANGE = Range.create(1, 32768); field in MediaCodecInfo1620 mWidthRange = SIZE_RANGE; in initWithPlatformLimits()1621 mHeightRange = SIZE_RANGE; in initWithPlatformLimits()1624 mHorizontalBlockRange = SIZE_RANGE; in initWithPlatformLimits()1625 mVerticalBlockRange = SIZE_RANGE; in initWithPlatformLimits()1639 mSmallerDimensionUpperLimit = SIZE_RANGE.getUpper(); in initWithPlatformLimits()1821 mWidthRange = SIZE_RANGE.intersect(widths); in parseFromInfo()1824 mHeightRange = SIZE_RANGE.intersect(heights); in parseFromInfo()