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

1 2 3

  /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/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/libjingle/source/talk/base/
virtualsocketserver.h 57 // Limits the network bandwidth (maximum bytes per second). Zero means that
59 uint32 bandwidth() const { return bandwidth_; } function in class:talk_base::VirtualSocketServer
60 void set_bandwidth(uint32 bandwidth) { bandwidth_ = bandwidth; }
virtualsocket_unittest.cc 90 : thread(th), socket(new AsyncUDPSocket(s)), bandwidth(bw), done(false),
125 if (bandwidth > 0)
126 ASSERT_TRUE(sec_count <= 5 * bandwidth / 4);
133 uint32 bandwidth; member in struct:Receiver
636 uint32 bandwidth = 64 * 1024; local
637 ss_->set_bandwidth(bandwidth);
641 Receiver receiver(pthMain, recv_socket, bandwidth);
647 ASSERT_TRUE(receiver.count >= 5 * 3 * bandwidth / 4);
648 ASSERT_TRUE(receiver.count <= 6 * bandwidth); // queue could drain for 1s
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt.h 60 int bandwidth; member in struct:__anon18575
  /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 73 : thread(th), socket(new AsyncUDPSocket(s)), bandwidth(bw), done(false),
108 if (bandwidth > 0)
109 ASSERT_TRUE(sec_count <= 5 * bandwidth / 4);
116 uint32 bandwidth; member in struct:Receiver
619 uint32 bandwidth = 64 * 1024; local
620 ss_->set_bandwidth(bandwidth);
624 Receiver receiver(pthMain, recv_socket, bandwidth);
630 ASSERT_TRUE(receiver.count >= 5 * 3 * bandwidth / 4);
631 ASSERT_TRUE(receiver.count <= 6 * bandwidth); // queue could drain for 1s
    [all...]
  /external/libopus/celt/
celt.h 60 int bandwidth; member in struct:__anon28333
  /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/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 90 /** Bandwidth in Hz */
91 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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
firewire-cdev.h 176 * @bandwidth: Bandwidth allocation units which were (de)allocated, if any
180 * @bandwidth for whether the allocation actually succeeded.
187 * @bandwidth is 0 if no bandwidth was (de)allocated or if reallocation failed.
194 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
557 * struct fw_cdev_allocate_iso_resource - (De)allocate a channel or bandwidth
560 * @bandwidth: Isochronous bandwidth units to be (de)allocated
565 * isochronous channel and/or of isochronous bandwidth at the isochronou
603 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
    [all...]

Completed in 963 milliseconds

1 2 3