Home
last modified time | relevance | path

Searched refs:rates (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/docs/html/ndk/guides/audio/
Dsample-rates.jd49 <p>This section describes some best practices to help you avoid problems with sampling rates.</p>
78 <p>Choose simple-ratio sampling rates such as 24 kHz (1:2) and 32 kHz (2:3) when playing back
80 rates and ratios may be permitted through AudioTrack.</p>
82 <h3>Use upsampling rather than downsampling when changing sample rates</h3>
84 <p>Sampling rates can be changed on the fly. The granularity of
88 <p>Do not dynamically change sampling rates when
89 downsampling. When changing sample rates after an audio track is
120 <h3>Sample rates</h3>
144 <p><a href="http://www.trustmeimascientist.com/2013/02/04/the-science-of-sample-rates-when-higher-i…
Dinput-latency.jd51 <li> Be prepared to handle nominal sample rates of 44,100 and 48,000 Hz as reported by
55 PROPERTY_OUTPUT_SAMPLE_RATE</a>. Other sample rates are possible, but rare.</li>
88 at 48,000 Hz nominal sample rate, the actual sample rates are likely to be slightly different
Dindex.jd24 optimal <a href="{@docRoot}ndk/guides/audio/sample-rates.html">sample rate</a>. This section
/frameworks/av/media/libstagefright/codecs/aacenc/src/
Daacenc.c384 for (i = 0; rates[i]; i++) in voAACEncSetParam()
386 if (rates[i] >= bitrate) in voAACEncSetParam()
451 for (i = 0; rates[i]; i++) in voAACEncSetParam()
453 if (rates[i] >= bitrate) in voAACEncSetParam()
Daac_rom.c1425 const int rates[8] = { variable
/frameworks/base/docs/html/guide/appendix/
Dmedia-formats.jd79 content with standard sampling rates from 8 to 48 kHz.</td>
98 content with standard sampling rates from 8 to 48 kHz.</td>
106 with standard sampling rates from 16 to 48 kHz</td>
122 <td>9 rates from 6.60 kbit/s to 23.85 kbit/s sampled @ 16kHz</td>
131 <td>Mono/Stereo (no multichannel). Sample rates up to 48 kHz (but up to 44.1
176 <td>8- and 16-bit linear PCM (rates up to limit of hardware). Sampling
177 rates for raw PCM recordings at 8000, 16000 and 44100 Hz.</td>
/frameworks/base/core/java/android/view/
DDisplayInfo.java482 ArraySet<Float> rates = new ArraySet<>(); in getDefaultRefreshRates() local
488 rates.add(mode.getRefreshRate()); in getDefaultRefreshRates()
491 float[] result = new float[rates.size()]; in getDefaultRefreshRates()
493 for (Float rate : rates) { in getDefaultRefreshRates()
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
Daac_rom.h97 extern const int rates[8];
/frameworks/base/docs/html/distribute/users/
Dota-installs.jd14 some developers have seen app installation acceptance rates of 40%.</p>
Duser-acquisition.jd55 measure how your change impacted conversion rates.
Dexpand-to-new-markets.jd216 each month for changes in exchange rates, or manually set prices.
/frameworks/base/docs/html/distribute/analyze/
Dbuild-better-apps.jd22 tend to have the highest conversion rates. Build custom reports to identify
62 may be able to reduce your drop-off rates.
/frameworks/base/docs/html/distribute/monetize/
Dsubscriptions.jd27 users and reduces cart abandonment rates.
Dads.jd33 <li>High CPMs and the best fill rates
/frameworks/base/docs/html/distribute/stories/games/
Dglu-eternity-warriors.jd71 launch. Also these rates continued to increase over time among Eternity
Dkongregate-global-assault.jd64 developers. If we can improve conversion rates through art or graphics by even
Dtwo-dots.jd65 rates increased by 7 percent compared to the control description.
Dconcrete-bowling.jd62 Concrete Software also found that quest acceptance and completion rates
/frameworks/base/docs/html/distribute/stories/apps/
Dsayhi.jd53 percent increase in install rates. In addition, the app entered the Top 10
/frameworks/base/docs/html/distribute/engage/
Deasy-signin.jd2 page.metaDescription=Increase conversion rates while helping users minimize typing by letting users…
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1027 private void limitSampleRates(int[] rates) { in limitSampleRates() argument
1028 Arrays.sort(rates); in limitSampleRates()
1030 for (int rate: rates) { in limitSampleRates()
1883 Range<Integer> counts, Range<Long> rates, Range<Rational> ratios) { in applyBlockLimits() argument
1909 rates = Utils.factorRange(rates, factor); in applyBlockLimits()
1915 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect(rates); in applyBlockLimits()
DAudioRecord.java422 int[] rates = { 0 }; in deferred_connect() local
429 rates /*mSampleRates*/, in deferred_connect()
DAudioTrack.java575 int[] rates = { 0 }; in deferred_connect() local
578 rates /*sampleRate - NA*/, in deferred_connect()
/frameworks/base/docs/html/training/monitoring-device-state/
Dindex.jd59 <dd>Optimal refresh rates can vary based on how the host device is being used. Learn how to
/frameworks/base/docs/html/google/play/billing/
Dindex.jd20 today’s exchange rates and country-specific pricing patterns. To satisfy

12