HomeSort by relevance Sort by last modified time
    Searched full:bandwidth (Results 176 - 200 of 858) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/tcpdump/
ppp.h 65 #define PPP_BACP 0xc02b /* Bandwidth Allocation Control Protocol */
  /external/tcpdump/tests/
lmp.new 84 Min Reservable Bandwidth: 100.000 Mbps
85 Max Reservable Bandwidth: 100.000 Mbps
95 Min Reservable Bandwidth: 1234736768.000 Mbps
96 Max Reservable Bandwidth: 1290693376.000 Mbps
lmp.out 84 Min Reservable Bandwidth: 100.000 Mbps
85 Max Reservable Bandwidth: 100.000 Mbps
95 Min Reservable Bandwidth: 1234736768.000 Mbps
96 Max Reservable Bandwidth: 1290693376.000 Mbps
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lpc_shape_swb12_tables.c 15 * upper-band signal if the bandwidth is 12 kHz.
  /frameworks/base/core/java/android/net/
LinkSocketNotifier.java 77 * capabilities of the LinkSocket (e.g. upstream bandwidth) have changed.
  /frameworks/base/docs/html/training/monitoring-device-state/
index.jd 55 Wi-Fi or mobile connectivity before beginning high-bandwidth operations.</dd>
  /frameworks/native/cmds/flatland/
README.txt 16 that consume much CPU cycles, memory bandwidth, or might otherwise interfere
  /libcore/luni/src/main/java/java/net/
ServerSocket.java 423 * Sets performance preferences for connection time, latency and bandwidth.
432 * @param bandwidth
433 * the value representing the importance of high bandwidth.
435 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_link.h 116 can point to real physical interface (f.e. for bandwidth calculations),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
scache.h 39 * and reducing bandwidth. Instead of streaming a sound precisely when it
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_link.h 116 can point to real physical interface (f.e. for bandwidth calculations),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
scache.h 39 * and reducing bandwidth. Instead of streaming a sound precisely when it
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_link.h 116 can point to real physical interface (f.e. for bandwidth calculations),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
scache.h 39 * and reducing bandwidth. Instead of streaming a sound precisely when it
  /external/aac/libAACenc/src/
pnsparam.h 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
87 contents/description: PNS parameters depending on bitrate and bandwidth
psy_configuration.h 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
155 INT bandwidth,
psy_main.h 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
155 INT bandwidth,
  /external/aac/libSBRenc/src/
cmondata.h 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
101 INT dynBwEnabled; /**< indicates if dynamic bandwidth is enabled */
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings.h 31 // The number of days of bandwidth usage statistics that are tracked.
34 // The number of days of bandwidth usage statistics that are presented.
  /external/iproute2/man/man8/
tc-sfq.8 152 amount of bandwidth available. Non-ECN capable hosts can only be notified by
171 This is the case when the link speed equals the actually available bandwidth. This holds
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.h 100 /** Bandwidth in Hz */
101 int bandwidth; member in struct:inv_single_sensor_t
  /libcore/luni/src/test/java/libcore/java/net/
OldServerSocketTest.java 53 int bandwidth) throws Exception {
55 theSocket.setPerformancePreferences(connectionTime, latency, bandwidth);
  /sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.cpp 341 // log received bandwidth statistics
347 printf("Used Bandwidth %5.3f MB/s\n", ((float)stats_totalBytes / dts) / (1024.0f*1024.0f));
  /external/chromium_org/ppapi/native_client/tools/browser_tester/
browser_tester.py 113 parser.add_option('-b', '--bandwidth', dest='bandwidth', action='store',
115 help='The amount of bandwidth (megabits / second) to '
118 'assumed to be short. Bandwidth values <= 0.0 are assumed '
119 'to mean infinite bandwidth.')
250 options.bandwidth,
  /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));

Completed in 1334 milliseconds

1 2 3 4 5 6 78 91011>>