Searched refs:mAspectRatioRange (Results 1 – 2 of 2) sorted by relevance
1338 private Range<Rational> mAspectRatioRange; field in MediaCodecInfo.VideoCapabilities1456 (int)Math.ceil(mAspectRatioRange.getLower().doubleValue() in getSupportedWidthsFor()1458 (int)(mAspectRatioRange.getUpper().doubleValue() * height)); in getSupportedWidthsFor()1501 mAspectRatioRange.getUpper().doubleValue()), in getSupportedHeightsFor()1502 (int)(width / mAspectRatioRange.getLower().doubleValue())); in getSupportedHeightsFor()2006 && mAspectRatioRange.contains(new Rational(width, height)); in supports()2074 return blocks ? mBlockAspectRatioRange : mAspectRatioRange; in getAspectRatioRange()2092 mAspectRatioRange = POSITIVE_RATIONALS; in initWithPlatformLimits()2361 mAspectRatioRange = POSITIVE_RATIONALS.intersect(ratios);2399 mAspectRatioRange = mAspectRatioRange.intersect(ratios);[all …]
37091 Landroid/media/MediaCodecInfo$VideoCapabilities;->mAspectRatioRange:Landroid/util/Range;