HomeSort by relevance Sort by last modified time
    Searched full:band (Results 51 - 75 of 1140) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/speex/libspeex/
sb_celp.h 4 @brief Sub-band CELP mode used for wideband encoding
43 /**Structure representing the full state of the sub-band encoder*/
46 void *st_low; /**< State of the low-band (narrowband) encoder */
47 int full_frame_size; /**< Length of full-band frames*/
48 int frame_size; /**< Length of high-band frames*/
49 int subframeSize; /**< Length of high-band sub-frames*/
50 int nbSubframes; /**< Number of high-band sub-frames*/
51 int windowSize; /**< Length of high-band LPC window*/
52 int lpcSize; /**< Order of high-band LPC analysis */
59 spx_word16_t *high; /**< High-band signal (buffer) *
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
codec.h 63 * Internal function to perform a rate-allocation for upper and lower-band,
70 * - rateLBBitPerSec : a bit-rate allocated to the lower-band
72 * - rateUBBitPerSec : a bit-rate allocated to the upper-band
88 * Decode the upper-band if the codec is in 0-16 kHz mode.
91 * -ISACdec_obj : pointer to the upper-band decoder object. The
108 * Decode the upper-band if the codec is in 0-12 kHz mode.
111 * -ISACdec_obj : pointer to the upper-band decoder object. The
128 * Encode the upper-band if the codec is in 0-16 kHz mode.
131 * -in : upper-band audio, 160 samples (10 ms).
134 * -ISACdec_obj : pointer to the upper-band encoder object. Th
    [all...]
  /external/autotest/server/cros/ap_configurators/
dlink_ap_configurator.py 58 return [{'band': ap_spec.BAND_2GHZ,
60 {'band': ap_spec.BAND_5GHZ,
65 return [{'band': ap_spec.BAND_2GHZ,
69 {'band': ap_spec.BAND_5GHZ,
126 def set_mode(self, mode, band=None):
127 # Mode overrides the band. So if a band change is made after a mode
129 self.add_item_to_command_list(self._set_mode, (mode, band), 1, 800)
132 def _set_mode(self, mode, band=None):
159 # If the mode is 802.11n then default to 5Ghz unless there is a band
    [all...]
ap_configurator_test.py 76 # All tests have to have a band pre-set.
78 self.ap.set_band(bands[0]['band'])
84 for band in self.ap.get_supported_bands():
85 self.ap.set_band(band['band'])
91 """Returns a mode and band that do not contain wireless mode N.
100 return_dict['band'] = mode['band']
130 for band in supported_bands:
131 self.ap.set_band(band['band']
    [all...]
ap_configurator.py 98 Example: returned is a dictionary of band and a list of channels. The
99 band object returned must be one of those defined in the
102 supported_bands = [{'band' : self.band_2GHz,
104 {'band' : ap_spec.BAND_5GHZ,
119 Example: returned is a dictionary of band and a list of modes. The band
123 supported_modes = [{'band' : ap_spec.BAND_2GHZ,
125 {'band' : ap_spec.BAND_5GHZ,
146 def is_band_and_channel_supported(self, band, channel):
148 Returns if a given band and channel are supported
    [all...]
trendnet692gr_ap_configurator.py 52 return [{'band': ap_spec.BAND_2GHZ,
54 {'band': ap_spec.BAND_5GHZ,
59 return [{'band': ap_spec.BAND_2GHZ,
63 {'band': ap_spec.BAND_5GHZ,
96 raise RuntimeError('Incorrect band band = %s' % self.current_band)
116 def _set_mode(self, mode, band=None):
138 def set_band(self, band):
139 if band == ap_spec.BAND_5GHZ:
141 elif band == ap_spec.BAND_2GHZ
    [all...]
linksyse2000_ap_configurator.py 32 return [{'band': ap_spec.BAND_2GHZ,
36 {'band': ap_spec.BAND_5GHZ,
42 return [{'band': ap_spec.BAND_2GHZ,
44 {'band': ap_spec.BAND_5GHZ,
80 def set_mode(self, mode, band=None):
81 if band:
82 self.add_item_to_command_list(self._set_band, (band,), 1, 700)
83 self.add_item_to_command_list(self._set_mode, (mode, band), 1, 800)
86 def _set_mode(self, mode, band=None):
95 if self.current_band == ap_spec.BAND_5GHZ or band == ap_spec.BAND_5GHZ
    [all...]
linksyse_dual_band_configurator.py 5 """Base class for objects to configure Linksys dual band access points
16 """Base class for objects to configure Linksys dual band access points
61 return [{'band': ap_spec.BAND_2GHZ,
63 {'band': ap_spec.BAND_5GHZ,
68 return [{'band': ap_spec.BAND_2GHZ,
71 {'band': ap_spec.BAND_5GHZ,
105 def set_mode(self, mode, band=None):
106 self.add_item_to_command_list(self._set_mode, (mode, band), 1, 800)
109 def _set_mode(self, mode, band=None):
116 if self.current_band == ap_spec.BAND_5GHZ or band == ap_spec.BAND_5GHZ
    [all...]
  /external/autotest/client/site_tests/network_WiFiCaps/
control 11 - 2.4GHz band
12 - 5 GHz band
  /external/libvpx/libvpx/vp8/common/
context.c 24 // Coeff Band ( 0 )
30 // Coeff Band ( 1 )
36 // Coeff Band ( 2 )
42 // Coeff Band ( 3 )
48 // Coeff Band ( 4 )
54 // Coeff Band ( 5 )
60 // Coeff Band ( 6 )
66 // Coeff Band ( 7 )
75 // Coeff Band ( 0 )
81 // Coeff Band ( 1
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
context.c 24 // Coeff Band ( 0 )
30 // Coeff Band ( 1 )
36 // Coeff Band ( 2 )
42 // Coeff Band ( 3 )
48 // Coeff Band ( 4 )
54 // Coeff Band ( 5 )
60 // Coeff Band ( 6 )
66 // Coeff Band ( 7 )
75 // Coeff Band ( 0 )
81 // Coeff Band ( 1
    [all...]
  /external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/
control.wpa2psk 26 band=ap_spec.BAND_2GHZ),
28 band=ap_spec.BAND_5GHZ),
31 band=ap_spec.BAND_5GHZ,
control.wpapsk 26 band=ap_spec.BAND_2GHZ),
28 band=ap_spec.BAND_5GHZ),
31 band=ap_spec.BAND_5GHZ,
  /external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/
control.suspend 26 band=ap_spec.BAND_2GHZ),
28 band=ap_spec.BAND_5GHZ),
31 band=ap_spec.BAND_5GHZ,
  /external/libopus/celt/
bands.h 42 * @param bandE Square root of the energy for each band (returned)
48 /** Normalise each band of X such that the energy in each band is
52 * @param bandE Square root of the energy for each band
56 /** Denormalise each band of X to restore full amplitude
59 * @param bandE Square root of the energy for each band
82 * @param start First band to process
83 * @param end Last band to process + 1
87 * @param bandE Square root of the energy for each band
88 * @param pulses Bit allocation (per band) for PV
    [all...]
rate.h 53 static OPUS_INLINE int bits2pulses(const CELTMode *m, int band, int LM, int bits)
60 cache = m->cache.bits + m->cache.index[LM*m->nbEBands+band];
80 static OPUS_INLINE int pulses2bits(const CELTMode *m, int band, int LM, int pulses)
85 cache = m->cache.bits + m->cache.index[LM*m->nbEBands+band];
90 * band.
93 each band
95 @param pulses Number of pulses per band (returned)
  /external/webrtc/webrtc/common_audio/
channel_buffer.h 61 // Returns a pointer array to the full-band channels (or lower band channels).
70 // Returns a pointer array to the channels for a specific band.
72 // channels(band)[channel][sample].
74 // 0 <= band < |num_bands_|
77 const T* const* channels(size_t band) const {
78 RTC_DCHECK_LT(band, num_bands_);
79 return &channels_[band * num_channels_];
81 T* const* channels(size_t band) {
83 return const_cast<T* const*>(t->channels(band));
    [all...]
  /external/aac/libAACdec/src/
block.cpp 167 int band; local
178 for (band=0; band < ScaleFactorBandsTransmitted; band++)
180 switch (pCodeBook[group*16+band]) {
183 pScaleFactor[group*16+band] = 0;
191 pScaleFactor[group*16+band] = factor - 100;
198 pScaleFactor[group*16+band] = position - 100;
205 CPns_Read( &pAacDecoderChannelInfo->data.aac.PnsData, bs, hcb, pAacDecoderChannelInfo->pDynData->aScaleFactor, pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain, band, group);
216 int band; local
277 int top, band; local
428 int window, group, groupwin, band; local
508 int window,group,groupwin,groupoffset,band; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RILConstants.java 167 int BAND_MODE_EURO = 1; //"EURO band" (GSM-900 / DCS-1800 / WCDMA-IMT-2000)
168 int BAND_MODE_USA = 2; //"US band" (GSM-850 / PCS-1900 / WCDMA-850 / WCDMA-PCS-1900)
169 int BAND_MODE_JPN = 3; //"JPN band" (WCDMA-800 / WCDMA-IMT-2000)
170 int BAND_MODE_AUS = 4; //"AUS band" (GSM-900 / DCS-1800 / WCDMA-850 / WCDMA-IMT-2000)
171 int BAND_MODE_AUS_2 = 5; //"AUS band 2" (GSM-900 / DCS-1800 / WCDMA-850)
172 int BAND_MODE_CELL_800 = 6; //"Cellular" (800-MHz Band)
173 int BAND_MODE_PCS = 7; //"PCS" (1900-MHz Band)
174 int BAND_MODE_JTACS = 8; //"Band Class 3" (JTACS Band)
175 int BAND_MODE_KOREA_PCS = 9; //"Band Class 4" (Korean PCS Band
    [all...]
  /device/google/dragon/audio/hal/dsp/
crossover2.h 53 * freq1 - The normalized frequency splits low and mid band.
54 * freq2 - The normalized frequency splits mid and high band.
62 * data0L, data0R - The input samples, also the place to store low band
64 * data1L, data1R - The place to store mid band output.
65 * data2L, data2R - The place to store high band output.
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h 52 #define LVPSA_NBANDSMIN 1 /* Minimum number of frequency band */
53 #define LVPSA_NBANDSMAX 30 /* Maximum number of frequency band */
95 LVPSA_BPFilterPrecision_en *pBPFiltersPrecision; /* Points a nBands elements array that contains the filter precision for each band */
96 Biquad_Instance_t *pBP_Instances; /* Points a nBands elements array that contains the band pass filter instance for each band */
97 Biquad_1I_Order2_Taps_t *pBP_Taps; /* Points a nBands elements array that contains the band pass filter taps for each band */
98 QPD_State_t *pQPD_States; /* Points a nBands elements array that contains the QPD filter instance for each band */
99 QPD_Taps_t *pQPD_Taps; /* Points a nBands elements array that contains the QPD filter taps for each band */
100 LVM_UINT16 *pPostGains; /* Points a nBands elements array that contains the post-filter gains for each band */
    [all...]
  /external/iproute2/man/man8/
