HomeSort by relevance Sort by last modified time
    Searched defs:bandwidth (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/libopus/tests/
opus_decode_fuzzer.c 50 const int bandwidth = opus_packet_get_bandwidth(toc); local
52 info->fs = samp_freqs[bandwidth - OPUS_BANDWIDTH_NARROWBAND];
  /external/aac/libAACenc/src/
bandwidth.cpp 15 full-bandwidth communications codec by independent studies and is widely
99 Description: bandwidth expert
104 #include "bandwidth.h"
166 INT bandwidth = -1; local
225 bandwidth = (entryNo == 0) ? pBwTab[i].bandWidthMono
244 bandwidth =
250 bandwidth = -1;
257 return bandwidth;
264 const CHANNEL_MODE encoderMode, INT *const bandWidth) {
276 *bandWidth = proposedBandWidth
    [all...]
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.h 31 // filters have an additional bandwidth control.
40 // Bandwidth in cents (ignored on shelving filters).
41 uint32_t bandwidth; member in struct:android::AudioEqualizer::BandConfig
94 // bandwidth: 1200 cents.
130 // Sets bandwidth value. Actual change will only take place upon commit().
134 // cents Bandwidth value in cents (1/1200 octave).
137 // Gets bandwidth of a certain band. This is always the last value set (or
140 // band The band to get the bandwidth for.
141 // returns Bandwidth value in cents (1/1200 octave).
  /device/google/bonito/sdm710/kernel-headers/media/
cam_lrme.h 53 uint64_t bandwidth; member in struct:cam_lrme_soc_info
cam_fd.h 38 uint64_t bandwidth; member in struct:cam_fd_soc_clock_bw_request
  /device/google/bonito/sdm710/original-kernel-headers/media/
cam_lrme.h 56 uint64_t bandwidth; member in struct:cam_lrme_soc_info
cam_fd.h 31 * struct cam_fd_soc_clock_bw_request - SOC clock, bandwidth request info
34 * @bandwidth : Bandwidth required while processing frame
39 uint64_t bandwidth; member in struct:cam_fd_soc_clock_bw_request
112 * @clk_bw_request : SOC clock, bandwidth request
  /device/google/crosshatch/sdm845/kernel-headers/media/
cam_lrme.h 53 uint64_t bandwidth; member in struct:cam_lrme_soc_info
cam_fd.h 38 uint64_t bandwidth; member in struct:cam_fd_soc_clock_bw_request
  /device/google/crosshatch/sdm845/original-kernel-headers/media/
cam_lrme.h 56 uint64_t bandwidth; member in struct:cam_lrme_soc_info
cam_fd.h 31 * struct cam_fd_soc_clock_bw_request - SOC clock, bandwidth request info
34 * @bandwidth : Bandwidth required while processing frame
39 uint64_t bandwidth; member in struct:cam_fd_soc_clock_bw_request
112 * @clk_bw_request : SOC clock, bandwidth request
  /external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
ProxyTest.java 129 int bandwidth = 64 * 1024; local
130 proxy = new TrafficControlProxy(serverPort, bandwidth, 200, TimeUnit.MILLISECONDS);
139 clientIn.readFully(new byte[5 * bandwidth]);
142 long bandUsed = ((5 * bandwidth) / ((stop - start) / TimeUnit.SECONDS.toNanos(1)));
143 assertEquals(bandwidth, bandUsed, .5 * bandwidth);
153 int bandwidth = 10 * 1024 * 1024; local
154 proxy = new TrafficControlProxy(serverPort, bandwidth, 200, TimeUnit.MILLISECONDS);
163 clientIn.readFully(new byte[5 * bandwidth]);
166 long bandUsed = ((5 * bandwidth) / ((stop - start) / TimeUnit.SECONDS.toNanos(1)))
    [all...]
TrafficControlProxy.java 47 private final int bandwidth; field in class:TrafficControlProxy
58 * Returns a new TrafficControlProxy with default bandwidth and latency.
65 * Returns a new TrafficControlProxy with bandwidth set to targetBPS, and latency set to
73 bandwidth = targetBps;
76 queueLength = (int) Math.max(bandwidth * latency / TimeUnit.SECONDS.toNanos(1), 1);
  /external/tcpdump/
print-igrp.c 59 uint8_t igr_bw[3]; /* bandwidth in units of 1 kb/s */
72 register u_int delay, bandwidth; local
86 bandwidth = EXTRACT_24BITS(igr->igr_bw);
87 metric = bandwidth + delay;
93 10 * delay, bandwidth == 0 ? 0 : 10000000 / bandwidth,
print-eigrp.c 126 uint8_t bandwidth[4]; member in struct:eigrp_tlv_ip_int_t
146 uint8_t bandwidth[4]; member in struct:eigrp_tlv_ip_ext_t
165 uint8_t bandwidth[4]; member in struct:eigrp_tlv_at_int_t
184 uint8_t bandwidth[4]; member in struct:eigrp_tlv_at_ext_t
366 ND_PRINT((ndo, "\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
368 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->bandwidth),
408 ND_PRINT((ndo, "\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
410 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->bandwidth),
450 ND_PRINT((ndo, "\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
452 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->bandwidth),
    [all...]
  /developers/build/prebuilts/gradle/WearHighBandwidthNetworking/Wearable/src/main/java/com/example/android/wearable/wear/wearhighbandwidthnetworking/
MainActivity.java 37 * This sample demonstrates how to determine if a high-bandwidth network is available for use cases
38 * that require a minimum network bandwidth, such as streaming media or downloading large files.
40 * for high-bandwidth network operations, if currently available networks are inadequate.
52 // How long the app should wait trying to connect to a sufficient high-bandwidth network before
56 // The minimum network bandwidth required by the app for high-bandwidth operations.
149 // Determine if there is a high-bandwidth network exists. Checks both the active
150 // and bound networks. Returns false if no network is available (low or high-bandwidth).
159 int bandwidth = mConnectivityManager local
162 if (bandwidth >= MIN_NETWORK_BANDWIDTH_KBPS)
    [all...]
  /developers/samples/android/wearable/wear/WearHighBandwidthNetworking/Wearable/src/main/java/com/example/android/wearable/wear/wearhighbandwidthnetworking/
MainActivity.java 38 * This sample demonstrates how to determine if a high-bandwidth network is available for use cases
39 * that require a minimum network bandwidth, such as streaming media or downloading large files.
41 * for high-bandwidth network operations, if currently available networks are inadequate.
53 // How long the app should wait trying to connect to a sufficient high-bandwidth network before
57 // The minimum network bandwidth required by the app for high-bandwidth operations.
137 // Determine if there is a high-bandwidth network exists. Checks both the active
138 // and bound networks. Returns false if no network is available (low or high-bandwidth).
147 int bandwidth = mConnectivityManager local
150 return bandwidth >= MIN_NETWORK_BANDWIDTH_KBPS
    [all...]
  /development/samples/browseable/WearHighBandwidthNetworking/src/com.example.android.wearable.wear.wearhighbandwidthnetworking/
MainActivity.java 37 * This sample demonstrates how to determine if a high-bandwidth network is available for use cases
38 * that require a minimum network bandwidth, such as streaming media or downloading large files.
40 * for high-bandwidth network operations, if currently available networks are inadequate.
52 // How long the app should wait trying to connect to a sufficient high-bandwidth network before
56 // The minimum network bandwidth required by the app for high-bandwidth operations.
149 // Determine if there is a high-bandwidth network exists. Checks both the active
150 // and bound networks. Returns false if no network is available (low or high-bandwidth).
159 int bandwidth = mConnectivityManager local
162 if (bandwidth >= MIN_NETWORK_BANDWIDTH_KBPS)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
LoessInterpolator.java 47 /** Default value of the bandwidth parameter. */
63 * The bandwidth parameter: when computing the loess fit at
70 private final double bandwidth; field in class:LoessInterpolator
89 * with a bandwidth of {@link #DEFAULT_BANDWIDTH},
96 this.bandwidth = DEFAULT_BANDWIDTH;
103 * with given bandwidth and number of robustness iterations.
106 * #LoessInterpolator(double, int, double) LoessInterpolator(bandwidth,
110 * @param bandwidth when computing the loess fit at
120 * @throws MathException if bandwidth does not lie in the interval [0,1]
124 public LoessInterpolator(double bandwidth, int robustnessIters) throws MathException
    [all...]
  /external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
AbstractNettyHandler.java 156 long bandwidth = (getDataSincePing() * TimeUnit.SECONDS.toNanos(1)) / elapsedTime; local
162 if (targetWindow > currentWindow && bandwidth > lastBandwidth) {
163 lastBandwidth = bandwidth;
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_unittest.cc 96 opus_int32 bandwidth; local
99 OPUS_GET_MAX_BANDWIDTH(&bandwidth));
100 EXPECT_EQ(expect, bandwidth);
  /external/libopus/celt/
celt.h 64 int bandwidth; member in struct:__anon29245
  /external/webrtc/webrtc/base/
virtualsocketserver.h 46 // Limits the network bandwidth (maximum bytes per second). Zero means that
48 uint32_t bandwidth() const { return bandwidth_; } function in class:rtc::VirtualSocketServer
49 void set_bandwidth(uint32_t bandwidth) { bandwidth_ = bandwidth; }
331 // Network model that enforces bandwidth and capacity constraints
  /external/libopus/src/
opus_decoder.c 68 int bandwidth; member in struct:OpusDecoder
240 int bandwidth; local
277 bandwidth = st->bandwidth;
282 bandwidth = 0;
381 if( bandwidth == OPUS_BANDWIDTH_NARROWBAND ) {
383 } else if( bandwidth == OPUS_BANDWIDTH_MEDIUMBAND ) {
385 } else if( bandwidth == OPUS_BANDWIDTH_WIDEBAND ) {
468 if (bandwidth)
472 switch(bandwidth)
974 int bandwidth; local
    [all...]
opus_demo.c 58 fprintf(stderr, "-bandwidth <NB|MB|WB|SWB|FB> : audio bandwidth (from narrowband to fullband); default: sampling rate\n" );
243 int bandwidth=OPUS_AUTO; local
349 } else if( strcmp( argv[ args ], "-bandwidth" ) == 0 ) {
350 check_encoder_option(decode_only, "-bandwidth");
352 bandwidth = OPUS_BANDWIDTH_NARROWBAND;
354 bandwidth = OPUS_BANDWIDTH_MEDIUMBAND;
356 bandwidth = OPUS_BANDWIDTH_WIDEBAND;
358 bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND;
360 bandwidth = OPUS_BANDWIDTH_FULLBAND
    [all...]

Completed in 453 milliseconds

1 2 3