Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1878 private Range<Rational> mAspectRatioRange; field in MediaCodecInfo.VideoCapabilities
2002 (int)Math.ceil(mAspectRatioRange.getLower().doubleValue() in getSupportedWidthsFor()
2004 (int)(mAspectRatioRange.getUpper().doubleValue() * height)); in getSupportedWidthsFor()
2047 mAspectRatioRange.getUpper().doubleValue()), in getSupportedHeightsFor()
2048 (int)(width / mAspectRatioRange.getLower().doubleValue())); in getSupportedHeightsFor()
2558 && mAspectRatioRange.contains(new Rational(width, height)); in supports()
2635 return blocks ? mBlockAspectRatioRange : mAspectRatioRange; in getAspectRatioRange()
2653 mAspectRatioRange = POSITIVE_RATIONALS; in initWithPlatformLimits()
2922 mAspectRatioRange = POSITIVE_RATIONALS.intersect(ratios);
2960 mAspectRatioRange = mAspectRatioRange.intersect(ratios);
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt26962 Landroid/media/MediaCodecInfo$VideoCapabilities;->mAspectRatioRange:Landroid/util/Range;