HomeSort by relevance Sort by last modified time
    Searched refs:rate (Results 426 - 450 of 924) sorted by null

<<11121314151617181920>>

  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 67 __u32 rate; member in struct:tc_ratespec
109 struct tc_ratespec rate; member in struct:tc_tbf_qopt
250 struct tc_ratespec rate; member in struct:tc_htb_opt
435 __u32 rate; member in struct:tc_netem_rate
  /cts/hostsidetests/security/securityPatch/CVE-2016-6730/
poc.c 75 __u32 rate; member in struct:drm_tegra_constraint
  /cts/hostsidetests/security/securityPatch/CVE-2016-6731/
poc.c 75 __u32 rate; member in struct:drm_tegra_constraint
  /external/autotest/client/deps/iwcap/src/
iwcap.c 374 int rate; local
380 rate = nla_get_u32(tb_rate[NL80211_BITRATE_ATTR_RATE]);
381 if (rate > max_rate)
382 max_rate = rate;
437 prate("rate", max_rate);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
RateLimiterTest.java 212 limiter.setRate(4.0); // double the rate!
213 limiter.acquire(); // #4, we repay the debt of the last acquire (imposed by the old rate)
226 "R0.00, R1.38, R1.13", // #3, after that the rate changes
227 "R0.88", // #4, this is what the throttling would be with the old rate
239 rateLimiter.setRate(2.0); // update the rate!
241 rateLimiter.acquire(1); // R1.00, to repay previous (the previous was under the old rate!)
242 rateLimiter.acquire(2); // R0.50, to repay previous (now the rate takes effect)
298 assertEvents("R0.00", "R0.00", "R0.00"); // no wait, infinite rate!
369 * rate, even when we change the rate
    [all...]
  /external/iproute2/include/uapi/linux/
pkt_sched.h 39 __u32 bps; /* Current flow byte rate */
40 __u32 pps; /* Current flow packet rate */
95 __u32 rate; member in struct:tc_ratespec
167 struct tc_ratespec rate; member in struct:tc_tbf_qopt
347 struct tc_ratespec rate; member in struct:tc_htb_opt
382 __u32 giants; /* too big packets (rate will not be accurate) */
569 __u32 rate; /* byte/s */ member in struct:tc_netem_rate
658 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
792 TCA_FQ_RATE_ENABLE, /* enable/disable rate limiting *
    [all...]
  /external/iptables/extensions/
libxt_hashlimit.c 44 "--hashlimit <avg> max average match rate\n"
81 " --hashlimit-upto <avg> max average match rate\n"
84 " --hashlimit-above <avg> min average match rate\n"
269 static bool parse_bytes(const char *rate, void *val, struct hashlimit_mt_udata *ud, int revision)
273 const char *mode = strstr(rate, "b/s");
276 if (!mode || mode == rate)
280 r = atoll(rate);
288 "Rate value too large \"%llu\" (max %lu)\n",
293 xtables_error(PARAMETER_PROBLEM, "Rate too high \"%s\"\n", rate);
    [all...]
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 39 __u32 bps; /* Current flow byte rate */
40 __u32 pps; /* Current flow packet rate */
96 __u32 rate; member in struct:tc_ratespec
168 struct tc_ratespec rate; member in struct:tc_tbf_qopt
348 struct tc_ratespec rate; member in struct:tc_htb_opt
383 __u32 giants; /* too big packets (rate will not be accurate) */
573 __u32 rate; /* byte/s */ member in struct:tc_netem_rate
701 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
835 TCA_FQ_RATE_ENABLE, /* enable/disable rate limiting *
    [all...]
  /external/libbrillo/policy/
device_policy_impl.h 34 bool GetPolicyRefreshRate(int* rate) const override;
  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c 67 sf->partition_search_breakout_thr.rate = 80;
94 sf->partition_search_breakout_thr.rate = 120;
98 sf->partition_search_breakout_thr.rate = 100;
119 sf->partition_search_breakout_thr.rate = 200;
125 sf->partition_search_breakout_thr.rate = 120;
139 sf->partition_search_breakout_thr.rate = 300;
149 sf->partition_search_breakout_thr.rate = 500;
344 sf->partition_search_breakout_thr.rate = 200;
680 sf->partition_search_breakout_thr.rate = 80;
    [all...]
  /external/syslinux/memdisk/
mstructs.h 136 uint8_t rate; /* Data transfer rate */ member in struct:__anon38521::fd_dpt
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/
cholesky_outer_product_test.py 81 distribution=gamma_lib.Gamma(concentration=1., rate=2.),
invert_test.py 81 distribution=gamma_lib.Gamma(concentration=1., rate=2.),
  /external/tremolo/Tremolo/
