HomeSort by relevance Sort by last modified time
    Searched full:rate (Results 176 - 200 of 3459) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/tinyalsa/
tinyplay.c 64 unsigned int rate, unsigned int bits, unsigned int period_size,
188 unsigned int rate, unsigned int bits, unsigned int period_size,
200 can_play = check_param(params, PCM_PARAM_RATE, rate, "Sample rate", "Hz");
212 unsigned int rate, unsigned int bits, unsigned int period_size,
222 config.rate = rate;
233 if (!sample_is_playable(card, device, channels, rate, bits, period_size, period_count)) {
253 printf("Playing sample: %u ch, %u hz, %u bit\n", channels, rate, bits);
  /external/chromium/chrome/browser/autofill/
autofill_download.cc 173 void AutofillDownloadManager::SetPositiveUploadRate(double rate) {
174 if (rate == positive_upload_rate_)
176 positive_upload_rate_ = rate;
177 DCHECK_GE(rate, 0.0);
178 DCHECK_LE(rate, 1.0);
182 preferences->SetDouble(prefs::kAutofillPositiveUploadRate, rate);
186 void AutofillDownloadManager::SetNegativeUploadRate(double rate) {
187 if (rate == negative_upload_rate_)
189 negative_upload_rate_ = rate;
190 DCHECK_GE(rate, 0.0)
    [all...]
  /external/chromium_org/chromeos/display/
output_util.h 51 // rate. Non-interlaced mode takes precedence, so non-interlaced mode
52 // with a lower refresh rate will be used even if there is an interlaced
53 // mode with a higher refresh rate.
  /external/chromium_org/components/autofill/core/browser/
autofill_download.cc 165 void AutofillDownloadManager::SetPositiveUploadRate(double rate) {
166 if (rate == positive_upload_rate_)
168 positive_upload_rate_ = rate;
169 DCHECK_GE(rate, 0.0);
170 DCHECK_LE(rate, 1.0);
171 pref_service_->SetDouble(prefs::kAutofillPositiveUploadRate, rate);
174 void AutofillDownloadManager::SetNegativeUploadRate(double rate) {
175 if (rate == negative_upload_rate_)
177 negative_upload_rate_ = rate;
178 DCHECK_GE(rate, 0.0)
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
media-default-playback-rate.html 60 function setRate(which, rate)
63 video[which] = rate;
64 expectedRates[which] = rate;
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioResampler.h 56 // 0 < rate <= MaxRate
57 void setRate(double rate);
58 double rate() const { return m_rate; } function in class:WebCore::AudioResampler
  /external/chromium_org/third_party/opus/src/
README.draft 32 Usage: opus_demo [-e] <application> <sampling rate (Hz)> <channels (1/2)>
34 opus_demo -d <sampling rate (Hz)> <channels (1/2)> [options]
44 default: sampling rate
  /external/iproute2/include/linux/can/
netlink.h 23 __u32 bitrate; /* Bit-rate in bits/second */
30 __u32 brp; /* Bit-rate prescaler */
45 __u32 brp_min; /* Bit-rate prescaler */
  /external/iproute2/tc/
q_hfsc.c 54 "SC := [ [ umax BYTE ] dmax SEC ] rate BPS\n"
58 " rate : rate\n"
340 unsigned int umax = 0, dmax = 0, rate = 0; local
360 if (matches(*argv, "rate") == 0) {
362 if (get_rate(&rate, *argv) < 0) {
363 explain1("rate");
374 if (dmax != 0 && ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax) > rate) {
381 sc->m2 = rate;
385 * is at dmax - umax / rate
    [all...]
  /external/kernel-headers/original/linux/can/
netlink.h 23 __u32 bitrate; /* Bit-rate in bits/second */
30 __u32 brp; /* Bit-rate prescaler */
45 __u32 brp_min; /* Bit-rate prescaler */
  /external/libvorbis/doc/vorbisenc/
vorbis_encode_init_vbr.html 30 long rate,
45 <dt><i>rate</i></dt>
46 <dd>The sampling rate of the source audio.</dd>
  /external/libvorbis/doc/vorbisfile/
vorbis_info.html 30 long rate;
50 <dt><i>rate</i></dt>
51 <dd>Sampling rate of the bitstream.</dd>
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
learning_rate_controller-inl.h 17 // Implements learning rate adaptations common to most stochastic algorithms.
39 // Getters and Setters for learning rate parameter lambda_
66 // in the learning rate computation
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 45 /* Received header rate. First value is for 30 ms packets and second for 60 ms */
125 * This function updates bottle neck rate received from other side in payload
234 /* store far-side transmission rate */
370 /* don't allow it to be less than frame rate - 10 ms */
375 /* compute inverse receiving rate for last packet, in Q19 */
396 /* Limit inv rate. Note that minBwInv > maxBwInv! */
403 /* update bottle neck rate estimate */
436 /* Q9 (only shift arrTimeDiff by 5 to simulate divide by 16 (need to revisit if change sampling rate) DH */
489 /* Limit to minimum or maximum bottle neck rate (in Q30) */
500 /* store far-side transmission rate */
610 WebRtc_Word32 rate; local
    [all...]
  /device/asus/grouper/audio/
audio_hw.c 72 .rate = OUT_SAMPLING_RATE,
81 .rate = IN_SAMPLING_RATE,
91 .rate = SCO_SAMPLING_RATE,
262 * Due to the lack of sample rate converters in the SoC,
281 * the most common rate, but group 2 is required for SCO.
286 if (((out->pcm_config->rate % 8000 == 0) &&
287 (in->pcm_config->rate % 8000) != 0) ||
288 ((out->pcm_config->rate % 11025 == 0) &&
289 (in->pcm_config->rate % 11025) != 0))
303 * If the stream rate differs from the PCM rate, we need t
    [all...]
  /frameworks/base/media/java/android/media/
SoundPool.java 61 * <p>The playback rate can also be changed. A playback rate of 1.0 causes
63 * to the hardware output frequency). A playback rate of 2.0 causes the
64 * sound to play at twice its original frequency, and a playback rate of
66 * rate range is 0.5 to 2.0.</p>
91 * adjusting the playback rate in real-time for doppler or synthesis
119 * @param srcQuality the sample-rate converter quality. Currently has no
217 * The playback rate allows the application to vary the playback
218 * rate (pitch) of the sound. A value of 1.0 means play back at
227 * @param rate playback rate (1.0 = normal playback, range 0.5 to 2.0
    [all...]
  /development/ndk/platforms/android-3/include/linux/
fd.h 30 rate, member in struct:floppy_struct
33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
240 unsigned char rate; member in struct:floppy_raw_cmd
  /external/chromium/chrome/browser/extensions/
extension_tts_api_chromeos.cc 26 double rate,
59 double rate,
84 if (rate >= 0.0) {
87 DoubleToString(rate * 5),
extension_tts_api_linux.cc 22 double rate,
extension_tts_api_util.cc 12 const char kRateKey[] = "rate";
  /external/chromium_org/cc/trees/
layer_tree_host_single_thread_client.h 22 // rate limiting.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
common.js 124 var rate = parseFloat(localStorage['rate']) || DEFAULT_RATE;
131 rate: rate,
  /external/chromium_org/media/cast/rtp_receiver/rtp_parser/include/mock/
mock_rtp_feedback.h 20 const uint32 rate));
  /external/chromium_org/net/quic/congestion_control/
fix_rate_receiver.h 5 // Fix rate receive side congestion control, used for initial testing.
  /external/chromium_org/ppapi/api/dev/
pp_video_capture_dev.idl 12 * configuration, such as resolution and frame rate.

Completed in 353 milliseconds

1 2 3 4 5 6 78 91011>>