Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1339 private Range<Rational> mBlockAspectRatioRange; field in MediaCodecInfo.VideoCapabilities
1439 (int)Math.ceil(mBlockAspectRatioRange.getLower().doubleValue() in getSupportedWidthsFor()
1443 (int)(mBlockAspectRatioRange.getUpper().doubleValue() in getSupportedWidthsFor()
1484 mBlockAspectRatioRange.getUpper().doubleValue())); in getSupportedHeightsFor()
1488 mBlockAspectRatioRange.getLower().doubleValue())); in getSupportedHeightsFor()
2004 && mBlockAspectRatioRange.contains( in supports()
2074 return blocks ? mBlockAspectRatioRange : mAspectRatioRange; in getAspectRatioRange()
2091 mBlockAspectRatioRange = POSITIVE_RATIONALS; in initWithPlatformLimits()
2355 mBlockAspectRatioRange = POSITIVE_RATIONALS.intersect(
2393 mBlockAspectRatioRange = mBlockAspectRatioRange.intersect(
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt37093 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlockAspectRatioRange:Landroid/util/Range;