codec_internal.h 97 long rate; member in struct:__anon40667
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/include/
isacfix.h 95 * - CodingMode : 0 - Bit rate and frame length are automatically
99 * rate which is taken as the maximum short-term
100 * average bit rate.
360 * This function sets the limit on the short-term average bit rate and the
365 * - rate : limit on the short-term average bit rate,
374 int16_t rate,
479 * This function sets the maximum rate which the codec may not exceed for a
480 * singel packet. The maximum rate is set in bits per second.
481 * The codec has an absolute maximum rate of 53400 bits per second (200 byte
    [all...]
  /external/webrtc/webrtc/modules/media_file/
media_file_utility.cc 263 codec_info_.rate = bitsPerSample * samplesPerSec;
942 codec_info_.rate = 13300;
966 codec_info_.rate = 13300;
    [all...]
  /external/webrtc/webrtc/tools/e2e_quality/audio/
audio_e2e_harness.cc 28 DEFINE_int32(rate, 16000, "codec sample rate in Hz");
  /frameworks/av/media/libaudiohal/include/media/audiohal/
StreamHalInterface.h 34 // Return the sampling rate in Hz - eg. 44100.
35 virtual status_t getSampleRate(uint32_t *rate) = 0;
  /hardware/google/av/media/codecs/vorbis/
C2SoftVorbisDec.cpp 263 int32_t samplingRate = mVi->rate;
286 if (mVi->rate != samplingRate ||
288 ALOGV("vorbis: rate/channels changed: %ld/%d", mVi->rate, mVi->channels);
289 samplingRate = mVi->rate;
  /libcore/libart/src/main/java/dalvik/system/
VMRuntime.java 281 * Sets the log sampling rate of hidden API accesses written to the event log.
283 * @param rate Proportion of hidden API accesses that will be logged; an integer between
286 public native void setHiddenApiAccessLogSamplingRate(int rate);
345 * unusually high rate and a GC is performed inside of the function to prevent memory usage
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
sample.h 66 * PulseAudio supports any sample rate between 1 Hz and 192000 Hz. There is no
67 * point trying to exceed the sample rate of the output device though as the
125 /** Maximum allowed sample rate */
247 uint32_t rate; member in struct:pa_sample_spec
248 /**< The sample rate. (e.g. 44100) */
  /prebuilts/go/darwin-x86/src/math/rand/
exp.go 24 // (0, +math.MaxFloat64] with an exponential distribution whose rate parameter
26 // To produce a distribution with a different rate parameter,
  /prebuilts/go/linux-x86/src/math/rand/
exp.go 24 // (0, +math.MaxFloat64] with an exponential distribution whose rate parameter
26 // To produce a distribution with a different rate parameter,
  /system/media/alsa_utils/
alsa_logging.c 106 ALOGV(" rate:%d", config->rate);
  /device/generic/car/emulator/audio/driver/
audio_hw.c 59 .rate = 0,
68 .rate = 0,
84 static int out_set_sample_rate(struct audio_stream *stream, uint32_t rate) {
115 "\t\tsample rate: %u\n"
191 return (out->pcm_config.period_size * 1000) / out->pcm_config.rate;
243 ALOGE("pcm_open(out) failed: %s: address %s channels %d format %d rate %d",
248 out->pcm_config.rate);
481 static int in_set_sample_rate(struct audio_stream *stream, uint32_t rate) {
514 // Cap it to the highest rate we support
555 // Cap it to the highest rate we suppor
    [all...]

Completed in 1852 milliseconds

<<11121314151617181920>>