Home
last modified time | relevance | path

Searched refs:mAspectRatioRange (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1232 private Range<Rational> mAspectRatioRange; field in MediaCodecInfo.VideoCapabilities
1349 (int)Math.ceil(mAspectRatioRange.getLower().doubleValue() in getSupportedWidthsFor()
1351 (int)(mAspectRatioRange.getUpper().doubleValue() * height)); in getSupportedWidthsFor()
1394 mAspectRatioRange.getUpper().doubleValue()), in getSupportedHeightsFor()
1395 (int)(width / mAspectRatioRange.getLower().doubleValue())); in getSupportedHeightsFor()
1556 && mAspectRatioRange.contains(new Rational(width, height)); in supports()
1623 return blocks ? mBlockAspectRatioRange : mAspectRatioRange; in getAspectRatioRange()
1641 mAspectRatioRange = POSITIVE_RATIONALS; in initWithPlatformLimits()
1852 mAspectRatioRange = POSITIVE_RATIONALS.intersect(ratios); in parseFromInfo()
1890 mAspectRatioRange = mAspectRatioRange.intersect(ratios); in parseFromInfo()
[all …]