tc-prio.8 14 band band band...
31 band is a class, although is not possible to add classes with 'tc qdisc
35 When dequeueing, band 0 is tried first and only if it did not deliver a
36 packet does PRIO try band 1, and so onwards. Maximum reliability packets
37 should therefore go to band 0, minimum delay to band 1 and the rest to band
40 As the PRIO qdisc itself will have minor number 0, band 0 is actuall
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 76 * Max levels per EQ band in millibels (1 dB = 100 mB)
81 * Min levels per EQ band in millibels (1 dB = 100 mB)
123 * Mapping for the EQ widget ids per band
636 // Initialize the N-Band Equalizer elements.
649 for (int band = 0; band < mNumberEqualizerBands; band++) {
651 final int centerFreq = centerFreqs[band] / 1000;
658 ((TextView) eqcontainer.findViewById(EQViewElementIds[band][0])).setText(
660 mEqualizerSeekBar[band] = (SeekBar) eqcontaine
    [all...]
  /external/libvorbis/lib/
envelope.c 53 e->band[0].begin=2; e->band[0].end=4;
54 e->band[1].begin=4; e->band[1].end=5;
55 e->band[2].begin=6; e->band[2].end=6;
56 e->band[3].begin=9; e->band[3].end=8;
57 e->band[4].begin=13; e->band[4].end=8
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ScanTestUtil.java 54 request.band = WifiScanner.WIFI_BAND_UNSPECIFIED;
63 public static WifiScanner.ScanSettings createRequest(int band, int period, int batch,
65 return createRequest(band, period, 0, 0, batch, bssidsPerScan, reportEvents);
71 public static WifiScanner.ScanSettings createRequest(int band, int period, int maxPeriod,
74 request.band = band;
124 int period, int reportEvents, int band) {
127 bucket.band = band;
146 bucket.band = WifiScanner.WIFI_BAND_UNSPECIFIED
    [all...]

Completed in 646 milliseconds

1 23 4 5 6 7 8 91011>>