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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/opus/src/silk/
tables_other.c 115 /* Interpolation points for filter coefficients used in the bandwidth transition smoother */
125 /* Interpolation points for filter coefficients used in the bandwidth transition smoother */
tables.h 109 /* Interpolation points for filter coefficients used in the bandwidth transition smoother */
  /external/iptables/extensions/
libxt_rateest.man 75 FTP server over two lines based on the available bandwidth at the time the data
86 # Mark based on available bandwidth
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
codec.h 51 WebRtc_Word32 jitterInfo, float scale, enum ISACBandwidth bandwidth);
55 enum ISACBandwidth bandwidth);
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
aacenc_core.h 44 Word16 bandWidth; /* targeted audio bandwidth in Hz */
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
data_builder.h 90 /** Bandwidth in Hz */
91 int bandwidth; member in struct:inv_single_sensor_t
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 343 // only enable bandwidth control when support exists
346 Slog.d(TAG, "enabling bandwidth control");
348 mConnector.execute("bandwidth", "enable");
351 Log.wtf(TAG, "problem enabling bandwidth controls", e);
354 Slog.d(TAG, "not enabling bandwidth control");
489 * Bandwidth control needs some attention
    [all...]
  /external/chromium_org/third_party/opus/src/silk/float/
noise_shape_analysis_FLP.c 56 /* amplitude of monic warped coefficients by using bandwidth expansion on the true coefficients */
107 /* Apply bandwidth expansion */
209 /* Control bandwidth expansion */
266 /* Bandwidth expansion for synthesis filter shaping */
275 /* Bandwidth expansion for analysis filter shaping */
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
aacenc.c 143 config.bandWidth = 20000;
374 /* check the bandwidth */
384 config.bandWidth = BandwithCoefTab[i][SampleRateIdx];
441 /* check the bandwidth */
451 config.bandWidth = BandwithCoefTab[i][SampleRateIdx];
  /system/extras/tests/memtest/
bandwidth.cpp 27 #include "bandwidth.h"
288 printf("Thread %d: bandwidth using %s %0.2f MB/s\n", i,
399 printf("Failed creating buffer for bandwidth test.\n");
410 printf("Benchmarking %s bandwidth\n", name);
416 printf(" %s bandwidth with %s: %0.2f MB/s\n", name, (*it)->getName(),
  /external/chromium_org/third_party/opus/src/doc/
draft-ietf-payload-rtp-opus.xml 92 is highly scalable in terms of audio bandwidth, bitrate, and
124 <section title='Audio Bandwidth'>
131 <ttcol align='center'>Bandwidth</ttcol>
159 Audio bandwidth naming
182 bandwidth, bitrate, and complexity. Further, Opus allows
186 <section title='Network Bandwidth'>
502 any audio bandwidth but due to hardware limitations only signals
504 with higher audio bandwidth results in higher than necessary network
506 frequencies above the audio bandwidth specified by maxplaybackrate.
516 This is not a guarantee that the sender will never send any higher bandwidth
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocket_unittest.cc 89 : thread(th), socket(new AsyncUDPSocket(s)), bandwidth(bw), done(false),
124 if (bandwidth > 0)
125 ASSERT_TRUE(sec_count <= 5 * bandwidth / 4);
132 uint32 bandwidth; member in struct:Receiver
635 uint32 bandwidth = 64 * 1024; local
636 ss_->set_bandwidth(bandwidth);
640 Receiver receiver(pthMain, recv_socket, bandwidth);
646 ASSERT_TRUE(receiver.count >= 5 * 3 * bandwidth / 4);
647 ASSERT_TRUE(receiver.count <= 6 * bandwidth); // queue could drain for 1s
    [all...]
  /external/iproute2/tc/
q_gred.c 43 "bandwidth KBPS\n");
199 } else if (strcmp(*argv, "bandwidth") == 0) {
202 fprintf(stderr, "Illegal \"bandwidth\"\n");
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
isacfix.c 196 * adjusted to available bandwidth on
452 * - bweIndex : index of bandwidth estimate to put in new bitstream
550 * This function updates the estimate of the bandwidth.
643 * This function updates the estimate of the bandwidth.
    [all...]
  /device/generic/goldfish/libqemu/
test_guest_1.c 101 printf("Bandwidth: %g MB/s, %g bytes in %g seconds.\n",
  /external/chromium/chrome/browser/history/
archived_database.cc 29 // better performance (we're typically seek rather than bandwidth limited).
  /external/chromium_org/chrome/browser/component_updater/
component_patcher_operation.h 88 // addition of a new file, or a file so different that no bandwidth could be
  /external/chromium_org/chrome/test/functional/media/
media_seek_perf.py 57 file_name, bandwidth=settings[0], latency=settings[1],
  /external/chromium_org/jingle/glue/
pseudotcp_adapter.h 71 // to the available bandwidth. In the same time it may negatively
  /external/chromium_org/net/quic/congestion_control/
pacing_sender.cc 59 // sender's bandwidth estimate to help ensure that pacing doesn't become
send_algorithm_interface.h 106 // What's the current estimated bandwidth in bytes per second.
  /external/chromium_org/remoting/webapp/
stats_accumulator.js 9 * bandwidth and storage costs down. This class bridges that gap, by
  /external/libppp/src/
tun.c 111 info.baudrate = bundle->bandwidth;
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgevents.c 97 * events like mouse movement are ignored to save bandwidth. */
  /external/speex/libspeex/
filters.h 68 /* Apply bandwidth expansion on LPC coef */

Completed in 1300 milliseconds

1 2 3 4 5 67 8 91011>>