HomeSort by relevance Sort by last modified time
    Searched full:bandwidth (Results 26 - 50 of 858) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/utillib/src/android/test/
BandwidthTestCase.java 28 * A bandwidth test case that collects bandwidth statistics for tests that are
43 //added logic to handle bandwidth measurements
92 * If bandwidth profiling fails for whatever reason the test
94 * Typically bandwidth profiling would fail when a lower level
101 Log.w(TAG, "Failed to start bandwidth profiling");
109 Log.w(TAG, "Failed to collect bandwidth stats");
  /external/chromium_org/net/quic/congestion_control/
inter_arrival_overuse_detector.cc 97 // these bursts on average at the available bandwidth rate, there should be
159 DVLOG(1) << "Bandwidth estimate drift: Draining buffer(s) "
170 DVLOG(1) << "Bandwidth estimate drift: Steady"
186 DVLOG(1) << "Bandwidth estimate drift: Over using"
197 DVLOG(1) << "Bandwidth estimate drift: Under using"
222 DVLOG(1) << "Bandwidth estimate slope: Draining buffer(s)";
229 DVLOG(1) << "Bandwidth estimate slope: Steady"
240 DVLOG(1) << "Bandwidth estimate slope: Over using"
248 DVLOG(1) << "Bandwidth estimate slope: Under using"
channel_estimator.cc 7 // To get information about bandwidth, our send rate for a pair of packets must
9 // scenario, the arriving packet pair will tend to arrive at the max bandwidth
12 // get an estimate of bandwidth from that interarrival time. The following
13 // constant is the threshold ratio for deriving bandwidth information.
available_channel_estimator.cc 53 QuicBandwidth* bandwidth) const {
62 *bandwidth = QuicBandwidth::FromBytesAndTimeDelta(received_bytes_,
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.h 83 WebRtc_Word16 bandwidth);
107 * - bandwidth : specifies if the codec is operating at 0-12 kHz
131 WebRtc_Word16 bandwidth,
140 * - bandwidth : spepecifies if the codec is in 0-12 kHz or
164 WebRtc_Word16 bandwidth);
261 * Encode if the bandwidth of encoded audio is 0-12 kHz or 0-16 kHz.
264 * - bandwidth : an enumerator specifying if the codec in is
275 WebRtc_Word16 WebRtcIsac_EncodeBandwidth(enum ISACBandwidth bandwidth,
281 * Decode the bandwidth of the encoded audio, i.e. if the bandwidth is 0-12 kH
    [all...]
bandwidth_estimator.h 14 * This header file contains the API for the Bandwidth Estimator
106 /* Returns the bandwidth/jitter estimation code (integer 0...23) to put in the sending iSAC payload */
113 /* Returns the bandwidth estimation (in bps) */
121 /* Returns the bandwidth that iSAC should send with in bps */
141 enum ISACBandwidth bandwidth
arith_routines.h 29 const WebRtc_Word16 isSWB12kHz); /* if the codec is working in 12kHz bandwidth */
41 const WebRtc_Word16 isSWB12kHz); /* if the codec is working in 12kHz bandwidth */
isac.c 46 * when bandwidth is changing. The latter might be the result of bandwidth
54 * of limit is required every time that the bandwidth is changing.
104 * result in an update of bandwidth, therefore, the bottlenech should be
109 /* Read the bottleneck from bandwidth estimator for the
111 * in bandwidth, upper and lower-band will be in sync. */
119 /* Adding hysteresis when increasing signal bandwidth. */
141 /* Do the rate-allocation and get the new bandwidth. */
142 enum ISACBandwidth bandwidth; local
146 &bandwidth);
1555 enum ISACBandwidth bandwidth; local
    [all...]
  /external/chromium_org/remoting/client/
chromoting_stats.cc 9 // The default window of bandwidth and frame rate in seconds.
  /external/tcpdump/
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...]
  /external/chromium/third_party/libjingle/source/
CHANGELOG 16 - Added support for bandwidth control.
18 - bandwidth control on initiate or accept
  /external/iproute2/man/man8/
tc-choke.8 16 .B [ ecn ] [ bandwidth
51 Active Queue Management Scheme for Approximating Fair Bandwidth Allocation",
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 ] [ harddrop] [ bandwidth
106 bandwidth
108 idle time. Should be set to the bandwidth of your interface. Does not mean
114 amount of bandwidth available. Non-ECN capable hosts can only be notified by
138 burst 55 ecn adaptive bandwidth 10Mbit
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
psy_configuration.h 96 Word16 bandwidth,
101 Word16 bandwidth,
  /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).
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/chromium_org/media/tools/constrained_network_server/
cn.py 11 The configuration includes bandwidth, latency, and packet loss.
68 parser.add_option('--bandwidth', type='int',
69 help='Bandwidth of the network in kbit/s.')
99 'bandwidth': options.bandwidth,
traffic_control_test.py 76 'bandwidth': 2000
79 (config['port'], config['bandwidth'], config['bandwidth']))
111 'bandwidth': 2000,
143 'bandwidth': 2000
  /external/chromium_org/net/tools/quic/test_tools/
packet_dropping_test_writer.h 83 // The maximum bandwidth and buffer size of the connection. When these are
84 // set, packets will be delayed until a connection with that bandwidth would
127 // Stored packets delayed by fake packet delay or bandwidth restrictions.
  /external/chromium_org/third_party/opus/src/
README.draft 43 -bandwidth <NB|MB|WB|SWB|FB> : audio bandwidth (from narrowband to fullband);
  /external/iproute2/testsuite/tests/
cls-testbed.t 17 cbq bandwidth 100Mbit avpkt 1400 mpu 64
20 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 \
  /cts/suite/cts/deviceTests/dram/
AndroidManifest.xml 28 android:label="DRAM bandwidth measurement" />

Completed in 736 milliseconds

12 3 4 5 6 7 8 91011>>