HomeSort by relevance Sort by last modified time
    Searched full:bandwidth (Results 201 - 225 of 1125) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/wifi/java/android/net/wifi/
RttManager.java 145 * RTT BW supported bit mask, used as RTT param bandWidth too
194 //RTT bandwidth supported
364 * Not used if the AP bandwidth is 20 MHz
373 * Only used if the AP bandwidth is 80 + 80 MHz
454 /** bandWidth used for RTT measurement.User need verify the highest BW the destination
458 * RttCapabilities firstto verify HW support this bandwidth.
461 public int bandwidth; field in class:RttManager.RttParams
473 bandwidth = RTT_BW_20_SUPPORT;
520 dest.writeInt(params.bandwidth);
551 params[i].bandwidth = in.readInt()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
firewire-cdev.h 306 * @bandwidth: Bandwidth allocation units which were (de)allocated, if any
310 * @bandwidth for whether the allocation actually succeeded.
317 * @bandwidth is 0 if no bandwidth was (de)allocated or if reallocation failed.
324 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
942 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
    [all...]
  /external/fio/tools/plot/
fio2gnuplot 324 # Let's process the avg value by estimated the global bandwidth per file
365 print '-b or --bandwidth : A predefined pattern for selecting *_bw.log files'
410 opts, args = getopt.getopt(argv[1:],"ghkbivo:d:t:p:G:m:M:",['bandwidth', 'iops', 'pattern', 'outputfile', 'outputdir', 'title', 'min_time', 'max_time', 'gnuplot', 'Global', 'help', 'verbose','keep'])
417 if opt in ("-b", "--bandwidth"):
469 mode="Bandwidth (KB/sec)"
473 if "Bandwidth" in mode:
474 title='Bandwidth benchmark with %d fio results' % len(fio_data_file)
  /external/webrtc/webrtc/base/
virtualsocket_unittest.cc 79 bandwidth(bw),
119 if (bandwidth > 0)
120 ASSERT_TRUE(sec_count <= 5 * bandwidth / 4);
127 uint32_t bandwidth; member in struct:Receiver
667 uint32_t bandwidth = 64 * 1024; local
668 ss_->set_bandwidth(bandwidth);
672 Receiver receiver(pthMain, recv_socket, bandwidth);
678 ASSERT_TRUE(receiver.count >= 5 * 3 * bandwidth / 4);
679 ASSERT_TRUE(receiver.count <= 6 * bandwidth); // queue could drain for 1s
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isacfix.c 277 * adjusted to available bandwidth on
522 * - bweIndex : index of bandwidth estimate to put in new bitstream
602 * This function updates the estimate of the bandwidth.
673 * This function updates the estimate of the bandwidth.
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
three_band_filter_bank.cc 64 // Because the total bandwidth of the lower and higher band is double the middle
66 // bandwidth of 1 / (2 * |kNumBands|) and is then shifted with cosine modulation
108 // Because the low-pass filter prototype has half bandwidth it is possible to
  /external/wpa_supplicant_8/src/common/
hw_features_common.c 368 data->bandwidth = sec_channel_offset ? 40 : 20;
390 data->bandwidth = 80;
425 data->bandwidth = 160;
  /device/generic/goldfish/libqemu/
test_guest_1.c 101 printf("Bandwidth: %g MB/s, %g bytes in %g seconds.\n",
  /external/autotest/server/site_tests/network_WiFi_LowInitialBitrates/
network_WiFi_LowInitialBitrates.py 76 configuration state machines and no user expectation of high bandwidth.
  /external/autotest/server/site_tests/network_WiFi_Perf/
network_WiFi_Perf.py 16 """Test maximal achievable bandwidth on several channels per band.
  /external/chromium-trace/catapult/third_party/flot/
FAQ.md 14 chart anyway. If you downsample server-side, you also save bandwidth.
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
apis.py 44 composite objects), this doubles the bandwidth consumed and elapsed time
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/about_tracing/
inspector_connection.html 71 // bandwidth.
  /external/iproute2/man/man8/
tc-fq_codel.8 26 bandwidth to all the flows using the queue. Each such flow is managed by the
  /external/iw/
status.c 30 [33] = "Association denied due to QAP having insufficient bandwidth to handle another QSTA",
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
MockServerSocket.java 163 int bandwidth) {
  /external/libnl/include/linux/
if_link.h 118 can point to real physical interface (f.e. for bandwidth calculations),
  /external/libopus/silk/
tables.h 111 /* Interpolation points for filter coefficients used in the bandwidth transition smoother */
  /external/libxml2/result/noent/
slashdot.xml 70 <title>2 Terabits of Bandwidth</title>
  /external/libxml2/result/
slashdot.xml 70 <title>2 Terabits of Bandwidth</title>
  /external/libxml2/test/
slashdot.xml 69 <title>2 Terabits of Bandwidth</title>
  /external/speex/libspeex/
filters.h 68 /* Apply bandwidth expansion on LPC coef */
  /external/tcpdump/tests/
lmp-v.out 85 Min Reservable Bandwidth: 0.001 Mbps
86 Max Reservable Bandwidth: 0.001 Mbps
96 Min Reservable Bandwidth: 9877.895 Mbps
97 Max Reservable Bandwidth: 10325.547 Mbps
  /external/webrtc/talk/session/media/
mediasession_unittest.cc 497 EXPECT_EQ(kAutoBandwidth, acd->bandwidth()); // default bandwidth (auto)
524 EXPECT_EQ(kAutoBandwidth, acd->bandwidth()); // default bandwidth (auto)
531 EXPECT_EQ(kAutoBandwidth, vcd->bandwidth()); // default bandwidth (auto)
633 EXPECT_EQ(kAutoBandwidth, acd->bandwidth()); // default bandwidth (auto)
641 dcd->bandwidth()); // default bandwidth (auto
    [all...]
  /external/webrtc/webrtc/
audio_receive_stream.h 76 // Enable feedback for send side bandwidth estimation.

Completed in 1266 milliseconds

1 2 3 4 5 6 7 891011>>