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

<<11121314151617181920>>

  /external/autotest/server/cros/ap_configurators/
trendnet654tr_ap_configurator.py 100 def set_band(self, band):
104 def _set_mode(self, mode, band=None):
  /external/autotest/server/site_tests/network_WiFi_VerifyRouter/
network_WiFi_VerifyRouter.py 115 # Run antenna test for 2GHz band and 5GHz band
  /external/eigen/blas/f2c/
chbmv.c 47 /* A is an n by n hermitian band matrix, with k super-diagonals. */
54 /* triangular part of the band matrix A is being supplied as */
82 /* band part of the hermitian matrix, supplied column by */
88 /* triangular part of a hermitian band matrix from conventional */
89 /* full matrix storage to band storage: */
100 /* band part of the hermitian matrix, supplied column by */
106 /* triangular part of a hermitian band matrix from conventional */
107 /* full matrix storage to band storage: */
zhbmv.c 48 /* A is an n by n hermitian band matrix, with k super-diagonals. */
55 /* triangular part of the band matrix A is being supplied as */
83 /* band part of the hermitian matrix, supplied column by */
89 /* triangular part of a hermitian band matrix from conventional */
90 /* full matrix storage to band storage: */
101 /* band part of the hermitian matrix, supplied column by */
107 /* triangular part of a hermitian band matrix from conventional */
108 /* full matrix storage to band storage: */
  /external/icu/icu4c/source/common/unicode/
urep.h 92 * this text with the given text. Attributes (out of band info)
133 * band info) should be retained. After this call, there will be
  /external/opencv3/modules/videostab/include/opencv2/videostab/
fast_marching_inl.hpp 102 flag_(y,x) = BAND;
136 flag_(yn,xn) = BAND;
  /external/pdfium/third_party/libopenjpeg20/
dwt.h 80 @param orient Band of the wavelet function
107 @param orient Band of the wavelet function
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_internal.h 124 // Quantities to control H band scaling for SWB input
127 float cn_scale_Hband; // scale for comfort noise in H band
  /external/wpa_supplicant_8/src/fst/
fst_ctrl_iface.c 648 static const char * band_freq(enum mb_band_id band)
656 return fst_get_str_name(band, band_names, ARRAY_SIZE(band_names));
670 ret += os_snprintf(buf + ret, buflen - ret, "band%u_frequency=%s\n",
672 ret += os_snprintf(buf + ret, buflen - ret, "band%u_iface=%s\n",
676 ret += os_snprintf(buf + ret, buflen - ret, "band%u_mb_ies=",
683 ret += os_snprintf(buf + ret, buflen - ret, "band%u_fst_group_id=%s\n",
685 ret += os_snprintf(buf + ret, buflen - ret, "band%u_fst_priority=%u\n",
687 ret += os_snprintf(buf + ret, buflen - ret, "band%u_fst_llt=%u\n",
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Process.c 142 * Apply the band pass filter
155 pMono, /* Mono band pass source */
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Process.c 182 * Call N-Band equaliser if enabled
186 LVEQNB_Process(pInstance->hEQNBInstance, /* N-Band equaliser instance handle */
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 61 // corresponding band.
198 * the actual energy that 'could' be present in the given band.
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
cod_main.h 76 Word16 mem_hf[2 * L_FILT16k]; /* HF band-pass filter memory */
77 Word16 mem_hf2[2 * L_FILT16k]; /* HF band-pass filter memory */
  /frameworks/base/core/java/android/net/
ScoredNetwork.java 64 * the scorer may choose to issue an out-of-band update at any time.
79 * the scorer may choose to issue an out-of-band update at any time.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
ScanScheduleUtil.java 56 if (bucket1.band != bucket2.band) return false;
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConnectivityManagerTest.java 739 * Verify that we perform full band scan when the currently connected network's tx/rx success
742 * Expected behavior: WifiConnectivityManager does full band scan.
764 assertEquals(settings.band, WifiScanner.WIFI_BAND_5_GHZ_WITH_DFS);
    [all...]
  /hardware/libhardware/include/hardware/
bt_hf_client.h 145 #define BTHF_CLIENT_PEER_FEAT_INBAND 0x00000008 /* In-band ring tone */
255 /** Callback for in-band ring tone settings
  /system/bt/embdrv/sbc/encoder/srce/
sbc_dct_coeffs.c 27 /*DCT coeff for 4 sub-band case.*/
68 /*DCT coeff for 8 sub-band case.*/
  /external/aac/libAACenc/src/
aacenc_tns.cpp 296 Returns index of nearest band border
301 \param pointer to table of band borders
303 \return band border
313 INT lineNumber, band; local
322 /* find band the line number lies in */
323 for (band=0; band<numOfBands; band++) {
324 if (bandStartOffset[band+1]>lineNumber) break;
327 /* round to nearest band border *
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EqualizerTest.java 105 //Test case 1.1: test band frequency
109 short band = mEqualizer.getBand(TEST_FREQUENCY_MILLIHERTZ); local
110 assertTrue("getBand failed", band >= 0);
111 int[] freqRange = mEqualizer.getBandFreqRange(band);
115 int freq = mEqualizer.getCenterFreq(band);
  /external/freetype/src/smooth/
ftgrays.c 981 /* short-cut the arc that crosses the current band */
1803 gray_TBand* volatile band; local
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 964 /* short-cut the arc that crosses the current band */
1055 /* Short-cut the arc that crosses the current band. */
1786 gray_TBand* volatile band; local
    [all...]
  /external/webrtc/webrtc/common_audio/vad/
vad_filterbank.c 271 // For the upper band (2000 Hz - 4000 Hz) split at 3000 Hz and downsample.
287 // For the lower band (0 Hz - 2000 Hz) split at 1000 Hz and downsample.
300 // For the lower band (0 Hz - 1000 Hz) split at 500 Hz and downsample.
312 // For the lower band (0 Hz - 500 Hz) split at 250 Hz and downsample.
324 // Remove 0 Hz - 80 Hz, by high pass filtering the lower band.
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 269 enum ISACBand band, double* fr, double* fi) {
284 if (band == kIsacLowerBand) {
289 if (band == kIsacUpperBand12) {
334 switch (band) {
367 * while in 0-12 kHz mode we only have 8-12 kHz band, and the second
390 int16_t AvgPitchGain_Q12, enum ISACBand band,
415 if (band == kIsacLowerBand) {
420 if (band == kIsacUpperBand12) {
427 switch (band) {
662 /* Low band */
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_poly_phase_synthesis.cpp 138 for (int32 band = 0; band < FILTERBANK_BANDS; band += 2)
140 int32 *inData = &pChVars->circ_buffer[544 - (band<<5)];
178 }/* end band loop */

Completed in 1159 milliseconds

<<11121314151617181920>>