Home | History | Annotate | Download | only in media

Lines Matching refs:ratios

1754             Range<Rational> ratios = null, blockRatios = null;
1785 ratios = Utils.parseRationalRange(
1851 if (ratios != null) {
1852 mAspectRatioRange = POSITIVE_RATIONALS.intersect(ratios);
1889 if (ratios != null) {
1890 mAspectRatioRange = mAspectRatioRange.intersect(ratios);
1904 Range<Integer> counts, Range<Long> rates, Range<Rational> ratios) {
1931 ratios = Utils.scaleRange(
1932 ratios, newBlockHeight / blockHeight,
1937 mBlockAspectRatioRange = mBlockAspectRatioRange.intersect(ratios);