Searched refs:ratios (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/docs/html/ndk/guides/audio/ |
D | sample-rates.jd | 38 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/ |
D | MediaCodecInfo.java | 1733 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/ |
D | your-listing.jd | 78 and portrait aspect ratios.
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | gridview.jd | 174 sides. (Note that, if the images have different aspect-ratios, then less
|
/frameworks/base/docs/html/training/custom-views/ |
D | custom-drawing.jd | 121 different screen sizes, multiple screen densities, and various aspect ratios in both portrait and
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 519 3.0 API. This texture format offers excellent compression ratios with high visual quality and the
|
/frameworks/base/docs/html/guide/practices/ |
D | screens_support.jd | 191 aspect ratios that are slightly different when measured by hand. Similarly, two devices that report
|
/frameworks/base/docs/html/topic/libraries/support-library/ |
D | revisions.jd | 1220 … <li>Supports various album art sizes and aspect ratios, and loads the art asynchronously.</li>
|