Searched refs:mAspectRatioRange (Results 1 – 2 of 2) sorted by relevance
1878 private Range<Rational> mAspectRatioRange; field in MediaCodecInfo.VideoCapabilities2002 (int)Math.ceil(mAspectRatioRange.getLower().doubleValue() in getSupportedWidthsFor()2004 (int)(mAspectRatioRange.getUpper().doubleValue() * height)); in getSupportedWidthsFor()2047 mAspectRatioRange.getUpper().doubleValue()), in getSupportedHeightsFor()2048 (int)(width / mAspectRatioRange.getLower().doubleValue())); in getSupportedHeightsFor()2558 && mAspectRatioRange.contains(new Rational(width, height)); in supports()2635 return blocks ? mBlockAspectRatioRange : mAspectRatioRange; in getAspectRatioRange()2653 mAspectRatioRange = POSITIVE_RATIONALS; in initWithPlatformLimits()2922 mAspectRatioRange = POSITIVE_RATIONALS.intersect(ratios);2960 mAspectRatioRange = mAspectRatioRange.intersect(ratios);[all …]
26962 Landroid/media/MediaCodecInfo$VideoCapabilities;->mAspectRatioRange:Landroid/util/Range;