Searched refs:SIZE_RANGE (Results 1 – 2 of 2) sorted by relevance
196 private static final Range<Integer> SIZE_RANGE = Range.create(1, 32768); field in MediaCodecInfo2080 mWidthRange = SIZE_RANGE; in initWithPlatformLimits()2081 mHeightRange = SIZE_RANGE; in initWithPlatformLimits()2084 mHorizontalBlockRange = SIZE_RANGE; in initWithPlatformLimits()2085 mVerticalBlockRange = SIZE_RANGE; in initWithPlatformLimits()2099 mSmallerDimensionUpperLimit = SIZE_RANGE.getUpper(); in initWithPlatformLimits()2339 mWidthRange = SIZE_RANGE.intersect(widths);2342 mHeightRange = SIZE_RANGE.intersect(heights);
37130 Landroid/media/MediaCodecInfo;->SIZE_RANGE:Landroid/util/Range;