Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1338 private Range<Rational> mAspectRatioRange; field in MediaCodecInfo.VideoCapabilities
1456 (int)Math.ceil(mAspectRatioRange.getLower().doubleValue() in getSupportedWidthsFor()
1458 (int)(mAspectRatioRange.getUpper().doubleValue() * height)); in getSupportedWidthsFor()
1501 mAspectRatioRange.getUpper().doubleValue()), in getSupportedHeightsFor()
1502 (int)(width / mAspectRatioRange.getLower().doubleValue())); in getSupportedHeightsFor()
2006 && mAspectRatioRange.contains(new Rational(width, height)); in supports()
2074 return blocks ? mBlockAspectRatioRange : mAspectRatioRange; in getAspectRatioRange()
2092 mAspectRatioRange = POSITIVE_RATIONALS; in initWithPlatformLimits()
2361 mAspectRatioRange = POSITIVE_RATIONALS.intersect(ratios);
2399 mAspectRatioRange = mAspectRatioRange.intersect(ratios);
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt37091 Landroid/media/MediaCodecInfo$VideoCapabilities;->mAspectRatioRange:Landroid/util/Range;