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

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Process.c 43 /* Process function for the N-Band Equaliser module. */
113 * Check if band is non-zero dB gain
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 272 LVM_UINT16 ii; /* Filter band index */
282 fc = (LVM_UINT32)pInst->pFiltersParams[ii].CenterFrequency; /* Get the band centre frequency */
283 QFactor =(LVM_INT16) pInst->pFiltersParams[ii].QFactor; /* Get the band Q factor */
317 /* Sets the band pass filter coefficients. This uses the type to select */
337 * Set the coefficients for each band by the init function
435 /* Calculate single precision coefficients for a band pass filter */
550 /* Calculate double precision coefficients for a band pass filter */
    [all...]
  /frameworks/base/packages/Keyguard/res/values-lt/
strings.xml 131 <string name="kg_failed_attempts_almost_at_wipe" product="tablet" msgid="1575557200627128949">"<xliff:g id="NUMBER_0">%d</xliff:g> k. band?te netinkamai atrakinti plan?etin? kompiuter?. Po dar <xliff:g id="NUMBER_1">%d</xliff:g> nes?km. band. plan?etiniame kompiuteryje bus i? naujo nustatyti numatytieji gamyklos nustatymai ir bus prarasti visi naudotojo duomenys."</string>
132 <string name="kg_failed_attempts_almost_at_wipe" product="default" msgid="4051015943038199910">"<xliff:g id="NUMBER_0">%d</xliff:g> k. band?te netinkamai atrakinti telefon?. Po dar <xliff:g id="NUMBER_1">%d</xliff:g> nes?km. band. telefone bus i? naujo nustatyti numatytieji gamyklos nustatymai ir bus prarasti visi naudotojo duomenys."</string>
133 <string name="kg_failed_attempts_now_wiping" product="tablet" msgid="2072996269148483637">"<xliff:g id="NUMBER">%d</xliff:g> k. band?te netinkamai atrakinti plan?etin? kompiuter?. Plan?etiniame kompiuteryje bus i? naujo nustatyti numatytieji gamyklos nustatymai."</string>
134 <string name="kg_failed_attempts_now_wiping" product="default" msgid="4817627474419471518">"<xliff:g id="NUMBER">%d</xliff:g> k. band?te netinkamai atrakinti telefon?. Telefone bus i? naujo nustatyti numatytieji gamyklos nustatymai."</string>
135 <string name="kg_failed_attempts_almost_at_login" product="tablet" msgid="3253575572118914370">"Netinkamai nupie??te atrakinimo pie?in? <xliff:g id="NUMBER_0">%d</xliff:g> k. Po dar <xliff:g id="NUMBER_1">%d</xliff:g> nes?km. band. b?site papra?yti atrakinti plan?etin? kompiuter? naudodami ?Google? prisijungimo duomenis.\n\n Bandykite dar kart? po <xliff:g id="NUMBER_2">%d</xliff:g> sek."</string>
136 <string name="kg_failed_attempts_almost_at_login" product="default" msgid="1437638152015574839">"Netinkamai nupie??te atrakinimo pie?in? <xliff:g id="NUMBER_0">%d</xliff:g> k. Po dar <xliff:g id="NUMBER_1">%d</xliff:g> nes?km. band. b?site papra?yti atrakinti telefon? naudodami ?Google? prisijungimo duomenis.\n\n Bandykite dar kart? po <xliff:g id="NUMBER_2">%d</xliff:g> sek."</string>
  /development/samples/ApiDemos/src/com/example/android/apis/media/
AudioFxDemo.java 111 final short band = i; local
118 freqTextView.setText((mEqualizer.getCenterFreq(band) / 1000) + " Hz");
143 bar.setProgress(mEqualizer.getBandLevel(band));
148 mEqualizer.setBandLevel(band, (short) (progress + minEQLevel));
  /external/aac/libSBRenc/src/
