/external/iproute2/man/man8/ |
tc-pfifo_fast.8 | 22 queues side by side, where packets can be enqueued in any of the three bands 25 Not all three bands are dequeued simultaneously - as long as lower bands 26 have traffic, higher bands are never dequeued. This can be used to 37 for complete details on how TOS bits are translated into bands. 41 The length of the three bands depends on the interface txqueuelen, as
|
tc-prio.8 | 11 .B ] prio [ bands 12 bands 30 On creation with 'tc qdisc add', a fixed number of bands is created. Each 32 add', the number of bands to be created must instead be specified on the 65 bands 66 Number of bands. If changed from the default of 3, 76 bands. Mapping occurs based on the TOS octet of the packet, which looks like 178 Large amounts of traffic in the lower bands can cause starvation of higher 179 bands. Can be prevented by attaching a shaper (for example, 181 to these bands to make sure they cannot dominate the link [all...] |
/external/iproute2/tc/ |
q_prio.c | 28 fprintf(stderr, "Usage: ... prio bands NUMBER priomap P1 P2...[multiqueue]\n"); 40 if (strcmp(*argv, "bands") == 0) { 44 if (get_integer(&opt.bands, *argv, 10)) { 45 fprintf(stderr, "Illegal \"bands\"\n"); 70 if (band > opt.bands) { 71 fprintf(stderr, "\"priomap\" element is out of bands\n"); 109 fprintf(f, "bands %u priomap ", qopt->bands);
|
q_rr.c | 28 fprintf(stderr, "Usage: ... rr bands NUMBER priomap P1 P2... [multiqueue]\n"); 41 if (strcmp(*argv, "bands") == 0) { 45 if (get_integer(&opt.bands, *argv, 10)) { 46 fprintf(stderr, "Illegal \"bands\"\n"); 71 if (band > opt.bands) { 72 fprintf(stderr, "\"priomap\" element is out of bands\n"); 104 fprintf(f, "bands %u priomap ", qopt->bands);
|
q_multiq.c | 76 fprintf(f, "bands %u/%u ", qopt->bands, qopt->max_bands);
|
/external/webrtc/src/common_audio/vad/ |
vad_filterbank.h | 47 * different frequency bands 72 * different frequency bands 75 * - in_vector : Input signal to be split into two frequency bands. 98 * 6 frequency bands used by the VAD:
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_dev_attr.h | 28 int wps_process_rf_bands(struct wps_device_data *dev, const u8 *bands);
|
wps_dev_attr.c | 175 wpa_printf(MSG_DEBUG, "WPS: * RF Bands (%x)", dev->rf_bands); 343 int wps_process_rf_bands(struct wps_device_data *dev, const u8 *bands) 345 if (bands == NULL) { 346 wpa_printf(MSG_DEBUG, "WPS: No RF Bands received"); 350 dev->rf_bands = *bands; 351 wpa_printf(MSG_DEBUG, "WPS: Enrollee RF Bands 0x%x", dev->rf_bands);
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
psy_configuration.h | 33 Word16 sfbActive; /* number of sf bands containing energy after lowpass */ 63 Word16 sfbActive; /* number of sf bands containing energy after lowpass */
|
/external/aac/libSBRdec/src/ |
sbrdec_freq_sca.cpp | 118 UCHAR startFreq, /*!< Index to table of possible start bands */ 163 UCHAR stopFreq, /*!< Index to table of possible start bands */ 332 *numMaster = num_bands0 + num_bands1; /* Output nr of bands */ 351 *numMaster = num_bands0; /* Output nr of bands */ 358 /* FLOOR to get to few number of bands (next lower even number) */ 398 *numMaster = num_bands0; /* Output nr of bands */ 417 All SBR bands should span a constant frequency range in the logarithmic 474 \brief Calculate number of SBR bands between start and stop band 476 Given the number of bands per octave, this function calculates how many 477 bands fit in the given frequency range [all...] |
env_extr.h | 153 UCHAR nSfb[2]; /*!< Number of SBR-bands for low and high freq-resolution */ 154 UCHAR nNfb; /*!< Actual number of noise bands to read from the bitstream*/ 155 UCHAR numMaster; /*!< Number of SBR-bands in v_k_master */ 159 UCHAR noLimiterBands; /*!< Number of limiter bands. */ 160 UCHAR nInvfBands; /*!< Number of bands for inverse filtering */ 163 /*!< Mapping of SBR bands to QMF bands for low frequency resolution */ 165 /*!< Mapping of SBR bands to QMF bands for high frequency resolution */ 167 /*!< Mapping of SBR noise bands to QMF bands * [all...] |
lpp_tran.cpp | 167 UCHAR nInvfBands, /*!< Number of bands for inverse filtering */ 228 const int nInvfBands, /*!< Number of bands for inverse filtering */ 279 Possible optimization: Clearing bands up to usb would be sufficient here. */ 307 /* outer loop over bands to do analysis only once for each band */ 713 } /* outer loop over bands (loBand) */ 766 UCHAR *noiseBandTable, /*!< Mapping of SBR noise bands to QMF bands */ 767 const int noNoiseBands, /*!< Number of noise bands */ 843 UCHAR *noiseBandTable, /*!< Mapping of SBR noise bands to QMF bands */ [all...] |
/external/aac/libFDK/include/ |
FDK_hybrid.h | 123 INT nrBands; /*!< Number of QMF bands. */ 124 INT cplxBands; /*!< Number of complex QMF bands.*/ 125 UCHAR hfMode; /*!< Flag signalizes treatment of HF bands. */ 140 INT nrBands; /*!< Number of QMF bands. */ 141 INT cplxBands; /*!< Number of complex QMF bands.*/ 176 * \param qmfBands Number of qmf bands to be processed. 177 * \param cplxBands Number of complex qmf bands to be processed. 241 * \param qmfBands Number of qmf bands to be processed. 242 * \param cplxBands Number of complex qmf bands to be processed.
|
qmf.h | 202 int lsb, /*!< Number of lower bands */ 203 int usb, /*!< Number of upper bands */ 204 int no_channels, /*!< Number of critically sampled bands */ 220 int lsb, /*!< Number of lower bands */ 221 int usb, /*!< Number of upper bands */ 222 int no_channels, /*!< Number of critically sampled bands */
|
/frameworks/base/media/java/android/media/audiofx/ |
Equalizer.java | 56 * Number of bands. Parameter ID for OnParameterChangeListener 101 * Number of bands implemented by Equalizer engine 176 * Gets the number of frequency bands supported by the Equalizer engine. 177 * @return the number of bands 213 * @param band frequency band that will have the new gain. The numbering of the bands starts 214 * from 0 and ends at (number of bands - 1). 235 * @param band frequency band whose gain is requested. The numbering of the bands starts 236 * from 0 and ends at (number of bands - 1). 257 * @param band frequency band whose center frequency is requested. The numbering of the bands 258 * starts from 0 and ends at (number of bands - 1) [all...] |
/external/aac/libAACenc/src/ |
psy_configuration.h | 109 INT sfbCnt; /* number of existing sf bands */ 110 INT sfbActive; /* number of sf bands containing energy after lowpass */ 143 UCHAR sfbCnt; /* Number of scalefactor bands */ 144 UCHAR sfbWidth[MAX_SFB_LONG]; /* Width of scalefactor bands for long blocks */ 148 UCHAR sfbCnt; /* Number of scalefactor bands */ 149 UCHAR sfbWidth[MAX_SFB_SHORT]; /* Width of scalefactor bands for short blocks */
|
/external/wpa_supplicant_8/src/wps/ |
wps_dev_attr.h | 30 int wps_process_rf_bands(struct wps_device_data *dev, const u8 *bands);
|
wps_dev_attr.c | 222 wpa_printf(MSG_DEBUG, "WPS: * RF Bands (%x)", dev->rf_bands); 407 int wps_process_rf_bands(struct wps_device_data *dev, const u8 *bands) 409 if (bands == NULL) { 410 wpa_printf(MSG_DEBUG, "WPS: No RF Bands received"); 414 dev->rf_bands = *bands; 415 wpa_printf(MSG_DEBUG, "WPS: Enrollee RF Bands 0x%x", dev->rf_bands);
|
/external/iproute2/include/linux/ |
pkt_sched.h | 6 /* Logical priority bands not depending on specific packet scheduler. 119 int bands; /* Number of bands */ member in struct:tc_prio_qopt 126 __u16 bands; /* Number of bands */ member in struct:tc_multiq_qopt
|
/external/kernel-headers/original/linux/ |
pkt_sched.h | 6 /* Logical priority bands not depending on specific packet scheduler. 124 int bands; /* Number of bands */ member in struct:tc_prio_qopt 131 __u16 bands; /* Number of bands */ member in struct:tc_multiq_qopt
|
/external/aac/libSBRenc/src/ |
sbrenc_freq_sca.cpp | 347 of target bands per octave (or lower the sampling frequency) */ 368 return (1); /* Number of bands exceeds valid range of MAX_FREQ_COEFFS for fs=44.1kHz */ 371 return (1); /* Number of bands exceeds valid range of MAX_FREQ_COEFFS for fs>=48kHz */ 374 return (1);/*Number of bands exceeds valid range of MAX_FREQ_COEFFS */ 377 return (1);/* Number of bands is negative */ 439 if (diff0[0] == 0) /* too wide FB bands for target tuning */ 442 of target bands per octave (or lower the sampling frequency */ 457 *h_num_bands=num_bands0+num_bands1; /* Output nr of bands */ 468 if (diff0[0] == 0) /* too wide FB bands for target tuning */ 471 of target bands per octave (or lower the sampling frequency * [all...] |
nf_est.h | 104 INT freqBandTableQmf[MAX_NUM_NOISE_VALUES + 1]; /*!< Frequncy band table for the noise floor bands.*/ 132 INT nSfb, /*!< Number of frequency bands. */ 133 INT noiseBands, /*!< Number of noise bands per octave. */ 142 INT nSfb); /*!< Number of bands in the frequency band table. */
|
/frameworks/av/media/libeffects/testlibs/ |
AudioEqualizer.h | 27 // A parametric audio equalizer. Supports an arbitrary number of bands and 58 // nBands Number of bands required in the instance. 68 // nBands Number of bands. Must be >= 2. 138 // default value after reset). For the first and last bands, 0 is always 209 // Number of peaking filters. Total number of bands is +2. 230 // pMem Memory buffer for bands.
|
/system/media/audio_effects/include/audio_effects/ |
effect_equalizer.h | 34 EQ_PARAM_NUM_BANDS, // Gets the number of frequency bands that the equalizer supports.
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
PointCloud.java | 145 final int bands = (int) Math.round(pointAreaRadius / ds); local 146 final float dr = pointAreaRadius / bands; 148 for (int b = 0; b <= bands; b++, r += dr) {
|