Searched refs:mAspectRatioRange (Results 1 – 1 of 1) sorted by relevance
1210 private Range<Rational> mAspectRatioRange; field in MediaCodecInfo.VideoCapabilities1327 (int)Math.ceil(mAspectRatioRange.getLower().doubleValue() in getSupportedWidthsFor()1329 (int)(mAspectRatioRange.getUpper().doubleValue() * height)); in getSupportedWidthsFor()1372 mAspectRatioRange.getUpper().doubleValue()), in getSupportedHeightsFor()1373 (int)(width / mAspectRatioRange.getLower().doubleValue())); in getSupportedHeightsFor()1534 && mAspectRatioRange.contains(new Rational(width, height)); in supports()1602 return blocks ? mBlockAspectRatioRange : mAspectRatioRange; in getAspectRatioRange()1620 mAspectRatioRange = POSITIVE_RATIONALS; in initWithPlatformLimits()1831 mAspectRatioRange = POSITIVE_RATIONALS.intersect(ratios); in parseFromInfo()1869 mAspectRatioRange = mAspectRatioRange.intersect(ratios); in parseFromInfo()[all …]