Searched refs:mBlockAspectRatioRange (Results 1 – 1 of 1) sorted by relevance
1211 private Range<Rational> mBlockAspectRatioRange; field in MediaCodecInfo.VideoCapabilities1310 (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 …]