Searched refs:mAspectRatioRange (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1210 private Range<Rational> mAspectRatioRange; field in class:MediaCodecInfo.VideoCapabilities
1327 (int)Math.ceil(mAspectRatioRange.getLower().doubleValue()
1329 (int)(mAspectRatioRange.getUpper().doubleValue() * height));
1372 mAspectRatioRange.getUpper().doubleValue()),
1373 (int)(width / mAspectRatioRange.getLower().doubleValue()));
1534 && mAspectRatioRange.contains(new Rational(width, height));
1602 return blocks ? mBlockAspectRatioRange : mAspectRatioRange;
1620 mAspectRatioRange = POSITIVE_RATIONALS;
1831 mAspectRatioRange = POSITIVE_RATIONALS.intersect(ratios);
1869 mAspectRatioRange
[all...]

Completed in 42 milliseconds