Searched refs:SIZE_RANGE (Results 1 – 2 of 2) sorted by relevance
199 private static final Range<Integer> SIZE_RANGE = field in MediaCodecInfo2237 mWidthRange = SIZE_RANGE; in initWithPlatformLimits()2238 mHeightRange = SIZE_RANGE; in initWithPlatformLimits()2241 mHorizontalBlockRange = SIZE_RANGE; in initWithPlatformLimits()2242 mVerticalBlockRange = SIZE_RANGE; in initWithPlatformLimits()2256 mSmallerDimensionUpperLimit = SIZE_RANGE.getUpper(); in initWithPlatformLimits()2284 if (size.getWidth() > SIZE_RANGE.getUpper() in getPerformancePoints()2285 || size.getHeight() > SIZE_RANGE.getUpper()) { in getPerformancePoints()2287 Math.min(size.getWidth(), SIZE_RANGE.getUpper()), in getPerformancePoints()2503 mWidthRange = SIZE_RANGE.intersect(widths); in parseFromInfo()[all …]
29879 Landroid/media/MediaCodecInfo;->SIZE_RANGE:Landroid/util/Range;