Searched refs:mAspectRatioRange (Results 1 – 2 of 2) sorted by relevance
1692 private Range<Rational> mAspectRatioRange; field in MediaCodecInfo.VideoCapabilities1816 (int)Math.ceil(mAspectRatioRange.getLower().doubleValue() in getSupportedWidthsFor()1818 (int)(mAspectRatioRange.getUpper().doubleValue() * height)); in getSupportedWidthsFor()1861 mAspectRatioRange.getUpper().doubleValue()), in getSupportedHeightsFor()1862 (int)(width / mAspectRatioRange.getLower().doubleValue())); in getSupportedHeightsFor()2372 && mAspectRatioRange.contains(new Rational(width, height)); in supports()2449 return blocks ? mBlockAspectRatioRange : mAspectRatioRange; in getAspectRatioRange()2467 mAspectRatioRange = POSITIVE_RATIONALS; in initWithPlatformLimits()2737 mAspectRatioRange = POSITIVE_RATIONALS.intersect(ratios); in parseFromInfo()2775 mAspectRatioRange = mAspectRatioRange.intersect(ratios); in parseFromInfo()[all …]
26962 Landroid/media/MediaCodecInfo$VideoCapabilities;->mAspectRatioRange:Landroid/util/Range;