Searched defs:bandwidth (Results 1 - 16 of 16) sorted by relevance

/external/chromium/net/base/
H A Dbandwidth_metrics.h17 // 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
97 << "Kbps (avg " << bandwidth() << "Kbp
[all...]
/external/tcpdump/
H A Dprint-igrp.c47 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,
H A Dprint-eigrp.c130 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...]
H A Dprint-rsvp.c306 u_int8_t bandwidth[4]; member in struct:rsvp_obj_frr_t
1328 bw.i = EXTRACT_32BITS(obj_ptr.rsvp_obj_frr->bandwidth);
/external/aac/libAACenc/src/
H A Dbandwidth.cpp14 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
258 bandwidth = (entryNo==0)
272 bandwidth = (INT)scaleValue(fMult(bwFac_fix, (FIXP_DBL)(endBw-startBw)),q_res) + startBw;
276 bandwidth = -1;
283 return bandwidth;
332 /* bandwidth limiting */
336 else { /* search reasonable bandwidth */
[all...]
H A Dpsy_configuration.cpp14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
570 INT bandwidth,
587 psyConf->allowIS = (useIS) && ( (bitrate/bandwidth) < 5 );
623 psyConf->lowpassLine = (INT)((2*bandwidth*frameLengthLong)/samplerate);
627 psyConf->lowpassLine = (INT)((2*bandwidth*frameLengthShort)/samplerate);
568 FDKaacEnc_InitPsyConfiguration(INT bitrate, INT samplerate, INT bandwidth, INT blocktype, INT granuleLength, INT useIS, PSY_CONFIGURATION *psyConf, FB_TYPE filterbank) argument
H A Dpsy_main.cpp14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
311 INT bandwidth,
340 ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, LONG_WINDOW, hPsy->granuleLength, useIS, &(hPsy->psyConf[0]), filterBank);
360 ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, SHORT_WINDOW, hPsy->granuleLength, useIS, &hPsy->psyConf[1], filterBank);
304 FDKaacEnc_psyMainInit(PSY_INTERNAL *hPsy, AUDIO_OBJECT_TYPE audioObjectType, CHANNEL_MAPPING *cm, INT sampleRate, INT granuleLength, INT bitRate, INT tnsMask, INT bandwidth, INT usePns, INT useIS, UINT syntaxFlags, ULONG initFlags) argument
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DSocketImplTest.java134 int bandwidth) {
135 super.setPerformancePreferences(connectionTime, latency, bandwidth);
133 setPerformancePreference(int connectionTime, int latency, int bandwidth) argument
/external/libppp/src/
H A Dmp.h101 int min; /* Lowest percent of bundle->bandwidth */
102 int max; /* Highest percent of bundle->bandwidth out */
114 unsigned bandwidth; /* Our link bandwidth (or zero) */ member in struct:mp_link
H A Dbundle.h85 u_long bandwidth; /* struct tuninfo speed */ member in struct:bundle
/external/srec/srec/cfront/
H A Dfrontobj.c352 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/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc129 " given JID and with optional bandwidth.\n"
131 " the given JID and with optional bandwidth.\n"
214 int bandwidth = GetInt(words, 2, cricket::kAutoBandwidth); local
217 options.video_bandwidth = bandwidth;
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediasessionclient.h209 int bandwidth() const { return bandwidth_; } function in class:cricket::MediaContentDescription
210 void set_bandwidth(int bandwidth) { bandwidth_ = bandwidth; } argument
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
127 #define DELAY_QMF_ANA (640 - 64) /* Full bandwidth */
1952 int bandwidth = *coreBandwidth; local
1954 /* Use lowest common bandwidth */
1958 /* initialize SBR element, and get core bandwidth */
1961 &bandwidth,
1973 /* Get lowest core encoder bandwidth to be returned later. */
1974 lowestBandwidth = fixMin(lowestBandwidth, bandwidth);
/external/kernel-headers/original/linux/
H A Dusb.h123 * different endpoints use different amounts of reserved USB bandwidth.
801 * the host controller to schedule the transfer as soon as bandwidth
805 * won't know how bandwidth is currently allocated, and while they can
850 int bandwidth; /* bandwidth for INT/ISO request */ member in struct:urb
/external/e2fsprogs/lib/blkid/
H A Dprobe.h672 /* bandwidth 0-100 where 100 is fastest */
673 __u8 bandwidth; member in struct:btrfs_dev_item

Completed in 1511 milliseconds