HomeSort by relevance Sort by last modified time
    Searched refs:bandwidth (Results 76 - 100 of 169) sorted by null

1 2 34 5 6 7

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
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...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
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...]
  /external/chromium_org/third_party/webrtc/base/
virtualsocket_unittest.cc 74 : thread(th), socket(new AsyncUDPSocket(s)), bandwidth(bw), done(false),
109 if (bandwidth > 0)
110 ASSERT_TRUE(sec_count <= 5 * bandwidth / 4);
117 uint32 bandwidth; member in struct:Receiver
620 uint32 bandwidth = 64 * 1024; local
621 ss_->set_bandwidth(bandwidth);
625 Receiver receiver(pthMain, recv_socket, bandwidth);
631 ASSERT_TRUE(receiver.count >= 5 * 3 * bandwidth / 4);
632 ASSERT_TRUE(receiver.count <= 6 * bandwidth); // queue could drain for 1s
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
data_builder.c 273 if (sensors.gyro.bandwidth == 0) {
274 sensors.gyro.bandwidth = (int)(1000000L / sample_rate_us);
292 if (sensors.accel.bandwidth == 0) {
293 sensors.accel.bandwidth = (int)(1000000L / sample_rate_us);
513 if (sensors.compass.bandwidth == 0) {
514 sensors.compass.bandwidth = (int)(1000000L / sample_rate_us);
549 /** Set Gyro Bandwidth in Hz
550 * @param[in] bandwidth_hz Gyro bandwidth in Hz
554 sensors.gyro.bandwidth = bandwidth_hz;
557 /** Set Accel Bandwidth in H
    [all...]
data_builder.h 104 /** Bandwidth in Hz */
105 int bandwidth; member in struct:inv_single_sensor_t
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.c 272 if (sensors.gyro.bandwidth == 0) {
273 sensors.gyro.bandwidth = (int)(1000000L / sample_rate_us);
291 if (sensors.accel.bandwidth == 0) {
292 sensors.accel.bandwidth = (int)(1000000L / sample_rate_us);
310 if (sensors.compass.bandwidth == 0) {
311 sensors.compass.bandwidth = (int)(1000000L / sample_rate_us);
346 /** Set Gyro Bandwidth in Hz
347 * @param[in] bandwidth_hz Gyro bandwidth in Hz
351 sensors.gyro.bandwidth = bandwidth_hz;
354 /** Set Accel Bandwidth in H
    [all...]
data_builder.h 102 /** Bandwidth in Hz */
103 int bandwidth; member in struct:inv_single_sensor_t
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.h 188 int bandwidth() const { return bandwidth_; } function in class:cricket::MediaContentDescription
189 void set_bandwidth(int bandwidth) { bandwidth_ = bandwidth; }
mediasessionclient.cc 877 if (video->bandwidth() != kAutoBandwidth) {
879 video->bandwidth()));
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt.h 60 int bandwidth; member in struct:__anon19318
  /external/libopus/celt/
celt.h 60 int bandwidth; member in struct:__anon8229
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
data_builder.h 94 /** Bandwidth in Hz */
95 int bandwidth; member in struct:inv_single_sensor_t
  /hardware/libhardware_legacy/include/hardware_legacy/
driver_nl80211.h 113 int bandwidth; member in struct:i802_bss
  /libcore/luni/src/main/java/java/net/
ServerSocket.java 440 * Sets performance preferences for connection time, latency and bandwidth.
449 * @param bandwidth
450 * the value representing the importance of high bandwidth.
452 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
options.js 12 // bandwidth) so data that may be as large and updated as frequently as the CSS
  /external/chromium_org/third_party/webrtc/modules/bitrate_controller/
bitrate_controller_impl.cc 142 // Set the send-side bandwidth to the max of the sum of start bitrates and
144 // bandwidth, that can be enforced.
189 // If not enforcing min bitrate, allow the bandwidth estimation to
367 bool BitrateControllerImpl::AvailableBandwidth(uint32_t* bandwidth) const {
374 *bandwidth = bitrate - std::min(bitrate, reserved_bitrate_bps_);
  /libcore/luni/src/test/java/libcore/java/net/
OldServerSocketTest.java 53 int bandwidth) throws Exception {
55 theSocket.setPerformancePreferences(connectionTime, latency, bandwidth);
  /external/chromium_org/third_party/opus/src/src/
analysis.c 220 int bandwidth=0; local
382 bandwidth = 0;
414 bandwidth = b;
417 bandwidth = 20;
610 info->bandwidth = bandwidth;
611 /*printf("%d %d\n", info->bandwidth, info->opus_bandwidth);*/
  /external/iproute2/examples/
cbq.init-v0.7.3 116 # to borrow bandwidth from their parents.
197 # often possible (and convenient) to let <clsid> resemble bandwidth of the
208 # DEVICE=<ifname>,<bandwidth>[,<weight>] mandatory
213 # <bandwidth> is the physical bandwidth of the device, e.g. for
216 # <bandwidth>. As a rule of thumb: <weight> = <bandwidth> / 10
219 # <bandwidth> [and <weight>] only once, therefore in other files you only
227 # Bandwidth allocated to the class. Traffic going through the class is
259 # from borrowing bandwidth from its parent even if you have BOUNDED se
    [all...]
  /external/libopus/src/
analysis.c 220 int bandwidth=0; local
382 bandwidth = 0;
414 bandwidth = b;
417 bandwidth = 20;
610 info->bandwidth = bandwidth;
611 /*printf("%d %d\n", info->bandwidth, info->opus_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));
  /external/oprofile/events/x86-64/hammer/
events 123 event:0xf6 counters:0,1,2,3 um:ht minimum:500 name:HYPERTRANSPORT_LINK0_BANDWIDTH : HyperTransport(tm) link 0 transmit bandwidth
124 event:0xf7 counters:0,1,2,3 um:ht minimum:500 name:HYPERTRANSPORT_LINK1_BANDWIDTH : HyperTransport(tm) link 1 transmit bandwidth
125 event:0xf8 counters:0,1,2,3 um:ht minimum:500 name:HYPERTRANSPORT_LINK2_BANDWIDTH : HyperTransport(tm) link 2 transmit bandwidth
  /external/chromium_org/net/quic/congestion_control/
send_algorithm_simulator.cc 43 QuicBandwidth bandwidth,
50 bandwidth_(bandwidth),
306 // Remove completed transfers and record transfer bandwidth.
  /external/chromium_org/remoting/webapp/
stats_accumulator.js 9 * bandwidth and storage costs down. This class bridges that gap, by
  /external/pixman/test/
lowlevel-blt-bench.c 58 double bandwidth = 0; variable
520 ((double)n * (WIDTH - 64) * HEIGHT / ((t3 - t2) - (t2 - t1)) * bytes_per_pix) * (100.0 / bandwidth) );
    [all...]

Completed in 1073 milliseconds

1 2 34 5 6 7