Searched defs:bandwidth (Results 1 - 25 of 50) sorted by relevance

12

/external/webrtc/webrtc/base/
H A Dbandwidthsmoother.cc34 // Samples a new bandwidth measurement
35 // returns true if the bandwidth estimation changed
36 bool BandwidthSmoother::Sample(uint32_t sample_time, int bandwidth) { argument
37 if (bandwidth < 0) {
41 accumulator_.AddSample(bandwidth);
49 // Replace bandwidth with the mean of sampled bandwidths.
61 // If bandwidth goes any higher we would overflow.
75 // positive bandwidth means we have regained connectivity.
H A Dvirtualsocketserver.h46 // 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; } argument
331 // Network model that enforces bandwidth and capacity constraints
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DCaptureQualityController.java74 // Extract max bandwidth (in millipixels / second).
89 // Choose the best format given a target bandwidth.
106 // Return the highest frame rate possible based on bandwidth and format.
107 private int calculateFramerate(double bandwidth, CaptureFormat format) { argument
109 (int) Math.round(bandwidth / (format.width * format.height))) / 1000.0);
/external/aac/libAACenc/src/
H A Dbandwidth.cpp14 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;
332 /* bandwidth limiting */
336 else { /* search reasonable bandwidth */
[all...]
H A Dpsy_configuration.cpp14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
570 INT bandwidth,
587 psyConf->allowIS = (useIS) && ( (bitrate/bandwidth) < 5 );
623 psyConf->lowpassLine = (INT)((2*bandwidth*frameLengthLong)/samplerate);
627 psyConf->lowpassLine = (INT)((2*bandwidth*frameLengthShort)/samplerate);
568 FDKaacEnc_InitPsyConfiguration(INT bitrate, INT samplerate, INT bandwidth, INT blocktype, INT granuleLength, INT useIS, PSY_CONFIGURATION *psyConf, FB_TYPE filterbank) argument
H A Dpsy_main.cpp14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
306 INT bandwidth,
335 ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, LONG_WINDOW, hPsy->granuleLength, useIS, &(hPsy->psyConf[0]), filterBank);
356 ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, SHORT_WINDOW, hPsy->granuleLength, useIS, &hPsy->psyConf[1], filterBank);
299 FDKaacEnc_psyMainInit(PSY_INTERNAL *hPsy, AUDIO_OBJECT_TYPE audioObjectType, CHANNEL_MAPPING *cm, INT sampleRate, INT granuleLength, INT bitRate, INT tnsMask, INT bandwidth, INT usePns, INT useIS, UINT syntaxFlags, ULONG initFlags) argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DLoessInterpolator.java47 /** 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, in argument
149 LoessInterpolator(double bandwidth, int robustnessIters, double accuracy) argument
[all...]
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
H A DMockServerSocket.java163 int bandwidth) {
162 setPerformancePreferences(int connectionTime, int latency, int bandwidth) argument
H A DMockSocketConnection.java285 int bandwidth) {
284 setPerformancePreferences(int connectionTime, int latency, int bandwidth) argument
/external/tcpdump/
H A Dprint-igrp.c58 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,
H A Dprint-eigrp.c124 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/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c39 * -bandwidth : indicates if the given LAR vectors belong
50 int16_t bandwidth)
56 switch(bandwidth)
95 * -bandwidth : indicates if the given LAR vectors belong
105 int16_t bandwidth)
114 switch(bandwidth)
169 * -bandwidth : indicates if the given LAR vectors belong
179 int16_t bandwidth)
187 switch(bandwidth)
237 * -bandwidth
48 WebRtcIsac_RemoveLarMean( double* lar, int16_t bandwidth) argument
102 WebRtcIsac_DecorrelateIntraVec( const double* data, double* out, int16_t bandwidth) argument
176 WebRtcIsac_DecorrelateInterVec( const double* data, double* out, int16_t bandwidth) argument
245 WebRtcIsac_QuantizeUncorrLar( double* data, int* recIdx, int16_t bandwidth) argument
315 WebRtcIsac_DequantizeLpcParam( const int* idx, double* out, int16_t bandwidth) argument
371 WebRtcIsac_CorrelateIntraVec( const double* data, double* out, int16_t bandwidth) argument
434 WebRtcIsac_CorrelateInterVec( const double* data, double* out, int16_t bandwidth) argument
499 WebRtcIsac_AddLarMean( double* data, int16_t bandwidth) argument
[all...]
H A Dlpc_analysis.c305 /* bandwidth expansion */
332 /* bandwidth expansion */
373 * -bandwidth : specifies if the codec is in 0-16 kHz mode or
391 int16_t bandwidth)
396 int16_t numSubFrames = SUBFRAMES * (1 + (bandwidth == isac16kHz));
442 (bandwidth == isac12kHz);
444 (bandwidth == isac16kHz);
453 /* bandwidth expansion */
385 WebRtcIsac_GetLpcCoefUb( double* inSignal, MaskFiltstr* maskdata, double* lpCoeff, double corrMat[][UB_LPC_ORDER + 1], double* varscale, int16_t bandwidth) argument
H A Dencode.c15 * Decoding of upper-band, including 8-12 kHz, when the bandwidth is
16 * 0-12 kHz, and 8-16 kHz, when the bandwidth is 0-16 kHz.
45 12kHz & 16kHz bandwidth.
47 12 kHz bandwidth
59 16 kHz bandwidth
112 * bandwidth. */
119 * at 12 kHz bandwidth. Using xxxBandBitRate12[] to calculates
139 /* A bottleneck between 50 and 56 kbps corresponds to bandwidth
695 /* Encoding of bandwidth information. */
892 /* Encoding bandwidth informatio
1140 WebRtcIsac_EncodeStoredDataUb( const ISACUBSaveEncDataStruct* ISACSavedEnc_obj, Bitstr* bitStream, int32_t jitterInfo, float scale, enum ISACBandwidth bandwidth) argument
1228 WebRtcIsac_GetRedPayloadUb( const ISACUBSaveEncDataStruct* ISACSavedEncObj, Bitstr* bitStreamObj, enum ISACBandwidth bandwidth) argument
[all...]
/external/libopus/celt/
H A Dcelt.h60 int bandwidth; member in struct:__anon10579
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_unittest.cc96 opus_int32 bandwidth; local
99 OPUS_GET_MAX_BANDWIDTH(&bandwidth));
100 EXPECT_EQ(expect, bandwidth);
/external/webrtc/webrtc/modules/bitrate_controller/
H A Dsend_side_bandwidth_estimation.cc102 int64_t now_ms, uint32_t bandwidth) {
103 bwe_incoming_ = bandwidth;
277 LOG(LS_WARNING) << "Estimated available bandwidth " << bitrate / 1000
101 UpdateReceiverEstimate( int64_t now_ms, uint32_t bandwidth) argument
/external/conscrypt/src/compat/java/org/conscrypt/
H A DKitKatPlatformOpenSSLSocketImplAdapter.java266 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { argument
267 delegate.setPerformancePreferences(connectionTime, latency, bandwidth);
H A DPreKitKatPlatformOpenSSLSocketImplAdapter.java266 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { argument
267 delegate.setPerformancePreferences(connectionTime, latency, bandwidth);
/external/libopus/src/
H A Danalysis.c220 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);*/
H A Dopus_decoder.c67 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
[all...]
H A Dopus_demo.c58 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
[all...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DDelegatingSSLSocket.java280 @Override public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { argument
281 delegate.setPerformancePreferences(connectionTime, latency, bandwidth);
/external/kernel-headers/original/uapi/linux/
H A Dfirewire-cdev.h310 * @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
925 * struct fw_cdev_allocate_iso_resource - (De)allocate a channel or bandwidth
928 * @bandwidth: Isochronous bandwidth units to be (de)allocated
933 * isochronous channel and/or of isochronous bandwidth at the isochronous
965 * @bandwidth i
971 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
[all...]
/external/webrtc/talk/session/media/
H A Dmediasession.h199 int bandwidth() const { return bandwidth_; } function in class:cricket::MediaContentDescription
200 void set_bandwidth(int bandwidth) { bandwidth_ = bandwidth; } argument

Completed in 628 milliseconds

12