nf_est.h 104 INT freqBandTableQmf[MAX_NUM_NOISE_VALUES + 1]; /*!< Frequncy band table for the noise floor bands.*/
131 const UCHAR *freqBandTable, /*!< Frequany band table. */
141 const UCHAR *freqBandTable, /*!< Frequany band table. */
142 INT nSfb); /*!< Number of bands in the frequency band table. */
ps_bitenc.cpp 301 INT band; local
303 for(band=0;band<nBands;band++) {
304 INT delta = (val[band] - lastVal) + tableOffset;
305 lastVal = val[band];
328 INT band; local
330 for(band=0;band<nBands;band++)
    [all...]
  /external/chromium_org/chrome/test/functional/ap_lab/
linksys_ap_configurator.py 36 return [{'band': self.k2GHz,
40 return [{'band': self.band_2ghz,
80 def SetMode(self, mode, band=None):
135 def SetBand(self, band):
ap_configurator_test.py 99 """Tests switching modes that support adjusting the band."""
105 n_bands.append(band_modes['band'])
108 self.ap.SetMode(self.ap.mode_n, band=n_band)
  /external/iptables/extensions/
libxt_connbytes.man 8 scheduled using a lower priority band in traffic control.
  /external/qemu/android/skin/
region.c 861 /* do the common band */
1166 iter->band = NULL;
1176 Run* band = iter->band; local
1187 iter->band = band = r->runs;
1190 else if (band == NULL)
1194 band = span + 1;
1195 if (band[0] == YSENTINEL || band[1] == YSENTINEL
    [all...]
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/
Data.java 19 * Represents a chunk of data sent over an In-Band Bytestream encapsulated in an
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/provider/
DataPacketProvider.java 25 * Parses an In-Band Bytestream data packet which can be a packet extension of
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiAssociationTest.java 41 * -e security-type [OPEN|WEP64|WEP128|WPA_TKIP|WPA2_AES] -e frequency-band [2.4|5.0|auto]
65 mFrequencyBand = arguments.getString("frequency-band");
86 Log.v(TAG, "read frequency band: " + currentFreq);
87 assertTrue("device frequency band is not set successfully", (mBand == currentFreq));
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_audio.h 341 uint16_t band_idx; /* The band index, 0 .. 11 */
342 uint32_t filter_type; /* Filter band type */
343 uint32_t center_freq_hz; /* Filter band center frequency */
344 uint32_t filter_gain; /* Filter band initial gain (dB) */
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_audio.h 390 uint16_t band_idx; /* The band index, 0 .. 11 */
391 uint32_t filter_type; /* Filter band type */
392 uint32_t center_freq_hz; /* Filter band center frequency */
393 uint32_t filter_gain; /* Filter band initial gain (dB) */
  /hardware/ril/include/telephony/
ril.h     [all...]
  /device/asus/flo/
WCNSS_qcom_cfg.ini 177 #Preferred band (both or 2.4 only or 5 only)
197 #SOFTAP Channel Range selection Operating band
198 # 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
  /device/lge/mako/
WCNSS_qcom_cfg.ini 177 #Preferred band (both or 2.4 only or 5 only)
197 #SOFTAP Channel Range selection Operating band
198 # 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
  /external/chromium_org/third_party/opus/src/celt/
rate.c 90 /* Scan for all unique band sizes */
141 /* Compute the maximum rate for each band at which we'll reliably use as
182 band. */
321 /* Never skip the first band, nor a band that has been boosted by
326 we just signaled should be cocentrated in this band. */
333 /*Figure out how many left-over bits we would be adding to this band.
341 /*Only code a skip decision if we're above the threshold for this band.
366 /*We used a bit to skip this band.*/
370 /*Reclaim the bits originally allocated to this band.*
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
BIQUAD.h 85 /*** Band pass coefficients *******************************************************/
135 /*** Types used for biquad, band pass and peaking filter **************************/
255 FUNCTION PROTOTYPES: BAND PASS FILTERS
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 76 * Purpose : Fifth-order half-band lowpass/highpass filter pair with
104 * Purpose : Third-order half-band lowpass/highpass filter pair with
128 * Purpose : Calculate signal level in a sub-band. Level is calculated
174 * the signal in each band
181 Word16 level[] /* o : signal levels at each band */
222 /* calculate levels in each frequency band */
259 Word16 level[] /* i : sub-band levels of the input frame */
391 Word16 level[] /* i : sub-band levels of the input frame */
461 Word16 level[COMPLEN], /* i : sub-band levels of the input frame */
490 for (i = 1; i < COMPLEN; i++) /* ignore lowest band */
    [all...]
  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.h 106 #define FM_RX_CMD_SET_BAND ((FmRxCmdType)2) /* Set Band command */
107 #define FM_RX_CMD_GET_BAND ((FmRxCmdType)3) /* Get Band command */
145 #define FM_RX_CMD_COMPLETE_SCAN ((FmRxCmdType)41) /*Perfrom Complete Scan on the selected Band*/
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmdevs.h 101 #define BCM4321_D11N2G_ID 0x4329 /* 4321 802.11n 2.4Ghz band id */
102 #define BCM4321_D11N5G_ID 0x432a /* 4321 802.11n 5Ghz band id */
134 #define BCM6362_D11N2G_ID 0x433f /* 6362 802.11n 2.4Ghz band id */
135 #define BCM6362_D11N5G_ID 0x434f /* 6362 802.11n 5Ghz band id */
137 #define BCM4331_D11N2G_ID 0x4332 /* 4331 802.11n 2.4Ghz band id */
138 #define BCM4331_D11N5G_ID 0x4333 /* 4331 802.11n 5Ghz band id */
391 #define BFL_EXTLNA 0x00001000 /* Board has an external LNA in 2.4GHz band */
410 #define BFL_EXTLNA_5GHz 0x10000000 /* Board has an external LNA in 5GHz band */
421 #define BFL2_APLL_WAR 0x00000002 /* Flag to implement alternative A-band PLL settings */
424 #define BFL2_5G_PWRGAIN 0x00000010 /* Board supports 5G band power gain *
    [all...]
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 909 /* check that the arc crosses the current band */
990 /* Check that the arc crosses the current band. */
1721 TBand* volatile band; local
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
VAD.c 114 /* HP filter on lowest band (differentiator) */
127 /* Calculate the energy in each band */
256 /* compute smoothed energy-to-noise ratio per band */
260 /* signal to noise ratio in dB per band */
289 /* Get old noise level estimate for current band */

Completed in 1544 milliseconds

1 2 3 4 56 7 8 91011>>