HomeSort by relevance Sort by last modified time
    Searched defs:rate (Results 26 - 50 of 171) sorted by null

12 3 4 5 6 7

  /hardware/invensense/mlsdk/mllite/
mlBiasNoMotion.c 158 long rate; local
171 // We always run the accel low pass filter at the highest sample rate possible
178 rate = inv_get_fifo_rate() * 5 + 5;
179 if (rate > 200)
180 rate = 200;
182 gain = inv_obj->accel_lpf_gain * rate;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_rate.h 3 * \brief External Rate-Converter-Plugin SDK
7 * External Rate-Converter-Plugin SDK
11 * ALSA external PCM rate-converter plugin SDK (draft version)
46 unsigned int rate; member in struct:snd_pcm_rate_side_info
58 /** Callback table of rate-converter */
108 * Define the object entry for external PCM rate-converter plugins
pcm_extplug.h 106 * rate hw parameter; filled after hw_params is caled
108 unsigned int rate; member in struct:snd_pcm_extplug
  /bionic/libc/kernel/arch-sh/asm/
clock.h 28 int (*set_rate)(struct clk *clk, unsigned long rate, int algo_id);
29 long (*round_rate)(struct clk *clk, unsigned long rate);
43 unsigned long rate; member in struct:clk
  /external/bluetooth/bluez/sbc/
sbcinfo.c 175 double rate; local
216 rate = calc_bit_rate(&hdr);
226 rate = 0;
276 rate += calc_bit_rate(&hdr);
297 printf("Bit rate\t\t%.3f kbps\n", rate / num);
  /external/chromium/chrome/browser/net/
predictor_unittest.cc 391 double rate; local
393 motivation_url, subresource_url, recovered_referral_list, &rate));
394 EXPECT_EQ(rate, kUseRate);
434 double rate; local
437 &rate));
438 EXPECT_SIMILAR(rate, kRateIcon);
441 motivation_url, img_subresource_url, recovered_referral_list, &rate));
442 EXPECT_SIMILAR(rate, kRateImg);
451 motivation_url, icon_subresource_url, recovered_referral_list, &rate));
452 EXPECT_SIMILAR(rate, kRateIcon / 2)
    [all...]
  /external/iproute2/tc/
