Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1211 private Range<Rational> mBlockAspectRatioRange; field in MediaCodecInfo.VideoCapabilities
1310 (int)Math.ceil(mBlockAspectRatioRange.getLower().doubleValue() in getSupportedWidthsFor()
1314 (int)(mBlockAspectRatioRange.getUpper().doubleValue() in getSupportedWidthsFor()
1355 mBlockAspectRatioRange.getUpper().doubleValue())); in getSupportedHeightsFor()
1359 mBlockAspectRatioRange.getLower().doubleValue())); in getSupportedHeightsFor()
1532 && mBlockAspectRatioRange.contains( in supports()
1602 return blocks ? mBlockAspectRatioRange : mAspectRatioRange; in getAspectRatioRange()
1619 mBlockAspectRatioRange = POSITIVE_RATIONALS; in initWithPlatformLimits()
1825 mBlockAspectRatioRange = POSITIVE_RATIONALS.intersect( in parseFromInfo()
1863 mBlockAspectRatioRange = mBlockAspectRatioRange.intersect( in parseFromInfo()
[all …]