Home
last modified time | relevance | path

Searched refs:ratios (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/docs/html/ndk/guides/audio/
Dsample-rates.jd38 quality determination and the sampling ratios desired. Based on the
57 <h3>Use simple resampling ratios (fixed versus interpolated polyphases)</h3>
80 rates and ratios may be permitted through AudioTrack.</p>
102 transition bandwidth at higher downsampling ratios to avoid excessively
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1733 Range<Rational> ratios = null, blockRatios = null; in parseFromInfo() local
1764 ratios = Utils.parseRationalRange( in parseFromInfo()
1830 if (ratios != null) { in parseFromInfo()
1831 mAspectRatioRange = POSITIVE_RATIONALS.intersect(ratios); in parseFromInfo()
1868 if (ratios != null) { in parseFromInfo()
1869 mAspectRatioRange = mAspectRatioRange.intersect(ratios); in parseFromInfo()
1883 Range<Integer> counts, Range<Long> rates, Range<Rational> ratios) { in applyBlockLimits() argument
1910 ratios = Utils.scaleRange( in applyBlockLimits()
1911 ratios, newBlockHeight / blockHeight, in applyBlockLimits()
1916 mBlockAspectRatioRange = mBlockAspectRatioRange.intersect(ratios); in applyBlockLimits()
/frameworks/base/docs/html/distribute/users/
Dyour-listing.jd78 and portrait aspect ratios.
/frameworks/base/docs/html/guide/topics/ui/layout/
Dgridview.jd174 sides. (Note that, if the images have different aspect-ratios, then less
/frameworks/base/docs/html/training/custom-views/
Dcustom-drawing.jd121 different screen sizes, multiple screen densities, and various aspect ratios in both portrait and
/frameworks/base/docs/html/guide/topics/graphics/
Dopengl.jd519 3.0 API. This texture format offers excellent compression ratios with high visual quality and the
/frameworks/base/docs/html/guide/practices/
Dscreens_support.jd191 aspect ratios that are slightly different when measured by hand. Similarly, two devices that report
/frameworks/base/docs/html/topic/libraries/support-library/
Drevisions.jd1220 … <li>Supports various album art sizes and aspect ratios, and loads the art asynchronously.</li>