Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1692 private Range<Rational> mAspectRatioRange; field in MediaCodecInfo.VideoCapabilities
1816 (int)Math.ceil(mAspectRatioRange.getLower().doubleValue() in getSupportedWidthsFor()
1818 (int)(mAspectRatioRange.getUpper().doubleValue() * height)); in getSupportedWidthsFor()
1861 mAspectRatioRange.getUpper().doubleValue()), in getSupportedHeightsFor()
1862 (int)(width / mAspectRatioRange.getLower().doubleValue())); in getSupportedHeightsFor()
2372 && mAspectRatioRange.contains(new Rational(width, height)); in supports()
2449 return blocks ? mBlockAspectRatioRange : mAspectRatioRange; in getAspectRatioRange()
2467 mAspectRatioRange = POSITIVE_RATIONALS; in initWithPlatformLimits()
2737 mAspectRatioRange = POSITIVE_RATIONALS.intersect(ratios); in parseFromInfo()
2775 mAspectRatioRange = mAspectRatioRange.intersect(ratios); in parseFromInfo()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt26962 Landroid/media/MediaCodecInfo$VideoCapabilities;->mAspectRatioRange:Landroid/util/Range;