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

1 2 3 4 5 6 7 8

  /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/iproute2/examples/
cbqinit.eth1 6 BANDWIDTH="bandwidth 10Mbit"
9 # $BANDWIDTH is real $DEVICE bandwidth (10Mbit).
14 $BANDWIDTH avpkt 1000 mpu 64
17 # bandwidth is the same as on CBQ itself.
18 # rate == all the bandwidth
26 $BANDWIDTH rate 10Mbit allot 1514 maxburst 50 avpkt 1000
36 $BANDWIDTH rate 4Mbit allot 1514 weight 500Kbit \
48 $BANDWIDTH rate 1Mbit allot 1514 weight 100Kbit
    [all...]
  /external/iproute2/examples/diffserv/
efcbq 8 print "$TC qdisc add $DEV parent 1:0 handle 2:0 cbq bandwidth ".
13 print "$TC class add $DEV parent 2:0 classid 2:1 cbq bandwidth ".
24 print "$TC class add $DEV parent 2:0 classid 2:2 cbq bandwidth ".
28 "min 15KB max 45KB burst 20 avpkt 1000 bandwidth 10Mbit ".
afcbq 7 # - the device bandwidth (set at 10Mbits)
8 # - the bandwidth allocated for each AF class and the BE class
40 # The bandwidth of your device
57 print "$TC qdisc add $DEV parent 1:0 handle 2:0 cbq bandwidth $linerate ".
65 "bandwidth $linerate rate $rate_table{$AFrate} avpkt 1000 prio ".
84 "max 45KB burst 20 avpkt 1000 bandwidth $linerate DP $drop ".
89 "max 45KB burst 20 avpkt 1000 bandwidth $linerate DP $drop ".
100 "bandwidth $linerate rate $berate avpkt 1000 prio 6 " .
105 "burst 20 avpkt 1000 bandwidth $linerate probability 0.4\n";
ef-prio 21 "min 15KB max 45KB burst 20 avpkt 1000 bandwidth 10Mbit ".
  /external/chromium/net/base/
