/external/chromium_org/content/browser/download/ |
rate_estimator.h | 17 // RateEstimator generates rate estimates based on recent activity. 34 // Get a rate estimate, in terms of counts/second. The first variant uses the
|
/external/chromium_org/native_client_sdk/src/examples/demo/flock/ |
frame_counter.h | 21 // frame count. Update the frame rate whenever the prescribed number of 29 // The current frame rate. Note that this is 0 for the first second in
|
/external/iptables/extensions/ |
libxt_limit.c | 25 "--limit avg max average match rate: default "XT_LIMIT_AVG"\n" 41 int parse_rate(const char *rate, uint32_t *val) 47 delim = strchr(rate, '/'); 63 r = atoi(rate); 70 xtables_error(PARAMETER_PROBLEM, "Rate too fast \"%s\"\n", rate); 88 "Sorry: burst too large for that avg rate.\n"); 100 "bad rate \"%s\"'", cb->arg);
|
libxt_limit.man | 1 This module matches at a limited rate using a token bucket filter. 11 Maximum average matching rate: specified as a number, with an optional
|
/external/libnl-headers/netlink/route/ |
tc.h | 30 RTNL_TC_RATE_BPS, /**< Current bits/s (rate estimator) */ 31 RTNL_TC_RATE_PPS, /**< Current packet/s (rate estimator) */
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
MovieHeaderBox.java | 40 private double rate = 1.0; field in class:MovieHeaderBox 76 return rate; 116 rate = IsoTypeReader.readFixedPoint1616(content); 148 result.append("rate=").append(getRate()); 176 IsoTypeWriter.writeFixedPont1616(byteBuffer, rate); 215 public void setRate(double rate) { 216 this.rate = rate;
|
EditListBox.java | 51 * <li>Media-Rate = 1</li> 54 * <li>Media-Rate = 1</li> 122 * @param mediaRate relative play rate 189 * The media rate specifies the relative rate at which to play the 192 * @return relative play rate 199 * The media rate specifies the relative rate at which to play the 202 * @param mediaRate new relative play rate
|
/external/qemu/ |
shaper.h | 18 * at a fixed rate expressed in bits/seconds 26 void netshaper_set_rate(NetShaper shaper, double rate );
|
/frameworks/ex/variablespeed/jni/ |
sola_time_scaler.h | 29 // Time-domain audio playback rate scaler using phase-aligned Synchronized 44 // @param sample_rate sample rate of the audio signal. 84 // @param sample_rate sample rate of the signal to process 86 // @param initial_speed starting rate scaling factor 92 // Adjusts the rate scaling factor. 95 // @param speed rate scaling factor 134 double sample_rate_; // sample rate of audio stream 137 double speed_; // varispeed rate
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
video_decoder.h | 12 #define VIDEO_DECODER_CCIR 16 /* CCIR-601 pixel rate (720 pixels per line) instead of square pixel rate */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
video_decoder.h | 12 #define VIDEO_DECODER_CCIR 16 /* CCIR-601 pixel rate (720 pixels per line) instead of square pixel rate */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
video_decoder.h | 12 #define VIDEO_DECODER_CCIR 16 /* CCIR-601 pixel rate (720 pixels per line) instead of square pixel rate */
|
/external/chromium/chrome/browser/extensions/ |
extension_tts_api_win.cc | 25 double rate, 57 double rate, 68 if (rate >= 0.0) { 69 // The TTS api allows a range of -10 to 10 for speech rate. 70 speech_synthesizer_->SetRate(static_cast<int32>(rate * 20 - 10));
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
AudioResampler.cpp | 110 void AudioResampler::setRate(double rate) 112 if (std::isnan(rate) || std::isinf(rate) || rate <= 0.0) 115 m_rate = min(AudioResampler::MaxRate, rate);
|
/external/chromium_org/ppapi/api/ |
ppb_audio_config.idl | 30 * <code>PP_AUDIOSAMPLERATE_44100</code> is the sample rate used on CDs and 31 * <code>PP_AUDIOSAMPLERATE_48000</code> is the sample rate used on DVDs and 59 * sample frame count or bit rate isn't supported, this function will fail and 88 * sample frame count or bit rate are not supported. 104 * as the input sample rate, then use the RecommendSampleFrameCount return 173 * GetSampleRate() returns the sample rate for the given 179 * @return A <code>PP_AudioSampleRate</code> containing sample rate or 200 * RecommendSampleRate() returns the native sample rate that the browser 202 * rate will have potentially better latency and fidelity. The return value 203 * is intended for audio output devices. If the output sample rate cannot b [all...] |
/frameworks/av/services/audioflinger/ |
AudioMixer.h | 81 SAMPLE_RATE = 0x4100, // Configure sample rate conversion on this track name; 82 // parameter 'value' is the new sample rate in Hz. 83 // Only creates a sample rate converter the first time that 84 // the track sample rate is different from the mix sample rate. 85 // If the new sample rate is the same as the mix sample rate, 86 // and a sample rate converter already exists, 87 // then the sample rate converter remains present but is a no-op. 88 RESET = 0x4101, // Reset sample rate converter without changing sample rate [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
bandwidth_estimator.c | 158 // We have to adjust the header-rate if the first packet has a 167 /* compute far-side transmission rate */ 183 /* store far-side transmission rate */ 368 /* don't allow it to be less than frame rate - 10 ms */ 372 /* compute inverse receiving rate for last packet */ 380 // don't allow inv rate to be larger than MAX 385 /* update bottle neck rate estimate */ 435 /* limit minimum bottle neck rate */ 454 /* store far-side transmission rate */ 503 /* This function updates the send bottle neck rate */ 602 float rate; local [all...] |
bandwidth_estimator.h | 50 // Initial Header rate (header rate depends on frame-size), 57 // number of packets in a row for a high rate burst 63 // number of packets in a row for initial high rate burst 66 // bits/s, rate for the first BURST_LEN packets 139 const double BottleNeck, /* bottle neck rate; excl headers (bps) */ 151 const double BottleNeck); /* bottle neck rate; excl headers (bps) */
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioParam.cpp | 121 // The calculated result will be the "intrinsic" value summed with all audio-rate connections. 124 // Calculate sample-accurate (a-rate) intrinsic values. 127 // Calculate control-rate (k-rate) intrinsic value. 137 // Now sum all of the audio-rate connections together (unity-gain summing junction). 162 // Note we're running control rate at the sample-rate.
|
/external/iproute2/ |
README.iproute2+tc | 24 tc class add dev eth1 parent 1:0 classid 1:1 cbq bandwidth 10Mbit rate 10Mbit \ 29 tc class add dev eth1 parent 1:1 classid 1:2 cbq bandwidth 10Mbit rate 1Mbit \ 35 tc class add dev eth1 parent 1:1 classid 1:3 cbq bandwidth 10Mbit rate 8Mbit \ 49 weight should be proportional to rate for leaf classes 56 tc qdisc add dev eth1 parent 1:2 tbf rate 64Kbit buffer 5Kb/8 limit 10Kb 98 police rate 32kbit buffer 5kb/8 mpu 64 mtu 1514 index 1 107 police rate 10kbit buffer 5kb/8 mpu 64 mtu 1514 index 2
|
/external/iproute2/examples/diffserv/ |
Edge31-cb-chains | 26 meter1="police rate $CIR1 burst $CBS1 " 27 meter2="police rate $CIR1 burst $CBS2 " 28 meter3="police rate $CIR2 burst $CBS1 " 29 meter4="police rate $CIR2 burst $CBS2 " 30 meter5="police rate $CIR2 burst $CBS2 " 50 #if it doesnt exceed its allocated rate (CIR/CBS) 56 # if it exceeds the above but not the extra rate/burst below, it gets a
|
/external/chromium/chrome/browser/net/ |
referrer.cc | 91 double rate = it->second.subresource_use_rate(); local 93 if (rate > lowest_rate_seen) 99 lowest_rate_seen = rate; 132 double rate; local 133 if (!subresource_list->GetDouble(index++, &rate)) 143 (*this)[url].SetSubresourceUseRate(rate); 151 FundamentalValue* rate(new FundamentalValue( 155 subresource_list->Append(rate); 179 // Note: the use rate is temporarilly possibly incorect, as we need to find
|
/external/chromium_org/chrome/browser/net/ |
referrer.cc | 91 double rate = it->second.subresource_use_rate(); local 93 if (rate > lowest_rate_seen) 99 lowest_rate_seen = rate; 132 double rate; local 133 if (!subresource_list->GetDouble(index++, &rate)) 143 (*this)[url].SetSubresourceUseRate(rate); 151 base::FundamentalValue* rate(new base::FundamentalValue( 155 subresource_list->Append(rate); 179 // Note: the use rate is temporarilly possibly incorect, as we need to find
|
/external/iproute2/man/man8/ |
tc-netem.8 | 11 " ] [ " CORRUPT " ] [ " DUPLICATION " ] [ " REORDERING " ][ " RATE " ]" 50 .IR RATE " := " 51 .B rate 52 .IR RATE " [ " PACKETOVERHEAD " [ " CELLSIZE " [ " CELLOVERHEAD " ]]]]" 137 .SS rate 140 Rate can be 156 Note that rate throttling is limited by several factors: the kernel clock 167 tc qdisc add dev eth0 root netem rate 5kbit 20 100 5 169 delay all outgoing packets on device eth0 with a rate of 5kbit, a per packet
|
/external/netperf/ |
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];
|