HomeSort by relevance Sort by last modified time
    Searched full:band (Results 126 - 150 of 1416) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/autotest/server/cros/ap_configurators/
dynamic_ap_configurator.py 73 # Set a default band, this can be overriden by the subclasses
315 Example: returned is a dictionary of band and a list of channels. The
316 band object returned must be one of those defined in the
319 supported_bands = [{'band' : self.band_2GHz,
321 {'band' : ap_spec.BAND_5GHZ,
343 for band in supported_bands:
344 if band['band'] == self.current_band:
345 return band['channels'].index(channel)
346 raise RuntimeError('The channel passed %d to the band %s is not
    [all...]
belkinF9K1102_ap_configurator.py 38 return [{'band': ap_spec.BAND_2GHZ,
40 {'band': ap_spec.BAND_5GHZ,
45 return [{'band': ap_spec.BAND_2GHZ,
48 {'band': ap_spec.BAND_5GHZ,
194 def set_mode(self, mode, band=None):
195 self.add_item_to_command_list(self._set_mode, (mode, band,), 1, 900)
198 def _set_mode(self, mode, band=None):
214 def set_band(self, band):
215 if band == ap_spec.BAND_2GHZ:
217 elif band == ap_spec.BAND_5GHZ
    [all...]
belkinF9K1105_ap_configurator.py 35 return [{'band': ap_spec.BAND_2GHZ,
37 {'band': ap_spec.BAND_5GHZ,
42 return [{'band': ap_spec.BAND_2GHZ,
45 {'band': ap_spec.BAND_5GHZ,
217 def set_mode(self, mode, band=None):
218 self.add_item_to_command_list(self._set_mode, (mode, band,), 1, 900)
221 def _set_mode(self, mode, band=None):
237 def set_band(self, band):
238 if band == ap_spec.BAND_2GHZ:
240 elif band == ap_spec.BAND_5GHZ
    [all...]
linksyswrt54gl_ap_configurator.py 19 return [{'band': ap_spec.BAND_2GHZ,
24 return [{'band': ap_spec.BAND_2GHZ,
42 def _set_mode(self, mode, band=None):
linksyswrt54gs2_ap_configurator.py 14 return [{'band': ap_spec.BAND_2GHZ,
netgear3700_ap_configurator.py 51 return [{'band': ap_spec.BAND_2GHZ,
53 {'band': ap_spec.BAND_5GHZ,
58 return [{'band': ap_spec.BAND_5GHZ,
60 {'band': ap_spec.BAND_2GHZ,
trendnet432brp_ap_configurator.py 38 return [{'band': ap_spec.BAND_2GHZ, 'channels': range(1, 13)}]
42 return [{'band': ap_spec.BAND_2GHZ, 'modes': [ap_spec.MODE_G]}]
106 def set_band(self, band):
110 def set_mode(self, mode, band=None):
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
decode.c 15 * Decoding of lower-band, including normal-decoding and RCU decoding.
16 * Decoding of upper-band, including 8-12 kHz, when the bandwidth is
182 * Contrary to lower-band, the upper-band (8-16 kHz) is not split in
183 * frequency, but split to 12 sub-frames, i.e. twice as lower-band.
198 const int16_t kAveragePitchGain = 0; /* No pitch-gain for upper-band. */
246 * At the encoder the upper-band is split into two band, 8-12 kHz & 12-16
247 * kHz, and only 8-12 kHz is encoded. At the decoder, 8-12 kHz band is
266 const int16_t kAveragePitchGain = 0; /* No pitch-gain for upper-band. *
    [all...]
  /external/aac/libAACdec/src/
rvlcconceal.cpp 116 int band,bnds,group,startBand; local
140 for (band=startBand; band >= 0; band--) {
141 bnds = 16*group+band;
191 int band,bnds,group,startBand; local
216 for (band=startBand; band < pRvlc->maxSfbTransmitted; band++) {
217 bnds = 16*group+band;
269 int band,bnds,startBand,endBand,group; local
405 int band,bnds,startBand,endBand,group; local
535 int band,bnds,group; local
643 int band,bnds,group; local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/aware/
ConfigRequest.java 46 * Indices for configuration variables which are specified per band.
58 * Indicates whether 5G band support is requested.
223 * Specify whether 5G band support is required in this request. Disabled by default.
225 * @param support5gBand Support for 5G band is required.
313 * @param band Either {@link #NAN_BAND_24GHZ} or {@link #NAN_BAND_5GHZ}.
315 * the 5GHz band a value of 0 indicates that the device will not be awake
321 public Builder setDiscoveryWindowInterval(int band, int interval) {
322 if (band != NAN_BAND_24GHZ && band != NAN_BAND_5GHZ) {
323 throw new IllegalArgumentException("Invalid band value")
    [all...]
  /external/aac/libSBRenc/src/
nf_est.cpp 128 INT i,band,env; local
144 for (band = 0; band < noNoiseBands; band++){
147 accu += fMultDiv2(smoothFilter[i], prevNoiseLevels[i][band]);
149 FDK_ASSERT( (band + env*noNoiseBands) < MAX_NUM_NOISE_VALUES);
150 NoiseLevels[band+ env*noNoiseBands] = accu<<1;
171 INT startChannel, /*!< Start channel of the current noise floor band.*/
172 INT stopChannel, /*!< Stop channel of the current noise floor band. */
178 INVF_MODE inverseFilteringLevel) /*!< Inverse filtering level of the current band.*
309 INT nNoiseEnvelopes, startPos[2], stopPos[2], env, band; local
    [all...]
  /device/google/dragon/audio/hal/dsp/
drc.h 27 * This is a three band stereo DRC. There are three compressor kernels, and each
41 * (low band) (mid band) (high band)
76 * PARAM_CROSSOVER_LOWER_FREQ - The lower frequency of the band, in normalized
129 /* Temporary buffer used during drc_process(). The mid and high band
130 * signal is stored in these buffers (the low band is stored in the
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Private.h 47 #include "LVEQNB_Private.h" /* N-Band equaliser */
90 #define LVM_EQNB_MIN_BAND_FREQ 20 /*EQNB Minimum Band Frequency*/
91 #define LVM_EQNB_MAX_BAND_FREQ 24000 /*EQNB Maximum Band Frequency*/
92 #define LVM_EQNB_MIN_BAND_GAIN (-15) /*EQNB Minimum Band Frequency*/
93 #define LVM_EQNB_MAX_BAND_GAIN 15 /*EQNB Maximum Band Frequency*/
200 LVEQNB_Handle_t hEQNBInstance; /* N-Band Equaliser instance handle */
201 LVEQNB_Instance_t EQNB_Instance; /* N-Band Equaliser instance */
  /packages/apps/Car/Radio/src/com/android/car/radio/
PrescannedRadioStationAdapter.java 49 * the first station displayed. A station is identified by the channel number and band.
54 public int setStartingStation(int channelNumber, int band) {
55 getIndexOrInsertForStation(channelNumber, band);
106 * given channel number and band. If the given combination does not exist within the list, then
111 public int getIndexOrInsertForStation(int channelNumber, int band) {
127 if (station.getChannelNumber() == channelNumber && station.getRadioBand() == band) {
136 band, null /* rds */);
  /hardware/interfaces/broadcastradio/1.1/default/
Utils.cpp 30 using V1_0::Band;
51 static_assert(RADIO_BAND_AM == static_cast<int>(Band::AM),
52 "AM band mismatch with legacy");
53 static_assert(RADIO_BAND_FM == static_cast<int>(Band::FM),
54 "FM band mismatch with legacy");
55 static_assert(RADIO_BAND_AM_HD == static_cast<int>(Band::AM_HD),
56 "AM HD band mismatch with legacy");
57 static_assert(RADIO_BAND_FM_HD == static_cast<int>(Band::FM_HD),
58 "FM HD band mismatch with legacy");
153 config->type = static_cast<Band>(halConfig->type)
    [all...]
  /device/google/marlin/bluetooth/
bdroid_buildcfg.h 25 // Wide-band speech support
  /external/autotest/client/cros/cellular/
base_station_interface.py 33 def SetFrequencyBand(self, band):
37 band: A band number, from the UMTS bands summarized at
39 Use band 5 for 800MHz C2k/EV-DO, 2 for 1900MHz C2k/EV-DO
  /external/autotest/client/site_tests/hardware_StorageWearoutDetect/
control.non_cache 16 SMART value is failing or eMMC wear out is in 90-100% band or higher.
  /external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/
control.11b 14 on channel 6 (2.4 Ghz band) and correctly send IP traffic after
control.11g 14 on channel 11 (2.4 Ghz band) and correctly send IP traffic after
  /external/iproute2/tc/
q_prio.c 60 unsigned band; local
66 if (get_unsigned(&band, *argv, 10)) {
70 if (band >= opt.bands) {
78 opt.priomap[idx++] = band;
q_rr.c 61 unsigned band; local
67 if (get_unsigned(&band, *argv, 10)) {
71 if (band > opt.bands) {
79 opt.priomap[idx++] = band;
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
band_nrg.h 19 Content: Band/Line energy calculations functions
  /frameworks/base/wifi/java/android/net/wifi/
IWifiScanner.aidl 29 Bundle getAvailableChannels(int band);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
PresetKnownBandsChannelHelper.java 20 * KnownBandsChannelHelper that uses a supplied list of band to channels mappings.

Completed in 2406 milliseconds

1 2 3 4 56 7 8 91011>>