Searched refs:mHeightRange (Results 1 – 1 of 1) sorted by relevance
1205 private Range<Integer> mHeightRange; field in MediaCodecInfo.VideoCapabilities1242 return mHeightRange; in getSupportedHeights()1301 if (!mHeightRange.contains(height) in getSupportedWidthsFor()1344 Range<Integer> range = mHeightRange; in getSupportedHeightsFor()1394 Range<Integer> range = mHeightRange; in getSupportedFrameRatesFor()1519 ok = mHeightRange.contains(height) in supports()1609 mHeightRange = SIZE_RANGE; in initWithPlatformLimits()1759 Math.min(mWidthRange.getUpper(), mHeightRange.getUpper()); in parseFromInfo()1760 mWidthRange = mHeightRange = mWidthRange.extend(mHeightRange); in parseFromInfo()1812 mHeightRange = SIZE_RANGE.intersect(heights); in parseFromInfo()[all …]