/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiApConfigStoreTest.java | 83 String ssid, String preSharedKey, int keyManagement, int band, int channel) { 88 config.apBand = band; 134 1, /* AP band (5GHz) */ 154 1, /* AP band (5GHz) */ 181 1, /* AP band (5GHz) */
|
/frameworks/av/services/radio/ |
RadioService.cpp | 144 ALOGV("%s region %d type %d", __FUNCTION__, config->region, config->band.type); 224 const radio_hal_band_config_t *band = &sKnownRegionConfigs[i].band; local 229 if (band->type != halBand->type) continue; 230 if (band->lower_limit < halBand->lower_limit) continue; 231 if (band->upper_limit > halBand->upper_limit) continue; 233 if (band->spacings[0] == halBand->spacings[k]) break; 236 if (band->type == RADIO_BAND_AM) break; 237 if ((band->fm.deemphasis & halBand->fm.deemphasis) == 0) continue; 239 if ((band->fm.rds & halBand->fm.rds) != 0) break [all...] |
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/ |
hardware_StorageWearoutDetect.py | 19 - eMMC wear out status variable is in 90-100% band or higher. 41 # 0x0a means 90-100% band, 0x0b means over 100% band -> find not digit
|
/external/libopus/silk/ |
ana_filt_bank_1.c | 34 /* Coefficients for 2-band filter bank based on first-order allpass filters */ 42 opus_int16 *outL, /* O Low band [N/2] */ 43 opus_int16 *outH, /* O High band [N/2] */
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
noise_suppression.h | 75 * - spframe : Pointer to speech frame buffer for L band 88 * - spframe : Pointer to speech frame buffer for each band 93 * - outframe : Pointer to output frame for each band
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmwifi_channels.h | 27 /* A chanspec holds the channel number, band, bandwidth and control sideband */ 38 #define CH_5MHZ_APART 1 /* 2G band channels are 5 Mhz apart */ 39 #define CH_MAX_2G_CHANNEL 14 /* Max channel in 2G band */ 308 #define LCHSPEC_CREATE(chan, band, bw, sb) ((uint16)((chan) | (sb) | (bw) | (band))) 322 #define WF_CHAN_FACTOR_2_4_G 4814 /* 2.4 GHz band, 2407 MHz */ 328 #define WF_CHAN_FACTOR_5_G 10000 /* 5 GHz band, 5000 MHz */ 334 #define WF_CHAN_FACTOR_4_G 8000 /* 4.9 GHz band for Japan */ 336 #define WLC_2G_25MHZ_OFFSET 5 /* 2.4GHz band channel offset */ 363 * specified a band, bw, ctl_sb and channel and that the combination could b [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
SlidingKeyInputDrawingPreview.java | 29 * Draw rubber band preview graphics during sliding key input. 43 // TODO: Finalize the rubber band preview implementation. 87 // TODO: Finalize the rubber band preview implementation.
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
ApConfigUtilTest.java | 170 * Verify chooseApChannel failed when selecting a channel in 5GHz band 180 * Verify default band and channel is used when HAL support is 192 /* Verify default band and channel is used. */ 199 * for 5GHz band without country code. 212 * Verify the AP band and channel is not updated if specified. 245 * Verify updateApChannelConfig will use the default band and channel when
|
/external/autotest/client/site_tests/network_WiFiCaps/ |
network_WiFiCaps.py | 48 '24ghz' : 'true', # 2.4GHz band 52 '5ghz' : 'true', # 5GHz band
|
/external/autotest/server/cros/ap_configurators/ |
dlink_dir655_ap_configurator.py | 69 return [{'band': ap_spec.BAND_2GHZ, 74 return [{'band': ap_spec.BAND_2GHZ, 149 def set_mode(self, mode, band=None): 150 # Mode overrides the band. So if a band change is made after a mode 152 self.add_item_to_command_list(self._set_mode, (mode, band), 1, 800) 155 def _set_mode(self, mode, band=None): 237 def set_band(self, band):
|
/external/autotest/server/cros/chaos_lib/ |
chaos_parser.py | 83 """Gets the AP band from ssid using channel. 87 @returns the AP band, mode, and channel. 94 # TODO Choose if we want to keep band, we never put it in the 97 band = '2.4GHz' 99 band = '5GHz' 101 'band': band} 184 # Get the router name, band for the AP that failed
|
/external/eigen/blas/fortran/ |
chbmv.f | 19 * A is an n by n hermitian band matrix, with k super-diagonals. 26 * triangular part of the band matrix A is being supplied as 54 * band part of the hermitian matrix, supplied column by 60 * triangular part of a hermitian band matrix from conventional 61 * full matrix storage to band storage: 72 * band part of the hermitian matrix, supplied column by 78 * triangular part of a hermitian band matrix from conventional 79 * full matrix storage to band storage:
|
dsbmv.f | 19 * A is an n by n symmetric band matrix, with k super-diagonals. 26 * triangular part of the band matrix A is being supplied as 54 * band part of the symmetric matrix, supplied column by 60 * triangular part of a symmetric band matrix from conventional 61 * full matrix storage to band storage: 72 * band part of the symmetric matrix, supplied column by 78 * triangular part of a symmetric band matrix from conventional 79 * full matrix storage to band storage:
|
ssbmv.f | 19 * A is an n by n symmetric band matrix, with k super-diagonals. 26 * triangular part of the band matrix A is being supplied as 54 * band part of the symmetric matrix, supplied column by 60 * triangular part of a symmetric band matrix from conventional 61 * full matrix storage to band storage: 72 * band part of the symmetric matrix, supplied column by 78 * triangular part of a symmetric band matrix from conventional 79 * full matrix storage to band storage:
|
zhbmv.f | 19 * A is an n by n hermitian band matrix, with k super-diagonals. 26 * triangular part of the band matrix A is being supplied as 54 * band part of the hermitian matrix, supplied column by 60 * triangular part of a hermitian band matrix from conventional 61 * full matrix storage to band storage: 72 * band part of the hermitian matrix, supplied column by 78 * triangular part of a hermitian band matrix from conventional 79 * full matrix storage to band storage:
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
socket.h | 30 #define SO_OOBINLINE 0x0100 /* Receive out-of-band data in-band. */
|
/external/libopus/celt/ |
modes.h | 67 const opus_int16 *eBands; /**< Definition for each "pseudo-critical band" */ 74 const unsigned char *allocVectors; /**< Number of bits in each band for several rates */
|
vq.h | 47 * @ret A mask indicating which blocks in the band received pulses 61 * @ret A mask indicating which blocks in the band received pulses
|
/external/opencv3/3rdparty/libjasper/ |
jpc_t1enc.c | 114 jpc_enc_band_t *band; local 137 for (band = lvl->bands; band != endbands; ++band) { 138 if (!band->data) { 141 for (prcno = 0, prc = band->prcs; prcno < lvl->numprcs; ++prcno, ++prc) { 164 cblk->numimsbs = band->numbps - cblk->numbps; 169 if (jpc_enc_enccblk(enc, cblk->stream, tcmpt, band, cblk)) { 193 int jpc_enc_enccblk(jpc_enc_t *enc, jas_stream_t *out, jpc_enc_tcmpt_t *tcmpt, jpc_enc_band_t *band, jpc_enc_cblk_t *cblk) 212 rlvl = band->rlvl [all...] |
/external/speex/libspeex/ |
quant_lsp.h | 68 /* Quantizes high-band LSPs with 12 bits */ 71 /* Decodes high-band LSPs */
|
/external/webrtc/webrtc/modules/audio_processing/ |
three_band_filter_bank.cc | 11 // An implementation of a 3-band FIR filter-bank with DCT modulation, similar to 26 // shift it to the desired band. But because the cosine period is 12 samples, 28 // After filtering and modulating for each band, the output of all filters is 64 // Because the total bandwidth of the lower and higher band is double the middle 69 // 3.5, since that sets a stop band attenuation of 40dB ensuring a fast 137 // 3. Modulating with cosines and accumulating to get the desired band. 184 // band of |out|. 199 // |split_length| is the length of each band of |in| and |out|.
|
/external/webrtc/webrtc/voice_engine/include/ |
voe_dtmf.h | 56 // Sends telephone events either in-band or out-of-band.
|
/frameworks/av/media/libeffects/lvm/lib/Bass/src/ |
LVDBE_Private.h | 87 Biquad_1I_Order2_Taps_t BPFTaps; /* Band pass filter taps */ 98 Biquad_Instance_t BPFInstance; /* Band pass filter instance */
|
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Control.c | 44 /* Request the N-Band equaliser parameters. The current parameter set is returned via */ 85 /* Get the N-Band equaliser capabilities. The current capabilities are returned */ 145 LVM_UINT16 i; /* Filter band index */ 158 fc = (LVM_UINT32)pParams->pBandDefinition[i].Frequency; /* Get the band centre frequency */ 159 QFactor = (LVM_INT16)pParams->pBandDefinition[i].QFactor; /* Get the band Q factor */ 217 LVM_UINT16 i; /* Filter band index */ 222 * Set the coefficients for each band by the init function 228 * Check band type for correct initialisation method and recalculate the coefficients
|
LVEQNB_Private.h | 91 Biquad_Instance_t *pEQNB_FilterState; /* State for each filter band */ 95 LVEQNB_BandDef_t *pBandDefinitions; /* Filter band definitions */
|