q_hfsc.c 54 "SC := [ [ umax BYTE ] dmax SEC ] rate BPS\n"
58 " rate : rate\n"
336 unsigned int umax = 0, dmax = 0, rate = 0; local
356 if (matches(*argv, "rate") == 0) {
358 if (get_rate(&rate, *argv) < 0) {
359 explain1("rate");
370 if (dmax != 0 && ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax) > rate) {
377 sc->m2 = rate;
381 * is at dmax - umax / rate
    [all...]
  /external/libvpx/nestegg/include/nestegg/
nestegg.h 128 double rate; /**< Sampling rate in Hz. */ member in struct:__anon7654
  /external/netperf/
netcpu_kstat.c 41 idle. The rate at which this increments during a test is compared
259 rate[MAXTIMES], local
287 rate[i] = (float)0.0;
329 if (temp_rate > rate[i]) rate[i] = temp_rate;
331 fprintf(where,"\trate[%d] = %g\n",i,rate[i]);
334 if (local_maxrate < rate[i]) local_maxrate = rate[i];
netcpu_perfstat.c 43 idle. The rate at which this increments during a test is compared
125 rate[MAXTIMES], local
166 rate[i] = (float)0.0;
250 if (temp_rate > rate[i]) rate[i] = temp_rate;
252 fprintf(where,"\trate[%d] = %g\n",i,rate[i]);
255 if (local_maxrate < rate[i]) local_maxrate = rate[i];
netcpu_pstat.c 34 idle. The rate at which this increments during a test is compared
95 cpu rate to the calling routine. */
108 rate[MAXTIMES], local
139 rate[i] = 0.0;
201 if (temp_rate > rate[i]) rate[i] = temp_rate;
203 fprintf(where,"\trate[%d] = %g\n",i,rate[i]);
206 if (local_maxrate < rate[i]) local_maxrate = rate[i];
netcpu_looper.c 64 idle. The rate at which this increments during a test is compared
482 /* measured cpu rate to the calling routine. raj 4/95 */
495 rate[MAXTIMES],
516 rate[i] = (float)0.0;
558 if (temp_rate > rate[i]) rate[i] = temp_rate;
560 fprintf(where,"\trate[%d] = %g\n",i,rate[i]);
563 if (local_maxrate < rate[i]) local_maxrate = rate[i];
494 rate[MAXTIMES], local
  /external/quake/quake/src/QW/client/
net.h 76 double rate; // seconds / byte member in struct:__anon10450
sound.h 81 int rate; member in struct:__anon10471
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 71 unsigned int rate; member in struct:pcm_config
  /external/tinyalsa/
tinycap.c 61 unsigned int channels, unsigned int rate,
75 unsigned int rate = 44100; local
81 "[-r rate] [-b bits]\n", argv[0]);
102 rate = atoi(*argv);
117 header.sample_rate = rate;
118 header.byte_rate = (header.bits_per_sample / 8) * channels * rate;
143 unsigned int channels, unsigned int rate,
153 config.rate = rate;
180 printf("Capturing sample: %u ch, %u hz, %u bit\n", channels, rate, bits)
    [all...]
  /external/tremolo/Tremolo/
ivorbiscodec.h 54 long rate; member in struct:vorbis_info
60 implies a fixed rate bitstream
66 may also be set to give a nominal rate.
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
GStreamerGWorld.cpp 147 gdouble rate; local
149 gst_query_parse_segment(query, &rate, &format, &startValue, &stopValue);
151 GstEvent* event = gst_event_new_new_segment(FALSE, rate, format, startValue, stopValue, position);
  /external/wpa_supplicant_8/src/ap/
ap_list.c 50 int rate = (ap->supported_rates[i] & 0x7f) * 5; local
51 if (rate == 60 || rate == 90 || rate > 110)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
sample.h 63 * PulseAudio supports any sample rate between 1 Hz and 4 GHz. There is no
64 * point trying to exceed the sample rate of the output device though as the
119 /** Maximum allowed sample rate */
171 uint32_t rate; /**< The sample rate. (e.g. 44100) */ member in struct:pa_sample_spec
  /external/bluetooth/bluez/audio/
gstrtpsbcpay.c 82 "rate = (int) { 16000, 32000, 44100, 48000 }, "
97 "clock-rate = (int) { 16000, 32000, 44100, 48000 },"
129 gint rate, subbands, channels, blocks, bitpool; local
137 if (!gst_structure_get_int(structure, "rate", &rate))
157 gst_basertppayload_set_options(payload, "audio", TRUE, "SBC", rate);
gstsbcutil.c 32 * Selects one rate from a list of possible rates
145 gint gst_sbc_parse_rate_to_sbc(gint rate)
147 switch (rate) {
297 "rate", G_TYPE_INT,
327 gint temp, rate, channels, blocks, subbands, bitpool; local
335 if (!gst_structure_has_field(structure, "rate")) {
337 *error_message = g_strdup("no rate");
340 value = gst_structure_get_value(structure, "rate");
345 rate = temp;
440 "rate", G_TYPE_INT, rate
485 gint rate, channels, subbands, blocks, bitpool; local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tts_api.h 24 // will be empty strings, and rate, pitch, and volume will be -1.0.
34 double rate,
86 double rate() { return rate_; } function in class:Utterance
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Xvlib.h 77 SDL_NAME(XvRational) rate; member in struct:__anon9678
  /external/quake/quake/src/WinQuake/
sound.h 90 int rate; member in struct:__anon10916

Completed in 647 milliseconds

12 3 4 5 6 7