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 MediaCodecInfo1608 mWidthRange = SIZE_RANGE; in initWithPlatformLimits()1609 mHeightRange = SIZE_RANGE; in initWithPlatformLimits()1612 mHorizontalBlockRange = SIZE_RANGE; in initWithPlatformLimits()1613 mVerticalBlockRange = SIZE_RANGE; in initWithPlatformLimits()1627 mSmallerDimensionUpperLimit = SIZE_RANGE.getUpper(); in initWithPlatformLimits()1809 mWidthRange = SIZE_RANGE.intersect(widths); in parseFromInfo()1812 mHeightRange = SIZE_RANGE.intersect(heights); in parseFromInfo()