HomeSort by relevance Sort by last modified time
    Searched full:rate (Results 601 - 625 of 4445) sorted by null

<<21222324252627282930>>

  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
firmware_summary_unittest.py 217 ('1f-click miss rate (%)', 12.50),
218 ('2f-click miss rate (%)', 75.00)],
226 ('1f-click miss rate (%)', 0.00),
227 ('2f-click miss rate (%)', 0.00)],
  /external/autotest/frontend/client/src/autotest/tko/
MachineQualHistogram.java 47 new SimpleDialog("No hosts in this pass rate range", new HTML()).center();
  /external/fio/arch/
arch-x86-common.h 32 * Check for constant rate and synced (across cores) TSC
  /external/fio/examples/
ssd-steadystate.fio 7 # approximately the same rate as the sequential fill, but at some point
  /external/iproute2/examples/diffserv/
ef-prio 13 print "$TC qdisc add $DEV parent 2:1 tbf rate $efrate burst $MTU limit 1.6kB\n";
  /external/iproute2/tc/
q_choke.c 41 unsigned rate = 0; local
59 if (get_rate(&rate, *argv)) {
106 if (!rate || !opt.limit) {
148 wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf);
  /external/iptables/extensions/
libxt_hashlimit.c 42 "--hashlimit <avg> max average match rate\n"
79 " --hashlimit-upto <avg> max average match rate\n"
82 " --hashlimit-above <avg> min average match rate\n"
200 static bool parse_bytes(const char *rate, uint32_t *val, struct hashlimit_mt_udata *ud)
205 const char *mode = strstr(rate, "b/s");
206 if (!mode || mode == rate)
210 r = atoi(rate);
218 "Rate value too large \"%llu\" (max %u)\n",
223 xtables_error(PARAMETER_PROBLEM, "Rate too high \"%s\"\n", rate);
    [all...]
  /external/iptables/include/linux/netfilter/
xt_hashlimit.h 8 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_hashlimit.h 8 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
  /external/libgsm/man/
gsm_explode.3 31 standard for full-rate speech transcoding.
  /external/libopus/
README 7 performances. It can scale from low bit-rate narrowband speech to very high
69 Usage: opus_demo [-e] <application> <sampling rate (Hz)> <channels (1/2)>
71 opus_demo -d <sampling rate (Hz)> <channels (1/2)> [options]
83 default: sampling rate
  /external/libopus/silk/
control_audio_bandwidth.c 35 /* Control internal sampling rate */
51 /* Make sure internal rate is not higher than external rate or maximum allowed, or lower than minimum allowed */
57 /* State machine for the internal sampling rate switching */
  /external/libvorbis/test/
write_read.h 19 * specified sample rate. Assumes a single channel of audio. */
  /external/libvpx/libvpx/
ivfenc.c 31 mem_put_le32(header + 16, cfg->g_timebase.den); // rate
  /external/tpm2/
PCR_Allocate.c 16 // TPM_RC_NV_RATE NV is in a rate-limiting mode
Time.c 98 // This implementations does not do rate limiting. If the implementation does do rate limiting, then the Clock
109 // Can't update time during the dark interval or when rate limiting.
141 // This function is used to perform rate adjustment on Time and Clock.
  /external/valgrind/cachegrind/tests/
filter_stderr 14 perl -p -e 's/((I1|D1|LL|LLi|LLd) *(misses|miss rate):)[ 0-9,()+rdw%\.]*$/\1/' |
  /external/webrtc/webrtc/audio/
audio_sink.h 43 int sample_rate; // Sample rate in Hz.
  /external/webrtc/webrtc/common_audio/resampler/
sinusoidal_linear_chirp_source.cc 29 // Chirp rate.
sinusoidal_linear_chirp_source.h 24 // resampler for the specific sample rate conversion being used.
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
audio_encoder_isac_t_impl.h 30 config.adaptive_mode = (codec_inst.rate == -1);
31 if (codec_inst.rate != -1)
32 config.bit_rate = codec_inst.rate;
179 // Set the decoder sample rate even though we just use the encoder. This
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_fec_test.cc 185 printf("FEC is ON, target at packet loss rate %d percent.\n",
191 // In this test, we let the target packet loss rate match the actual rate.
203 // If FEC is disabled or the target packet loss rate is set to 0, there
  /external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
audio_decoder_pcm16b.cc 36 << "Unsupported sample rate " << sample_rate_hz;
  /external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module_typedefs.h 26 // bit-rate.
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dsp_helper.h 77 // having length |data_length| and sample rate multiplier |fs_mult|. The peak
89 // |peak_index| and |peak_value| is given in the full sample rate, as
90 // indicated by the sample rate multiplier |fs_mult|.
120 // Downsamples |input| from |sample_rate_hz| to 4 kHz sample rate. The input

Completed in 1415 milliseconds

<<21222324252627282930>>