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

1 2 3 4

  /external/chromium_org/net/quic/
quic_sustained_bandwidth_recorder_test.cc 23 QuicBandwidth bandwidth = local
30 recorder.RecordEstimate(in_recovery, in_slow_start, bandwidth, estimate_time,
37 recorder.RecordEstimate(in_recovery, in_slow_start, bandwidth, estimate_time,
44 recorder.RecordEstimate(in_recovery, in_slow_start, bandwidth, estimate_time,
47 EXPECT_EQ(recorder.BandwidthEstimate(), bandwidth);
56 recorder.RecordEstimate(in_recovery, in_slow_start, bandwidth, estimate_time,
59 recorder.RecordEstimate(in_recovery, in_slow_start, bandwidth, estimate_time,
61 EXPECT_EQ(recorder.BandwidthEstimate(), bandwidth);
73 // Reset again, this time recording a lower bandwidth than before.
88 // Max bandwidth should not have changed
103 QuicBandwidth bandwidth = local
    [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...]
  /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/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...]
  /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).
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
opus_unittest.cc 70 opus_int32 bandwidth; local
74 OPUS_GET_MAX_BANDWIDTH(&bandwidth));
75 EXPECT_EQ(expect, bandwidth);
79 OPUS_GET_MAX_BANDWIDTH(&bandwidth));
80 EXPECT_EQ(expect, bandwidth);
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
vie_network_test.cc 155 unsigned int bandwidth = 0; local
157 &bandwidth));
175 unsigned int bandwidth = 0; local
177 &bandwidth));
185 unsigned int bandwidth = 0; local
187 &bandwidth));
188 EXPECT_GT(bandwidth, 0u);
211 unsigned int bandwidth = 0; local
213 &bandwidth));
214 EXPECT_GT(bandwidth, 0u)
222 unsigned int bandwidth = 0; local
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt.h 60 int bandwidth; member in struct:__anon19318
  /external/chromium_org/third_party/webrtc/base/
virtualsocketserver.h 40 // Limits the network bandwidth (maximum bytes per second). Zero means that
42 uint32 bandwidth() const { return bandwidth_; } function in class:rtc::VirtualSocketServer
43 void set_bandwidth(uint32 bandwidth) { bandwidth_ = bandwidth; }
virtualsocket_unittest.cc 74 : thread(th), socket(new AsyncUDPSocket(s)), bandwidth(bw), done(false),
109 if (bandwidth > 0)
110 ASSERT_TRUE(sec_count <= 5 * bandwidth / 4);
117 uint32 bandwidth; member in struct:Receiver
620 uint32 bandwidth = 64 * 1024; local
621 ss_->set_bandwidth(bandwidth);
625 Receiver receiver(pthMain, recv_socket, bandwidth);
631 ASSERT_TRUE(receiver.count >= 5 * 3 * bandwidth / 4);
632 ASSERT_TRUE(receiver.count <= 6 * bandwidth); // queue could drain for 1s
    [all...]
  /external/libopus/celt/
celt.h 60 int bandwidth; member in struct:__anon8229
  /external/srec/srec/cfront/
frontobj.c 352 int fmax, i, j, high_cut, bandwidth; local
380 bandwidth = parameters->samplerate / 2;
381 ASSERT(bandwidth != 0);
407 fmax = bandwidth;
410 freqobj->cut_off_below = (int)(((long)freqobj->low_cut * freqobj->np) / (2.0 * bandwidth));
411 freqobj->cut_off_above = (int)(((long)high_cut * freqobj->np) / (2.0 * bandwidth));
  /external/chromium_org/remoting/test/