bandwidth_metrics.h 16 // Tracks statistics about the bandwidth metrics over time. In order to
20 // bandwidth, but not both.
24 // progress concurrently, you have to look at the aggregate bandwidth at any
29 // We can't measure bandwidth by looking at any individual stream.
30 // We can only measure actual bandwidth by looking at the bandwidth
63 // Get the bandwidth. Returns Kbps (kilo-bits-per-second).
64 double bandwidth() const { function in class:net::BandwidthMetrics
81 // We don't use small streams when tracking bandwidth because they are not
95 LOG(INFO) << "Bandwidth: " << kbp
    [all...]
  /external/tcpdump/tests/
ospf-gmpls.new 13 Maximum Bandwidth subTLV (6), length: 4, 622.080 Mbps
14 Maximum Reservable Bandwidth subTLV (7), length: 4, 622.080 Mbps
15 Unreserved Bandwidth subTLV (8), length: 32
37 Maximum Bandwidth subTLV (6), length: 4, 622.080 Mbps
38 Maximum Reservable Bandwidth subTLV (7), length: 4, 622.080 Mbps
39 Unreserved Bandwidth subTLV (8), length: 32
61 Maximum Bandwidth subTLV (6), length: 4, 100.000 Mbps
62 Maximum Reservable Bandwidth subTLV (7), length: 4, 100.000 Mbps
63 Unreserved Bandwidth subTLV (8), length: 32
75 Max LSP Bandwidth
    [all...]
ospf-gmpls.out 13 Maximum Bandwidth subTLV (6), length: 4, 622.080 Mbps
14 Maximum Reservable Bandwidth subTLV (7), length: 4, 622.080 Mbps
15 Unreserved Bandwidth subTLV (8), length: 32
37 Maximum Bandwidth subTLV (6), length: 4, 622.080 Mbps
38 Maximum Reservable Bandwidth subTLV (7), length: 4, 622.080 Mbps
39 Unreserved Bandwidth subTLV (8), length: 32
61 Maximum Bandwidth subTLV (6), length: 4, 100.000 Mbps
62 Maximum Reservable Bandwidth subTLV (7), length: 4, 100.000 Mbps
63 Unreserved Bandwidth subTLV (8), length: 32
75 Max LSP Bandwidth
    [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,
igrp.h 26 u_int8_t igr_bw[3]; /* bandwidth in units of 1 kb/s */
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/base/media/libstagefright/codecs/aacenc/inc/
psy_configuration.h 96 Word16 bandwidth,
101 Word16 bandwidth,
psy_main.h 54 Word16 bandwidth);
  /frameworks/base/media/libstagefright/httplive/
LiveSource.cpp 101 unsigned long bandwidth; local
102 CHECK(meta->findInt32("bandwidth", (int32_t *)&item.mBandwidth));
124 // Change bandwidth at random()
127 // There's a 50% chance to stay on the current bandwidth and
128 // a 50% chance to switch to the next higher bandwidth (wrapping around
144 // Stay on the lowest bandwidth available.
145 size_t index = mBandwidthItems.size() - 1; // Highest bandwidth stream
151 // If we switched streams because of bandwidth changes,
  /external/iproute2/man/man8/
tc-cbq.8 15 .B bandwidth
33 .B [ bandwidth
66 underlying link bandwidth.
145 Classes by default borrow bandwidth from their siblings. A class can be
147 its unwillingness to lend out bandwidth by being 'isolated'.
172 bandwidth rate
173 To determine the idle time, CBQ must know the bandwidth of your underlying
236 bandwidth rate
237 This is different from the bandwidth specified when creating a CBQ disc! Only
273 Signifies that this class will not borrow bandwidth from its siblings
    [all...]
tc-cbq-details.8 13 .B bandwidth
31 .B [ bandwidth
64 underlying link bandwidth.
87 The physical link bandwidth may be ill defined in case of not-quite-real
89 bandwidth in that case is probably determined by the efficiency of pipes
261 bandwidth rate
262 To determine the idle time, CBQ must know the bandwidth of your underlying
319 bandwidth rate
320 This is different from the bandwidth specified when creating a CBQ disc. Only
356 Signifies that this class will not borrow bandwidth from its siblings
    [all...]
tc-red.8 16 .B [ ecn ] [ bandwidth
99 bandwidth
101 idle time. Should be set to the bandwidth of your interface. Does not mean
107 amount of bandwidth available. Non-ECN capable hosts can only be notified by
tc.8 67 be more than lowering the available bandwidth - it is also used to smooth out
73 for traffic that needs it while still guaranteeing bandwidth to bulk transfers. Reordering
83 Traffic exceeding a set bandwidth may also be dropped forthwith, both on
142 packets when nearing configured bandwidth allocation. Well suited to very
143 large bandwidth applications.
178 underlying link bandwidth. The latter may be ill-defined for some interfaces.
183 guaranteeing bandwidth to classes, while also allowing specification of upper
  /frameworks/base/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).
AudioPeakingFilter.h 27 // frequency, gain and bandwidth.
55 // bandwidth: 1200 cents.
70 // Sets bandwidth value. Actual change will only take place upon commit().
72 // cents Bandwidth value in cents (1/1200 octave).
130 // Fractional index into the bandwidth dimension of the coef table in
  /external/iproute2/
README.iproute2+tc 19 tc qdisc add dev eth1 root handle 1: cbq bandwidth 10Mbit allot 1514 cell 8 \
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 \
  /external/qemu/hw/
hw.h 28 /* Called to determine if the file has exceeded it's bandwidth allocation. The
29 * bandwidth capping is a soft limit, not a hard limit.
33 /* Called to change the current bandwidth allocation. This function must return
34 * the new actual bandwidth. It should be new_rate if everything goes ok, and

Completed in 386 milliseconds

1 2 3 4 5 6 7 8