/external/iproute2/tc/ |
README.last | 24 (f.e. very slow links or classes bounded to small slice of bandwidth)
|
q_red.c | 32 fprintf(stderr, " [adaptive] [probability PROBABILITY] bandwidth KBPS\n"); 87 } else if (strcmp(*argv, "bandwidth") == 0) { 90 fprintf(stderr, "Illegal \"bandwidth\"\n");
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
decode.c | 16 * Decoding of upper-band, including 8-12 kHz, when the bandwidth is 17 * 0-12 kHz, and 8-16 kHz, when the bandwidth is 0-16 kHz. 179 * bandwidth to decode the upperband, i.e. 8-16 kHz. 241 * bandwidth to decode the upperband, i.e. 8-12 kHz.
|
encode.c | 15 * Decoding of upper-band, including 8-12 kHz, when the bandwidth is 16 * 0-12 kHz, and 8-16 kHz, when the bandwidth is 0-16 kHz. 45 12kHz & 16kHz bandwidth. 47 12 kHz bandwidth 59 16 kHz bandwidth 112 * bandwidth. */ 119 * at 12 kHz bandwidth. Using xxxBandBitRate12[] to calculates 139 /* A bottleneck between 50 and 56 kbps corresponds to bandwidth 692 /* Encoding of bandwidth information. */ [all...] |
/frameworks/av/media/libstagefright/include/ |
HTTPBase.h | 43 // Returns true if bandwidth could successfully be estimated,
|
/libcore/luni/src/main/java/java/net/ |
SocketImpl.java | 285 * Sets performance preference for connection time, latency and bandwidth. 292 * @param bandwidth 293 * the importance of bandwidth. 295 protected void setPerformancePreferences(int connectionTime, int latency, int bandwidth) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atmsvc.h | 46 * what PCR is used to request bandwidth from the device driver. net/atm/svc.c
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmsvc.h | 46 * what PCR is used to request bandwidth from the device driver. net/atm/svc.c
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmsvc.h | 46 * what PCR is used to request bandwidth from the device driver. net/atm/svc.c
|
/external/aac/libAACenc/src/ |
bandwidth.h | 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by 87 contents/description: bandwidth expert 97 AAC_ENCODER_ERROR FDKaacEnc_DetermineBandWidth(INT* bandWidth,
|
/external/chromium_org/third_party/opus/src/silk/ |
tuning_parameters.h | 46 /* Bandwidth expansion for whitening filter in pitch analysis */ 53 /* LPC analysis defines: regularization and bandwidth expansion */ 161 /* Maximum time before allowing a bandwidth transition */
|
A2NLSF.c | 111 /* If not all roots are found, the a_Q16 coefficients are bandwidth expanded until convergence. */ 151 i = 0; /* Counter for bandwidth expansions applied */ 232 /* Error: Apply progressively more bandwidth expansion and run again */
|
/external/iproute2/include/linux/ |
if_link.h | 183 can point to real physical interface (f.e. for bandwidth calculations), 280 IFLA_VF_TX_RATE, /* TX Bandwidth Allocation */ 300 __u32 rate; /* Max TX bandwidth in Mbps, 0 disables throttling */
|
/external/iproute2/man/man8/ |
tc-htb.8 | 36 of the outbound bandwidth on a given link. Both allow you to use one 44 know the underlying bandwidth of the outgoing interface. 120 Maximum rate at which a class can send, if its parent has bandwidth to spare.
|
/external/kernel-headers/original/linux/ |
if_link.h | 155 can point to real physical interface (f.e. for bandwidth calculations), 251 IFLA_VF_TX_RATE, /* TX Bandwidth Allocation */ 270 __u32 rate; /* Max TX bandwidth in Mbps, 0 disables throttling */
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
aacenc_core.c | 47 config->bandWidth = 0; 94 hAacEnc->config.bandWidth); 115 qcInit.meanPe = (Word16) ((10 * FRAME_LEN_LONG * hAacEnc->config.bandWidth) /
|
/external/chromium_org/third_party/opus/src/src/ |
opus_decoder.c | 63 int bandwidth; member in struct:OpusDecoder 327 if( st->bandwidth == OPUS_BANDWIDTH_NARROWBAND ) { 329 } else if( st->bandwidth == OPUS_BANDWIDTH_MEDIUMBAND ) { 331 } else if( st->bandwidth == OPUS_BANDWIDTH_WIDEBAND ) { 402 switch(st->bandwidth) 803 st->bandwidth = packet_bandwidth; 828 st->bandwidth = packet_bandwidth; 944 *value = st->bandwidth; 1043 int bandwidth; local 1046 bandwidth = OPUS_BANDWIDTH_MEDIUMBAND + ((data[0]>>5)&0x3) [all...] |
/external/stressapptest/src/ |
worker.h | 261 // Returns bandwidth defined as pages_copied / thread_run_durations. 266 // Calculate worker thread specific bandwidth. 378 volatile int64 pages_copied_; // Recorded for memory bandwidth calc. 416 // Calculate worker thread specific bandwidth. 499 // Calculate worker thread specific bandwidth. 562 // Calculate worker thread specific bandwidth. 575 // Calculate worker thread specific bandwidth. 607 // Calculate worker thread specific bandwidth. 665 // Calculate disk thread specific bandwidth. 788 // Calculate worker thread specific bandwidth [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/ |
isac.h | 110 * automatically adjusted to available bandwidth 176 * This function updates the estimate of the bandwidth. 366 * signalling retreived by bandwidth estimator. 564 * - bweIndex : Index of bandwidth estimate to put in new 596 * This function returns index representing the Bandwidth estimate from 603 * - bweIndex : Bandwidth estimate to transmit to other side. 616 * This function takes an index representing the Bandwidth estimate from 621 * - bweIndex : Bandwidth estimate from other side. 633 * This function returns the index of the Bandwidth estimate from the bitstream. 640 * - bweIndex : Bandwidth estimate in bitstrea [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediasession_unittest.cc | 425 EXPECT_EQ(kAutoBandwidth, acd->bandwidth()); // default bandwidth (auto) 452 EXPECT_EQ(kAutoBandwidth, acd->bandwidth()); // default bandwidth (auto) 459 EXPECT_EQ(kAutoBandwidth, vcd->bandwidth()); // default bandwidth (auto) 560 EXPECT_EQ(kAutoBandwidth, acd->bandwidth()); // default bandwidth (auto) 568 dcd->bandwidth()); // default bandwidth (auto [all...] |
/external/aac/libAACdec/src/ |
aacdec_pns.cpp | 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by 354 int bandWidth = BandOffsets [band + 1] - BandOffsets [band] ; 357 FDK_ASSERT(bandWidth >= 0); 361 noise_e = GenerateRandomVector (spectrum + BandOffsets [band], bandWidth, 368 noise_e = GenerateRandomVector (spectrum + BandOffsets [band], bandWidth, 374 ScaleBand (spectrum + BandOffsets [band], bandWidth,
|
/external/aac/libSBRenc/include/ |
sbr_encoder.h | 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by 168 INT dynBwSupported; /*!< Flag: support for dynamic bandwidth in this combination. */ 205 INT dynBwEnabled; /*!< Flag: usage of dynamic bandwidth. */ 236 INT dynXOverFreq; /**< Used crossover frequency when dynamic bandwidth is enabled. */ 311 * \param bandwidth Returns the core audio encoder bandwidth (output)
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediasessionclient.h | 209 int bandwidth() const { return bandwidth_; } function in class:cricket::MediaContentDescription 210 void set_bandwidth(int bandwidth) { bandwidth_ = bandwidth; }
|
/external/iproute2/examples/ |
README.cbq | 24 # ARCNET too (just set bandwidth parameter to 2Mbit). It was tested 62 # 10Mbit - REAL ethernet card bandwidth 67 # enough to describe bandwidth and weight once - cbq.init
|
/frameworks/opt/net/voip/src/java/android/net/rtp/ |
AudioGroup.java | 40 * highly related to the system load and the network bandwidth. Usually a 42 * bandwidth, and vise versa. Using two AudioStreams at the same time doubles 43 * not only the load but also the bandwidth. The condition varies from one
|