protocol_perftest.cc 46 NetworkPerformanceParams(int bandwidth,
51 : bandwidth(bandwidth),
57 int bandwidth; member in struct:remoting::NetworkPerformanceParams
231 port_allocator->socket_factory()->SetBandwidth(GetParam().bandwidth,
302 port_allocator->socket_factory()->SetBandwidth(GetParam().bandwidth,
476 if (GetParam().bandwidth > 0) {
478 GetParam().bandwidth);
  /external/pixman/test/
lowlevel-blt-bench.c 58 double bandwidth = 0; variable
520 ((double)n * (WIDTH - 64) * HEIGHT / ((t3 - t2) - (t2 - t1)) * bytes_per_pix) * (100.0 / bandwidth) );
    [all...]
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
data_builder.h 94 /** Bandwidth in Hz */
95 int bandwidth; member in struct:inv_single_sensor_t
  /external/chromium_org/third_party/opus/src/src/
analysis.c 220 int bandwidth=0; local
382 bandwidth = 0;
414 bandwidth = b;
417 bandwidth = 20;
610 info->bandwidth = bandwidth;
611 /*printf("%d %d\n", info->bandwidth, info->opus_bandwidth);*/
opus_decoder.c 67 int bandwidth; member in struct:OpusDecoder
347 if( st->bandwidth == OPUS_BANDWIDTH_NARROWBAND ) {
349 } else if( st->bandwidth == OPUS_BANDWIDTH_MEDIUMBAND ) {
351 } else if( st->bandwidth == OPUS_BANDWIDTH_WIDEBAND ) {
422 switch(st->bandwidth)
650 st->bandwidth = packet_bandwidth;
670 st->bandwidth = packet_bandwidth;
792 *value = st->bandwidth;
891 int bandwidth; local
894 bandwidth = OPUS_BANDWIDTH_MEDIUMBAND + ((data[0]>>5)&0x3)
    [all...]
opus_demo.c 58 fprintf(stderr, "-bandwidth <NB|MB|WB|SWB|FB> : audio bandwidth (from narrowband to fullband); default: sampling rate\n" );
248 int bandwidth=-1; local
339 bandwidth = OPUS_AUTO;
355 } else if( strcmp( argv[ args ], "-bandwidth" ) == 0 ) {
356 check_encoder_option(decode_only, "-bandwidth");
358 bandwidth = OPUS_BANDWIDTH_NARROWBAND;
360 bandwidth = OPUS_BANDWIDTH_MEDIUMBAND;
362 bandwidth = OPUS_BANDWIDTH_WIDEBAND;
364 bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND
    [all...]
  /external/libopus/src/
analysis.c 220 int bandwidth=0; local
382 bandwidth = 0;
414 bandwidth = b;
417 bandwidth = 20;
610 info->bandwidth = bandwidth;
611 /*printf("%d %d\n", info->bandwidth, info->opus_bandwidth);*/
opus_decoder.c 67 int bandwidth; member in struct:OpusDecoder
347 if( st->bandwidth == OPUS_BANDWIDTH_NARROWBAND ) {
349 } else if( st->bandwidth == OPUS_BANDWIDTH_MEDIUMBAND ) {
351 } else if( st->bandwidth == OPUS_BANDWIDTH_WIDEBAND ) {
422 switch(st->bandwidth)
650 st->bandwidth = packet_bandwidth;
670 st->bandwidth = packet_bandwidth;
792 *value = st->bandwidth;
891 int bandwidth; local
894 bandwidth = OPUS_BANDWIDTH_MEDIUMBAND + ((data[0]>>5)&0x3)
    [all...]
opus_demo.c 58 fprintf(stderr, "-bandwidth <NB|MB|WB|SWB|FB> : audio bandwidth (from narrowband to fullband); default: sampling rate\n" );
248 int bandwidth=-1; local
339 bandwidth = OPUS_AUTO;
355 } else if( strcmp( argv[ args ], "-bandwidth" ) == 0 ) {
356 check_encoder_option(decode_only, "-bandwidth");
358 bandwidth = OPUS_BANDWIDTH_NARROWBAND;
360 bandwidth = OPUS_BANDWIDTH_MEDIUMBAND;
362 bandwidth = OPUS_BANDWIDTH_WIDEBAND;
364 bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
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...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
data_builder.h 104 /** Bandwidth in Hz */
105 int bandwidth; member in struct:inv_single_sensor_t
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.h 102 /** Bandwidth in Hz */
103 int bandwidth; member in struct:inv_single_sensor_t

Completed in 813 milliseconds

1 2 3 4