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

12 3 4 5 6 7 8 91011

  /external/speex/libspeex/
vorbis_psy.h 80 int rate; member in struct:__anon15329
91 VorbisPsy *vorbis_psy_init(int rate, int size);
  /external/srtp/test/
rdbx_driver.c 71 double rate; local
122 rate = rdbx_check_adds_per_second(1 << 18, 128);
123 printf("rdbx_check/replay_adds per second (ws=128): %e\n", rate);
124 rate = rdbx_check_adds_per_second(1 << 18, 1024);
125 printf("rdbx_check/replay_adds per second (ws=1024): %e\n", rate);
  /external/wpa_supplicant_8/src/ap/
ap_list.c 44 int rate = (ap->supported_rates[i] & 0x7f) * 5; local
45 if (rate == 60 || rate == 90 || rate > 110)
  /frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
FountainRS.java 60 int rate = (int)(pressure * pressure * 500.f); local
61 if (rate > 500) {
62 rate = 500;
64 if (rate > 0) {
65 mScript.invoke_addParticles(rate, x, y, id, !holdingColor[id]);
  /frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
FountainFboRS.java 86 int rate = (int)(pressure * pressure * 500.f); local
87 if (rate > 500) {
88 rate = 500;
90 if (rate > 0) {
91 mScript.invoke_addParticles(rate, x, y, id, !holdingColor[id]);
  /frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
FountainRS.java 60 int rate = (int)(pressure * pressure * 500.f); local
61 if (rate > 500) {
62 rate = 500;
64 if (rate > 0) {
65 mScript.invoke_addParticles(rate, x, y, id, !holdingColor[id]);
  /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;
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
  /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/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
WireSphere.java 109 float rate = FastMath.TWO_PI / (float) samples; local
115 angle += rate;
123 angle += rate;
142 angle += rate;
  /external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestOgreComplexAnim.java 54 private float rate = 1; field in class:TestOgreComplexAnim
121 angle += tpf * rate;
124 rate = -1;
127 rate = 1;
  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 128 double rate; /**< Sampling rate in Hz. */ member in struct:__anon10887
  /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];
  /external/quake/quake/src/QW/client/
net.h 76 double rate; // seconds / byte member in struct:__anon14198
  /external/tinyalsa/
tinycap.c 62 unsigned int channels, unsigned int rate,
78 unsigned int rate = 44100; local
86 "[-r rate] [-b bits] [-p period_size] [-n n_periods]\n", argv[0]);
110 rate = atoi(*argv);
139 header.sample_rate = rate;
141 header.byte_rate = (header.bits_per_sample / 8) * channels * rate;
167 unsigned int channels, unsigned int rate,
178 config.rate = rate;
205 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);
  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.cpp 116 // Compute the learning rate according to PA-I.
121 float rate = loss / twice_norm_square; local
122 if (rate > aggressiveness_) {
123 rate = aggressiveness_;
125 // VLOG(1) << "loss = " << loss << " rate = " << rate;
129 parameters_[target][i] += rate * inputs[i];
131 parameters_[other_class][i] -= rate * inputs[i];
149 // Compute the learning rate according to PA-I.
154 float rate = loss / twice_norm_square local
    [all...]
  /prebuilts/gcc/linux-x86/host/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

Completed in 1958 milliseconds

12 3 4 5 6 7 8 91011