Searched refs:mHeightRange (Results 1 – 1 of 1) sorted by relevance
1217 private Range<Integer> mHeightRange; field in MediaCodecInfo.VideoCapabilities1254 return mHeightRange; in getSupportedHeights()1313 if (!mHeightRange.contains(height) in getSupportedWidthsFor()1356 Range<Integer> range = mHeightRange; in getSupportedHeightsFor()1406 Range<Integer> range = mHeightRange; in getSupportedFrameRatesFor()1531 ok = mHeightRange.contains(height) in supports()1621 mHeightRange = SIZE_RANGE; in initWithPlatformLimits()1771 Math.min(mWidthRange.getUpper(), mHeightRange.getUpper()); in parseFromInfo()1772 mWidthRange = mHeightRange = mWidthRange.extend(mHeightRange); in parseFromInfo()1824 mHeightRange = SIZE_RANGE.intersect(heights); in parseFromInfo()[all …]