Searched refs:mBlockAspectRatioRange (Results 1 – 2 of 2) sorted by relevance
1879 private Range<Rational> mBlockAspectRatioRange; field in MediaCodecInfo.VideoCapabilities1985 (int)Math.ceil(mBlockAspectRatioRange.getLower().doubleValue() in getSupportedWidthsFor()1989 (int)(mBlockAspectRatioRange.getUpper().doubleValue() in getSupportedWidthsFor()2030 mBlockAspectRatioRange.getUpper().doubleValue())); in getSupportedHeightsFor()2034 mBlockAspectRatioRange.getLower().doubleValue())); in getSupportedHeightsFor()2556 && mBlockAspectRatioRange.contains( in supports()2635 return blocks ? mBlockAspectRatioRange : mAspectRatioRange; in getAspectRatioRange()2652 mBlockAspectRatioRange = POSITIVE_RATIONALS; in initWithPlatformLimits()2916 mBlockAspectRatioRange = POSITIVE_RATIONALS.intersect(2954 mBlockAspectRatioRange = mBlockAspectRatioRange.intersect([all …]
26964 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlockAspectRatioRange:Landroid/util/Range;