HomeSort by relevance Sort by last modified time
    Searched refs:bandwidth (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/iproute2/tc/
tc_red.h 6 extern int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth, __u8 *sbuf);
  /external/iproute2/testsuite/tests/
cbq.t 3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
8 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
9 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
policer 3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
10 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
11 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
cls-testbed.t 17 cbq bandwidth 100Mbit avpkt 1400 mpu 64
20 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 \
  /external/chromium/net/base/
bandwidth_metrics.h 17 // Tracks statistics about the bandwidth metrics over time. In order to
21 // bandwidth, but not both.
25 // progress concurrently, you have to look at the aggregate bandwidth at any
30 // We can't measure bandwidth by looking at any individual stream.
31 // We can only measure actual bandwidth by looking at the bandwidth
64 // Get the bandwidth. Returns Kbps (kilo-bits-per-second).
65 double bandwidth() const { function in class:net::BandwidthMetrics
82 // We don't use small streams when tracking bandwidth because they are not
96 LOG(INFO) << "Bandwidth: " << kbp
    [all...]
  /external/tcpdump/
print-igrp.c 47 register u_int delay, bandwidth; local
61 bandwidth = EXTRACT_24BITS(igr->igr_bw);
62 metric = bandwidth + delay;
68 10 * delay, bandwidth == 0 ? 0 : 10000000 / bandwidth,
print-eigrp.c 130 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_ip_int_t
150 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_ip_ext_t
169 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_at_int_t
188 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_at_ext_t
344 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
346 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->bandwidth),
381 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
383 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->bandwidth),
413 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
415 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->bandwidth),
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
psy_configuration.h 96 Word16 bandwidth,
101 Word16 bandwidth,
psy_main.h 54 Word16 bandwidth);
  /external/aac/libAACenc/src/
bandwidth.cpp 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
87 contents/description: bandwidth expert
92 #include "bandwidth.h"
202 INT bandwidth = -1; local
258 bandwidth = (entryNo==0)
272 bandwidth = (INT)scaleValue(fMult(bwFac_fix, (FIXP_DBL)(endBw-startBw)),q_res) + startBw;
276 bandwidth = -1;
283 return bandwidth;
287 AAC_ENCODER_ERROR FDKaacEnc_DetermineBandWidth(INT* bandWidth,
308 *bandWidth = proposedBandWidth
    [all...]
psy_configuration.h 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
155 INT bandwidth,
psy_main.h 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
155 INT bandwidth,
psy_configuration.cpp 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
570 INT bandwidth,
587 psyConf->allowIS = (useIS) && ( (bitrate/bandwidth) < 5 );
623 psyConf->lowpassLine = (INT)((2*bandwidth*frameLengthLong)/samplerate);
627 psyConf->lowpassLine = (INT)((2*bandwidth*frameLengthShort)/samplerate);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketImplTest.java 134 int bandwidth) {
135 super.setPerformancePreferences(connectionTime, latency, bandwidth);
  /system/extras/tests/bionic/libc/common/
bench_stdio.c 74 double bandwidth = sizeof(buffer)*1000./1024./time_ms; \
75 printf("bench %-30s %8.2f ms (%.1f KB/s) \n", #op, time_ms, bandwidth ); \
  /external/libppp/src/
tun.c 111 info.baudrate = bundle->bandwidth;
mp.h 101 int min; /* Lowest percent of bundle->bandwidth */
102 int max; /* Highest percent of bundle->bandwidth out */
114 unsigned bandwidth; /* Our link bandwidth (or zero) */ member in struct:mp_link
bundle.h 85 u_long bandwidth; /* struct tuninfo speed */ member in struct:bundle
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.h 31 // filters have an additional bandwidth control.
40 // Bandwidth in cents (ignored on shelving filters).
41 uint32_t bandwidth; member in struct:android::AudioEqualizer::BandConfig
94 // bandwidth: 1200 cents.
130 // Sets bandwidth value. Actual change will only take place upon commit().
134 // cents Bandwidth value in cents (1/1200 octave).
137 // Gets bandwidth of a certain band. This is always the last value set (or
140 // band The band to get the bandwidth for.
141 // returns Bandwidth value in cents (1/1200 octave).
  /libcore/luni/src/main/java/java/net/
SocketImpl.java 285 * Sets performance preference for connection time, latency and bandwidth.
292 * @param bandwidth
293 * the importance of bandwidth.
295 protected void setPerformancePreferences(int connectionTime, int latency, int bandwidth) {
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c 347 Word16 bandwidth,
400 psyConf->lowpassLine = extract_l((bandwidth<<1) * FRAME_LEN_LONG / samplerate);
431 Word16 bandwidth,
483 psyConf->lowpassLine = extract_l(((bandwidth << 1) * FRAME_LEN_SHORT) / samplerate);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.h 209 int bandwidth() const { return bandwidth_; } function in class:cricket::MediaContentDescription
210 void set_bandwidth(int bandwidth) { bandwidth_ = bandwidth; }
  /hardware/invensense/libsensors_iio/software/core/mllite/
data_builder.c 216 if (sensors.gyro.bandwidth == 0) {
217 sensors.gyro.bandwidth = (int)(1000000L / sample_rate_us);
235 if (sensors.accel.bandwidth == 0) {
236 sensors.accel.bandwidth = (int)(1000000L / sample_rate_us);
254 if (sensors.compass.bandwidth == 0) {
255 sensors.compass.bandwidth = (int)(1000000L / sample_rate_us);
290 /** Set Gyro Bandwidth in Hz
291 * @param[in] bandwidth_hz Gyro bandwidth in Hz
295 sensors.gyro.bandwidth = bandwidth_hz;
298 /** Set Accel Bandwidth in H
    [all...]
data_builder.h 90 /** Bandwidth in Hz */
91 int bandwidth; member in struct:inv_single_sensor_t
  /external/aac/libSBRenc/include/
sbr_encoder.h 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
159 INT dynBwSupported; /*!< Flag: support for dynamic bandwidth in this combination. */
195 INT dynBwEnabled; /*!< Flag: usage of dynamic bandwidth. */
227 INT dynXOverFreq; /**< Used crossover frequency when dynamic bandwidth is enabled. */
293 * \param bandwidth Returns the core audio encoder bandwidth (output)
307 INT *bandwidth,

Completed in 574 milliseconds

1 2 3