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

1 2 3 4 5

  /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
256 bandwidth = (entryNo==0)
270 bandwidth = (INT)scaleValue(fMult(bwFac_fix, (FIXP_DBL)(endBw-startBw)),q_res) + startBw;
274 bandwidth = -1;
281 return bandwidth;
285 AAC_ENCODER_ERROR FDKaacEnc_DetermineBandWidth(INT* bandWidth,
306 *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).
  /external/tcpdump/
print-igrp.c 58 uint8_t igr_bw[3]; /* bandwidth in units of 1 kb/s */
71 register u_int delay, bandwidth; local
85 bandwidth = EXTRACT_24BITS(igr->igr_bw);
86 metric = bandwidth + delay;
92 10 * delay, bandwidth == 0 ? 0 : 10000000 / bandwidth,
print-eigrp.c 124 uint8_t bandwidth[4]; member in struct:eigrp_tlv_ip_int_t
144 uint8_t bandwidth[4]; member in struct:eigrp_tlv_ip_ext_t
163 uint8_t bandwidth[4]; member in struct:eigrp_tlv_at_int_t
182 uint8_t bandwidth[4]; member in struct:eigrp_tlv_at_ext_t
338 ND_PRINT((ndo, "\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
340 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->bandwidth),
375 ND_PRINT((ndo, "\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
377 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->bandwidth),
407 ND_PRINT((ndo, "\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
409 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->bandwidth),
    [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/libopus/celt/
celt.h 60 int bandwidth; member in struct:__anon16081
  /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/chromium-trace/catapult/netlog_viewer/netlog_viewer/
log_util_test.js 182 bandwidth: true,
211 bandwidth: false,
  /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
virtualsocket_unittest.cc 79 bandwidth(bw),
119 if (bandwidth > 0)
120 ASSERT_TRUE(sec_count <= 5 * bandwidth / 4);
127 uint32_t bandwidth; member in struct:Receiver
667 uint32_t bandwidth = 64 * 1024; local
668 ss_->set_bandwidth(bandwidth);
672 Receiver receiver(pthMain, recv_socket, bandwidth);
678 ASSERT_TRUE(receiver.count >= 5 * 3 * bandwidth / 4);
679 ASSERT_TRUE(receiver.count <= 6 * bandwidth); // queue could drain for 1s
    [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);*/
opus_decoder.c 67 int bandwidth; member in struct:OpusDecoder
347 if( st->bandwidth == OPUS_BANDWIDTH_NARROWBAND ) {
349 } else if( st->bandwidth == OPUS_BANDWIDTH_MEDIUMBAND ) {
351 } else if( st->bandwidth == OPUS_BANDWIDTH_WIDEBAND ) {
422 switch(st->bandwidth)
650 st->bandwidth = packet_bandwidth;
670 st->bandwidth = packet_bandwidth;
792 *value = st->bandwidth;
891 int bandwidth; local
894 bandwidth = OPUS_BANDWIDTH_MEDIUMBAND + ((data[0]>>5)&0x3)
    [all...]
opus_demo.c 58 fprintf(stderr, "-bandwidth <NB|MB|WB|SWB|FB> : audio bandwidth (from narrowband to fullband); default: sampling rate\n" );
248 int bandwidth=-1; local
339 bandwidth = OPUS_AUTO;
355 } else if( strcmp( argv[ args ], "-bandwidth" ) == 0 ) {
356 check_encoder_option(decode_only, "-bandwidth");
358 bandwidth = OPUS_BANDWIDTH_NARROWBAND;
360 bandwidth = OPUS_BANDWIDTH_MEDIUMBAND;
362 bandwidth = OPUS_BANDWIDTH_WIDEBAND;
364 bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
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.h 102 /** Bandwidth in Hz */
103 int bandwidth; member in struct:inv_single_sensor_t
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
firewire-cdev.h 176 * @bandwidth: Bandwidth allocation units which were (de)allocated, if any
180 * @bandwidth for whether the allocation actually succeeded.
187 * @bandwidth is 0 if no bandwidth was (de)allocated or if reallocation failed.
194 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
557 * struct fw_cdev_allocate_iso_resource - (De)allocate a channel or bandwidth
560 * @bandwidth: Isochronous bandwidth units to be (de)allocated
565 * isochronous channel and/or of isochronous bandwidth at the isochronou
603 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
    [all...]
  /bionic/libc/kernel/uapi/linux/
firewire-cdev.h 112 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
305 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
  /development/ndk/platforms/android-21/include/linux/
firewire-cdev.h 112 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
305 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
  /external/aac/libSBRenc/src/
sbr_encoder.cpp 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
125 #define DELAY_QMF_ANA(dwnsmp) ((320<<((dwnsmp)-1)) - (32<<((dwnsmp)-1))) /* Full bandwidth */
2143 int bandwidth = *coreBandwidth; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
firewire-cdev.h 310 * @bandwidth: Bandwidth allocation units which were (de)allocated, if any
314 * @bandwidth for whether the allocation actually succeeded.
321 * @bandwidth is 0 if no bandwidth was (de)allocated or if reallocation failed.
328 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
971 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
    [all...]
  /external/webrtc/talk/session/media/
mediasession.h 199 int bandwidth() const { return bandwidth_; } function in class:cricket::MediaContentDescription
200 void set_bandwidth(int bandwidth) { bandwidth_ = bandwidth; }
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c 48 * when bandwidth is changing. The latter might be the result of bandwidth
56 * of limit is required every time that the bandwidth is changing.
106 * result in an update of bandwidth, therefore, the bottlenech should be
111 /* Read the bottleneck from bandwidth estimator for the
113 * in bandwidth, upper and lower-band will be in sync. */
120 /* Adding hysteresis when increasing signal bandwidth. */
142 /* Do the rate-allocation and get the new bandwidth. */
143 enum ISACBandwidth bandwidth; local
147 &bandwidth);
1574 enum ISACBandwidth bandwidth; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.h 72 int bandwidth; member in struct:i802_bss
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
firewire-cdev.h 306 * @bandwidth: Bandwidth allocation units which were (de)allocated, if any
310 * @bandwidth for whether the allocation actually succeeded.
317 * @bandwidth is 0 if no bandwidth was (de)allocated or if reallocation failed.
324 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
942 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
firewire-cdev.h 112 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
305 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource

Completed in 511 milliseconds

1 2 3 4 5