Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1879 private Range<Rational> mBlockAspectRatioRange; field in MediaCodecInfo.VideoCapabilities
1985 (int)Math.ceil(mBlockAspectRatioRange.getLower().doubleValue() in getSupportedWidthsFor()
1989 (int)(mBlockAspectRatioRange.getUpper().doubleValue() in getSupportedWidthsFor()
2030 mBlockAspectRatioRange.getUpper().doubleValue())); in getSupportedHeightsFor()
2034 mBlockAspectRatioRange.getLower().doubleValue())); in getSupportedHeightsFor()
2556 && mBlockAspectRatioRange.contains( in supports()
2635 return blocks ? mBlockAspectRatioRange : mAspectRatioRange; in getAspectRatioRange()
2652 mBlockAspectRatioRange = POSITIVE_RATIONALS; in initWithPlatformLimits()
2916 mBlockAspectRatioRange = POSITIVE_RATIONALS.intersect(
2954 mBlockAspectRatioRange = mBlockAspectRatioRange.intersect(
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt26964 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlockAspectRatioRange:Landroid/util/Range;