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

1 2 3 4 5

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
encode_lpc_swb.h 35 * -bandwidth : indicates if the given LAR vectors belong
45 WebRtc_Word16 bandwidth);
57 * -bandwidth : indicates if the given LAR vectors belong
66 WebRtc_Word16 bandwidth);
80 * -bandwidth : indicates if the given LAR vectors belong
89 WebRtc_Word16 bandwidth);
99 * -bandwidth : indicates if the given LAR vectors belong
109 WebRtc_Word16 bandwidth);
119 * -bandwidth : indicates if the given LAR vectors belong
128 WebRtc_Word16 bandwidth);
    [all...]
encode_lpc_swb.c 39 * -bandwidth : indicates if the given LAR vectors belong
50 WebRtc_Word16 bandwidth)
56 switch(bandwidth)
95 * -bandwidth : indicates if the given LAR vectors belong
105 WebRtc_Word16 bandwidth)
114 switch(bandwidth)
169 * -bandwidth : indicates if the given LAR vectors belong
179 WebRtc_Word16 bandwidth)
187 switch(bandwidth)
237 * -bandwidth : indicates if the given LAR vectors belon
    [all...]
lpc_analysis.h 48 WebRtc_Word16 bandwidth);
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...]
  /external/iproute2/tc/
tc_red.h 6 extern int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth, __u8 *sbuf);
  /external/chromium_org/net/quic/congestion_control/
available_channel_estimator_test.cc 35 QuicBandwidth bandwidth = QuicBandwidth::Zero(); local
47 estimator_->GetAvailableChannelEstimate(&bandwidth));
59 estimator_->GetAvailableChannelEstimate(&bandwidth));
62 bandwidth); local
80 QuicBandwidth bandwidth = QuicBandwidth::Zero(); local
82 estimator_->GetAvailableChannelEstimate(&bandwidth));
84 bandwidth); local
101 QuicBandwidth bandwidth = QuicBandwidth::Zero(); local
103 estimator_->GetAvailableChannelEstimate(&bandwidth));
105 bandwidth); local
    [all...]
available_channel_estimator.cc 53 QuicBandwidth* bandwidth) const {
62 *bandwidth = QuicBandwidth::FromBytesAndTimeDelta(received_bytes_,
  /external/chromium_org/third_party/libjingle/source/talk/base/
bandwidthsmoother.cc 49 // Samples a new bandwidth measurement
50 // returns true if the bandwidth estimation changed
51 bool BandwidthSmoother::Sample(uint32 sample_time, int bandwidth) {
52 if (bandwidth < 0) {
56 accumulator_.AddSample(bandwidth);
64 // Replace bandwidth with the mean of sampled bandwidths.
76 // If bandwidth goes any higher we would overflow.
90 // positive bandwidth means we have regained connectivity.
bandwidthsmoother.h 36 // The purpose of BandwidthSmoother is to smooth out bandwidth
38 // are "sure" there is sufficient bandwidth. To avoid frequent fluctuations,
39 // we take a slightly pessimistic view of our bandwidth. We only increase
40 // our estimation when we have sampled bandwidth measurements of values
42 // for at least time_between_increase time. If a sampled bandwidth
45 // We retain the initial bandwidth guess as our current bandwidth estimation
56 // Samples a new bandwidth measurement.
57 // bandwidth is expected to be non-negative.
58 // returns true if the bandwidth estimation change
    [all...]
virtualsocketserver.h 56 // Limits the network bandwidth (maximum bytes per second). Zero means that
58 uint32 bandwidth() const { return bandwidth_; } function in class:talk_base::VirtualSocketServer
59 void set_bandwidth(uint32 bandwidth) { bandwidth_ = bandwidth; }
  /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/chromium_org/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 VLOG(1) << "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,
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
psy_configuration.h 96 Word16 bandwidth,
101 Word16 bandwidth,
  /system/extras/tests/memtest/
Android.mk 10 bandwidth.cpp \
  /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
256 bandwidth = (entryNo==0)
270 bandwidth = (INT)scaleValue(fMult(bwFac_fix, (FIXP_DBL)(endBw-startBw)),q_res) + startBw;
274 bandwidth = -1;
281 return bandwidth;
285 AAC_ENCODER_ERROR FDKaacEnc_DetermineBandWidth(INT* bandWidth,
306 *bandWidth = proposedBandWidth
    [all...]
  /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/chromium_org/media/tools/constrained_network_server/
traffic_control.py 16 # The maximum bandwidth limit.
60 Imposes packet level constraints such as bandwidth, latency, and packet loss
70 bandwidth: Maximum allowed upload bandwidth (integer in kbit/s).
106 bandwidth: Maximum allowed upload bandwidth (integer in kbit/s).
184 The class specifies bandwidth, and qdisc specifies delay and packet loss. The
192 bandwidth: Maximum allowed upload bandwidth (integer in kbit/s).
197 if 'bandwidth' not in config.keys() or not config['bandwidth']
    [all...]
cns.py 195 def ServeConstrained(self, f=None, bandwidth=None, latency=None, loss=None,
205 bandwidth: maximum allowed bandwidth for the provided port (integer
226 if bandwidth is None and latency is None and loss is None:
230 f, bandwidth=bandwidth, latency=latency, loss=loss, new_port=new_port,
234 # parameters except the network constraints (bandwidth, latency, and loss).
296 def _GetConstrainedPort(self, f=None, bandwidth=None, latency=None, loss=None,
303 bandwidth = self._ParseIntParameter(
304 bandwidth, 'Invalid bandwidth constraint.', lambda x: x > 0
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 82 int bandwidth; member in struct:OpusEncoder
218 st->bandwidth = OPUS_BANDWIDTH_FULLBAND;
261 static unsigned char gen_toc(int mode, int framerate, int bandwidth, int channels)
273 toc = (bandwidth-OPUS_BANDWIDTH_NARROWBAND)<<5;
277 int tmp = bandwidth-OPUS_BANDWIDTH_MEDIUMBAND;
286 toc |= (bandwidth-OPUS_BANDWIDTH_SUPERWIDEBAND)<<4;
509 int bw = st->bandwidth == 0 ? OPUS_BANDWIDTH_NARROWBAND : st->bandwidth;
535 /* Equivalent 20-ms rate for mode/channel/bandwidth decisions */
655 /* For the first frame at a new SILK bandwidth */
684 int bandwidth = OPUS_BANDWIDTH_FULLBAND; local
    [all...]
  /external/chromium_org/chrome/test/functional/media/
cns_test_base.py 167 def GetFileURL(file_name, bandwidth=0, latency=0, loss=0, new_port=False):
174 if bandwidth > 0:
175 video_url.append('bandwidth=%d' % bandwidth)

Completed in 2281 milliseconds

1 2 3 4 5