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

1 2

  /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...]
print-rsvp.c 306 u_int8_t bandwidth[4]; member in struct:rsvp_obj_frr_t
335 { 0x04, "Bandwidth protection" },
375 { 0x08, "Bandwidth protection desired" }, /* draft-ietf-mpls-rsvp-lsp-fastreroute-02.txt */
    [all...]
  /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/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
258 bandwidth = (entryNo==0)
272 bandwidth = (INT)scaleValue(fMult(bwFac_fix, (FIXP_DBL)(endBw-startBw)),q_res) + startBw;
276 bandwidth = -1;
283 return bandwidth;
287 AAC_ENCODER_ERROR FDKaacEnc_DetermineBandWidth(INT* bandWidth,
308 *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/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/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/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 129 " 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;
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 195 unsigned long bandwidth; local
196 CHECK(meta->findInt32("bandwidth", (int32_t *)&item.mBandwidth));
384 ALOGV("bandwidth estimated at %.2f kbps", bandwidthBps / 1024.0f);
386 ALOGV("no bandwidth estimate.");
387 return 0; // Pick the lowest bandwidth stream by default.
396 ALOGV("bandwidth capped to %ld bps", maxBw);
402 // Consider only 80% of the available bandwidth usable.
405 // Pick the highest bandwidth stream below or equal to estimated bandwidth.
413 // Change bandwidth at random(
    [all...]
  /external/aac/libSBRenc/src/
sbr_encoder.cpp 14 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
    [all...]
  /external/kernel-headers/original/linux/
usb.h 123 * different endpoints use different amounts of reserved USB bandwidth.
850 int bandwidth; \/* bandwidth for INT\/ISO request *\/ member in struct:urb
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
frontend.h 214 fe_bandwidth_t bandwidth; member in struct:dvb_ofdm_parameters
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
frontend.h 214 fe_bandwidth_t bandwidth; member in struct:dvb_ofdm_parameters
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
frontend.h 214 fe_bandwidth_t bandwidth; member in struct:dvb_ofdm_parameters
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
bt_amp_hci.h 241 uint32 bandwidth; member in struct:read_local_info_evt_parms
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 241 uint32 bandwidth; member in struct:read_local_info_evt_parms
  /external/e2fsprogs/lib/blkid/
probe.h 672 /* bandwidth 0-100 where 100 is fastest */
673 __u8 bandwidth; member in struct:btrfs_dev_item
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 492 milliseconds

1 2