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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 58 fprintf(stderr, "-bandwidth <NB|MB|WB|SWB|FB> : audio bandwidth (from narrowband to fullband); default: sampling rate\n" );
257 int bandwidth=-1; local
340 bandwidth = OPUS_AUTO;
356 } else if( strcmp( argv[ args ], "-bandwidth" ) == 0 ) {
357 check_encoder_option(decode_only, "-bandwidth");
359 bandwidth = OPUS_BANDWIDTH_NARROWBAND;
361 bandwidth = OPUS_BANDWIDTH_MEDIUMBAND;
363 bandwidth = OPUS_BANDWIDTH_WIDEBAND;
365 bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND
    [all...]
opus_encoder.c 94 int bandwidth; member in struct:OpusEncoder
242 st->bandwidth = OPUS_BANDWIDTH_FULLBAND;
285 static unsigned char gen_toc(int mode, int framerate, int bandwidth, int channels)
297 toc = (bandwidth-OPUS_BANDWIDTH_NARROWBAND)<<5;
301 int tmp = bandwidth-OPUS_BANDWIDTH_MEDIUMBAND;
310 toc |= (bandwidth-OPUS_BANDWIDTH_SUPERWIDEBAND)<<4;
1044 analysis_bandwidth = analysis_info.bandwidth;
1071 int bw = st->bandwidth == 0 ? OPUS_BANDWIDTH_NARROWBAND : st->bandwidth;
1257 int bandwidth = OPUS_BANDWIDTH_FULLBAND; local
    [all...]
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 502 // initial bandwidth by listing it first in the variant playlist.
504 // network bandwidth since we haven't tranferred any data yet. Once
519 unsigned long bandwidth; local
520 CHECK(meta->findInt32("bandwidth", (int32_t *)&item.mBandwidth));
821 ALOGV("bandwidth estimated at %.2f kbps", bandwidthBps / 1024.0f);
823 ALOGV("no bandwidth estimate.");
824 return 0; // Pick the lowest bandwidth stream by default.
833 ALOGV("bandwidth capped to %ld bps", maxBw);
839 // Consider only 80% of the available bandwidth usable.
842 // Pick the highest bandwidth stream below or equal to estimated bandwidth
    [all...]
  /frameworks/base/core/java/android/net/
LinkCapabilities.java 65 * Desired minimum forward link (download) bandwidth for the
72 * Required minimum forward link (download) bandwidth, in
79 * Available forward link (download) bandwidth for the socket.
86 * Desired minimum reverse link (upload) bandwidth for the socket
95 * Required minimum reverse link (upload) bandwidth, in kilobits
103 * Available reverse link (upload) bandwidth for the socket.
  /external/chromium_org/media/tools/constrained_network_server/
cns.py 195 def ServeConstrained(self, f=None, bandwidth=None, latency=None, loss=None,
205 bandwidth: maximum allowed bandwidth for the provided port (integer
226 if bandwidth is None and latency is None and loss is None:
230 f, bandwidth=bandwidth, latency=latency, loss=loss, new_port=new_port,
234 # parameters except the network constraints (bandwidth, latency, and loss).
296 def _GetConstrainedPort(self, f=None, bandwidth=None, latency=None, loss=None,
303 bandwidth = self._ParseIntParameter(
304 bandwidth, 'Invalid bandwidth constraint.', lambda x: x > 0
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketImplTest.java 134 int bandwidth) {
135 super.setPerformancePreferences(connectionTime, latency, bandwidth);
  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.h 67 // bandwidth from the actual page load. Create delayed tasks to spread out
81 // bandwidth trying repeatedly).
  /external/chromium_org/chrome/browser/net/
sdch_dictionary_fetcher.h 69 // bandwidth from the actual page load. Create delayed tasks to spread out
83 // bandwidth trying repeatedly).
  /external/chromium_org/net/quic/congestion_control/
inter_arrival_sender.cc 265 // TODO(ianswett): Decrease the available bandwidth.
366 DVLOG(1) << "New bandwidth estimate in steady state:"
376 // Do nothing, our current bandwidth is higher than our bandwidth at the
378 DVLOG(1) << "Current bandwidth estimate is higher than before draining";
449 DVLOG(1) << "New bandwidth estimate after draining:"
481 DVLOG(1) << "New bandwidth estimate after delay event:"
494 DVLOG(1) << "New bandwidth estimate after loss event:"
channel_estimator_test.cc 31 // effective bandwidth.
52 // add a receive side spreading that indicate an effective bandwidth.
53 // We do 2 testes with different effective bandwidth to make sure that we
54 // detect the new effective bandwidth.
  /external/chromium_org/third_party/opus/src/silk/
control.h 92 /* I: Opus encoder is allowing us to switch bandwidth */
98 /* O: Flag that bandwidth switching is allowed (because low voice activity) */
bwexpander_32.c 34 /* Chirp (bandwidth expand) LP AR filter */
  /external/iproute2/tc/
q_cbq.c 29 fprintf(stderr, "Usage: ... cbq bandwidth BPS rate BPS maxburst PKTS [ avpkt BYTES ]\n");
40 fprintf(stderr, "Usage: ... cbq bandwidth BPS avpkt BYTES [ mpu BYTES ]\n");
66 if (matches(*argv, "bandwidth") == 0 ||
70 explain1("bandwidth");
142 fprintf(stderr, "CBQ: bandwidth is required parameter.\n");
212 } else if (matches(*argv, "bandwidth") == 0) {
215 explain1("bandwidth");
379 fprintf(stderr, "CBQ: bandwidth&rate are required for max/minburst.\n");
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 305 /* bandwidth expansion */
332 /* bandwidth expansion */
373 * -bandwidth : specifies if the codec is in 0-16 kHz mode or
391 WebRtc_Word16 bandwidth)
396 WebRtc_Word16 numSubFrames = SUBFRAMES * (1 + (bandwidth == isac16kHz));
442 (bandwidth == isac12kHz);
444 (bandwidth == isac16kHz);
453 /* bandwidth expansion */
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.cpp 31 // bw - bandwidth, starting at 1 cent, jumps of 1024, to 3073 cents.
104 // Half bandwidth, in octaves, 15-bit precision
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderThread.cpp 92 // log received bandwidth statistics
98 //printf("Used Bandwidth %5.3f MB/s\n", ((float)stats_totalBytes / dts) / (1024.0f*1024.0f));
  /system/extras/tests/bionic/libc/common/
bench_stdio.c 74 double bandwidth = sizeof(buffer)*1000./1024./time_ms; \
75 printf("bench %-30s %8.2f ms (%.1f KB/s) \n", #op, time_ms, bandwidth ); \
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
TcpStream.cpp 39 // disable Nagle algorithm to improve bandwidth of small
  /external/chromium_org/cc/trees/
damage_tracker.h 28 // the screen to save GPU computation and bandwidth.
  /external/chromium_org/chrome/test/functional/media/
cns_test_base.py 167 def GetFileURL(file_name, bandwidth=0, latency=0, loss=0, new_port=False):
174 if bandwidth > 0:
175 video_url.append('bandwidth=%d' % bandwidth)
media_constrained_network_perf.py 9 bandwidth, latency, and packet loss settings. Tests running media files defined
35 # packet loss is not used often in perf tests. Tests with very low bandwidth,
132 file_name, bandwidth=settings[0], latency=settings[1],
178 """Runs a dummy test with high bandwidth and no latency or packet loss.
  /external/chromium_org/components/autofill/content/browser/risk/proto/
fingerprint.proto 150 // Bandwidth in MB/s. network.connection.bandwidth
151 optional float bandwidth = 1;
152 // Whether bandwidth cost is metered. network.connection.metered
  /external/chromium_org/net/quic/
quic_bandwidth.h 5 // QuicBandwidth represents a bandwidth, stored in bits per second resolution.
  /external/chromium_org/remoting/base/
rate_counter.h 18 // over a specified time window. This can be used to measure bandwidth, frame
  /external/chromium_org/tools/perf/page_sets/tough_video_cases/
video.html 36 return CNS_BASE_URL + 'bandwidth=' + netConfig[net][0] +

Completed in 1164 milliseconds

1 2 34 5 6 7 8 91011>>