Searched refs:mBlockAspectRatioRange (Results 1 – 1 of 1) sorted by relevance
1233 private Range<Rational> mBlockAspectRatioRange; field in MediaCodecInfo.VideoCapabilities1332 (int)Math.ceil(mBlockAspectRatioRange.getLower().doubleValue() in getSupportedWidthsFor()1336 (int)(mBlockAspectRatioRange.getUpper().doubleValue() in getSupportedWidthsFor()1377 mBlockAspectRatioRange.getUpper().doubleValue())); in getSupportedHeightsFor()1381 mBlockAspectRatioRange.getLower().doubleValue())); in getSupportedHeightsFor()1554 && mBlockAspectRatioRange.contains( in supports()1623 return blocks ? mBlockAspectRatioRange : mAspectRatioRange; in getAspectRatioRange()1640 mBlockAspectRatioRange = POSITIVE_RATIONALS; in initWithPlatformLimits()1846 mBlockAspectRatioRange = POSITIVE_RATIONALS.intersect( in parseFromInfo()1884 mBlockAspectRatioRange = mBlockAspectRatioRange.intersect( in parseFromInfo()[all …]