/external/iproute2/tc/ |
q_gred.c | 125 unsigned rate = 0; local 201 if (get_rate(&rate, *argv)) { 217 if (rate == 0) 218 get_rate(&rate, "10Mbit"); 244 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0)
|
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/libopus/celt/ |
opus_custom_demo.c | 51 opus_int32 frame_size, channels, rate; local 64 fprintf (stderr, "Usage: test_opus_custom <rate> <channels> <frame size> " 65 " <bytes per packet> [<complexity> [packet loss rate]] " 70 rate = (opus_int32)atol(argv[1]); 73 mode = opus_custom_mode_create(rate, frame_size, NULL);
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
ProgressiveDownloadInformationBox.java | 55 long rate; field in class:ProgressiveDownloadInformationBox.Entry 58 public Entry(long rate, long initialDelay) { 59 this.rate = rate; 64 return rate; 67 public void setRate(long rate) { 68 this.rate = rate; 82 "rate=" + rate [all...] |
/external/opencv/cv/src/ |
_cv.h | 103 double *rate; member in struct:CvPyramid
|
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/ |
soundcommon.h | 54 u32 rate; member in struct:__anon33996 66 extern void SoundSystemInit(u32 rate,u32 buffersize,u8 channel,u8 format);
|
/external/speex/libspeex/ |
vorbis_psy.h | 80 int rate; member in struct:__anon35599 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/media/java/android/media/audiopolicy/ |
AudioMix.java | 217 int rate = AudioSystem.getPrimaryOutputSamplingRate(); local 218 if (rate <= 0) { 219 rate = 44100; 221 mFormat = new AudioFormat.Builder().setSampleRate(rate).build();
|
/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/60xx/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;
|
/bionic/libc/kernel/uapi/rdma/ |
ib_user_sa.h | 60 __u8 rate; member in struct:ib_user_path_rec
|
/external/chromium_org/chrome/browser/chromeos/ |
preferences.cc | 650 input_method::AutoRepeatRate rate; local 651 rate.initial_delay_in_ms = xkb_auto_repeat_delay_pref_.GetValue(); 652 rate.repeat_interval_in_ms = xkb_auto_repeat_interval_pref_.GetValue(); 653 DCHECK(rate.initial_delay_in_ms > 0); 654 DCHECK(rate.repeat_interval_in_ms > 0); 657 ->SetAutoRepeatRate(rate);
|
/external/chromium_org/chrome/browser/speech/ |
tts_linux.cc | 177 float rate = params.rate > 3 ? 3 : params.rate; local 178 rate = params.rate < 0.334 ? 0.334 : rate; 192 libspeechd_loader_.spd_set_voice_rate(conn_, 100 * log10(rate) / log10(3));
|
/external/chromium_org/components/nacl/renderer/ |
histogram.cc | 199 int32_t rate = std::min(kb / (us / 1000000.0), kMaxRate); local 201 rate,
|
/external/chromium_org/components/policy/core/common/cloud/ |
cloud_policy_refresh_scheduler_unittest.cc | 126 base::TimeDelta rate = base::TimeDelta::FromMilliseconds( local 130 CheckTimingWithAge(rate, 209 // The scheduler has scheduled refreshes at the initial refresh rate. 226 // The next refresh has been scheduled using a lower refresh rate. 255 // The next refresh has been scheduled at the normal rate. 272 // The next refresh has been scheduled using a lower refresh rate. 276 // refresh is rescheduled at the lower rate again; after executing all 280 // The next refresh has been scheduled using a lower refresh rate. 299 // The next refresh has been scheduled using a lower refresh rate. 307 // default polling rate [all...] |
/external/chromium_org/storage/browser/quota/ |
storage_monitor.h | 40 // rate of the observer. 53 base::TimeDelta rate; member in struct:storage::StorageObserverList::ObserverState
|
/external/chromium_org/third_party/WebKit/Source/platform/speech/ |
PlatformSpeechSynthesisUtterance.h | 61 float rate() const { return m_rate; } function in class:blink::FINAL 62 void setRate(float rate) { m_rate = std::max(std::min(10.0f, rate), 0.1f); }
|
/external/chromium_org/tools/android/ps_ext/ |
ps_ext.c | 26 const long rate = sysconf(_SC_CLK_TCK); local 32 const long ticks = (long) (rate * uptime_secs); 33 printf(" \"time\": { \"ticks\": %ld, \"rate\": %ld}", ticks, rate);
|
/external/kernel-headers/original/uapi/rdma/ |
ib_user_sa.h | 70 __u8 rate; member in struct:ib_user_path_rec
|
/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];
|