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

1 2 3 4

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
encode_lpc_swb.h 35 * -bandwidth : indicates if the given LAR vectors belong
45 WebRtc_Word16 bandwidth);
57 * -bandwidth : indicates if the given LAR vectors belong
66 WebRtc_Word16 bandwidth);
80 * -bandwidth : indicates if the given LAR vectors belong
89 WebRtc_Word16 bandwidth);
99 * -bandwidth : indicates if the given LAR vectors belong
109 WebRtc_Word16 bandwidth);
119 * -bandwidth : indicates if the given LAR vectors belong
128 WebRtc_Word16 bandwidth);
    [all...]
encode_lpc_swb.c 39 * -bandwidth : indicates if the given LAR vectors belong
50 WebRtc_Word16 bandwidth)
56 switch(bandwidth)
95 * -bandwidth : indicates if the given LAR vectors belong
105 WebRtc_Word16 bandwidth)
114 switch(bandwidth)
169 * -bandwidth : indicates if the given LAR vectors belong
179 WebRtc_Word16 bandwidth)
187 switch(bandwidth)
237 * -bandwidth : indicates if the given LAR vectors belon
    [all...]
lpc_analysis.h 48 WebRtc_Word16 bandwidth);
entropy_coding.h 83 WebRtc_Word16 bandwidth);
107 * - bandwidth : specifies if the codec is operating at 0-12 kHz
131 WebRtc_Word16 bandwidth,
140 * - bandwidth : spepecifies if the codec is in 0-12 kHz or
164 WebRtc_Word16 bandwidth);
261 * Encode if the bandwidth of encoded audio is 0-12 kHz or 0-16 kHz.
264 * - bandwidth : an enumerator specifying if the codec in is
275 WebRtc_Word16 WebRtcIsac_EncodeBandwidth(enum ISACBandwidth bandwidth,
281 * Decode the bandwidth of the encoded audio, i.e. if the bandwidth is 0-12 kH
    [all...]
codec.h 51 WebRtc_Word32 jitterInfo, float scale, enum ISACBandwidth bandwidth);
55 enum ISACBandwidth bandwidth);
bandwidth_estimator.h 14 * This header file contains the API for the Bandwidth Estimator
106 /* Returns the bandwidth/jitter estimation code (integer 0...23) to put in the sending iSAC payload */
113 /* Returns the bandwidth estimation (in bps) */
121 /* Returns the bandwidth that iSAC should send with in bps */
141 enum ISACBandwidth bandwidth
entropy_coding.c 40 /* CDF array for encoder bandwidth (12 vs 16 kHz) indicator. */
44 /* Pointer to cdf array for encoder bandwidth (12 vs 16 kHz) indicator. */
49 * Initial cdf index for decoder of encoded bandwidth
685 WebRtc_Word16 WebRtcIsac_Poly2LarUB(double* lpcVecs, WebRtc_Word16 bandwidth) {
694 switch (bandwidth) {
796 WebRtc_Word16 bandwidth) {
809 bandwidth);
814 switch (bandwidth) {
839 if (bandwidth == isac16kHz) {
    [all...]
  /external/iproute2/tc/
tc_red.h 6 extern int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth, __u8 *sbuf);
  /external/iproute2/testsuite/tests/
cbq.t 3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
8 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
9 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
policer 3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
10 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
11 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
cls-testbed.t 17 cbq bandwidth 100Mbit avpkt 1400 mpu 64
20 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 \
  /external/chromium/net/base/
bandwidth_metrics.h 17 // Tracks statistics about the bandwidth metrics over time. In order to
21 // bandwidth, but not both.
25 // progress concurrently, you have to look at the aggregate bandwidth at any
30 // We can't measure bandwidth by looking at any individual stream.
31 // We can only measure actual bandwidth by looking at the bandwidth
64 // Get the bandwidth. Returns Kbps (kilo-bits-per-second).
65 double bandwidth() const { function in class:net::BandwidthMetrics
82 // We don't use small streams when tracking bandwidth because they are not
96 LOG(INFO) << "Bandwidth: " << kbp
    [all...]
  /external/tcpdump/
print-igrp.c 47 register u_int delay, bandwidth; local
61 bandwidth = EXTRACT_24BITS(igr->igr_bw);
62 metric = bandwidth + delay;
68 10 * delay, bandwidth == 0 ? 0 : 10000000 / bandwidth,
print-eigrp.c 130 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_ip_int_t
150 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_ip_ext_t
169 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_at_int_t
188 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_at_ext_t
344 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
346 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->bandwidth),
381 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
383 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->bandwidth),
413 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
415 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->bandwidth),
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
psy_configuration.h 96 Word16 bandwidth,
101 Word16 bandwidth,
psy_main.h 54 Word16 bandwidth);
  /external/aac/libAACenc/src/
bandwidth.cpp 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
87 contents/description: bandwidth expert
92 #include "bandwidth.h"
202 INT bandwidth = -1; local
258 bandwidth = (entryNo==0)
272 bandwidth = (INT)scaleValue(fMult(bwFac_fix, (FIXP_DBL)(endBw-startBw)),q_res) + startBw;
276 bandwidth = -1;
283 return bandwidth;
287 AAC_ENCODER_ERROR FDKaacEnc_DetermineBandWidth(INT* bandWidth,
308 *bandWidth = proposedBandWidth
    [all...]
psy_configuration.h 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
155 INT bandwidth,
psy_main.h 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
155 INT bandwidth,
  /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);
  /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 ); \
  /external/libppp/src/
tun.c 111 info.baudrate = bundle->bandwidth;
mp.h 101 int min; /* Lowest percent of bundle->bandwidth */
102 int max; /* Highest percent of bundle->bandwidth out */
114 unsigned bandwidth; /* Our link bandwidth (or zero) */ member in struct:mp_link
  /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).
  /libcore/luni/src/main/java/java/net/
SocketImpl.java 285 * Sets performance preference for connection time, latency and bandwidth.
292 * @param bandwidth
293 * the importance of bandwidth.
295 protected void setPerformancePreferences(int connectionTime, int latency, int bandwidth) {

Completed in 599 milliseconds

1 2 3 4