HomeSort by relevance Sort by last modified time
    Searched refs:band (Results 76 - 100 of 157) sorted by null

1 2 34 5 6 7

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
p2p.h 225 uint8 band; /* Regulatory Class (band) */ member in struct:wifi_p2p_channel_se_s
233 uint8 band; /* Regulatory Class (band) */ member in struct:wifi_p2p_chanlist_entry_s
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 827 int band, isValidData = 0; local
837 for (band = 0; band < numBands; band += 1) {
838 if ( !((pNextFact_mag[band] == FL2FXCONST_DBL(0.5)) && (nextFact_exp == 1))
839 && !((pNextFact_mag[band] == (FIXP_DBL)MAXVAL_DBL) && (nextFact_exp == 0)) ) {
    [all...]
  /external/aac/libAACdec/src/
conceal.cpp 571 int pnsBand, band, group, win; local
627 for (band=0; band < GetScaleFactorBandsTransmitted(pIcsInfo); band++)
629 pnsBand = group * 16 + band;
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 274 enum ISACBand band, double* fr, double* fi) {
289 if (band == kIsacLowerBand) {
294 if (band == kIsacUpperBand12) {
339 switch (band) {
372 * while in 0-12 kHz mode we only have 8-12 kHz band, and the second
395 WebRtc_Word16 AvgPitchGain_Q12, enum ISACBand band,
420 if (band == kIsacLowerBand) {
425 if (band == kIsacUpperBand12) {
432 switch (band) {
667 /* Low band */
    [all...]
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EqualizerTest.java 93 // Band 1 level
104 // Band 2 level
115 // Band 3 level
126 // Band 4 level
137 // Band 5 level
264 public BandLevelParam(Equalizer equalizer, int band, short min, short max, SeekBar seekBar, TextView textView) {
267 mBand = band;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 54 mBands.add(new Band());
61 Vector<Band> mBands = new Vector<Band>();
62 Band mCurrentBand;
64 static class Band {
76 public Band() {
79 public Band(int x, int y) {
86 public Band(Band copy) {
102 for (Band point : mBands)
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/
plt.h 149 TEST_CMD_TELEC, /* Carrier wave in a specific channel and band */
199 unsigned char band; member in struct:wl1271_cmd_cal_channel_tune
plt.c 95 prms.band = (unsigned char)atoi(argv[0]);
118 COMMAND(plt, tune_channel, "<band> <channel>",
120 "Set band and channel for PLT\n");
651 single_dual = 1; /* going for dual band calibration */
653 single_dual = 0; /* going for single band calibration */
689 /* set flags in case of dual band */
723 plt_calibrate, "Do calibrate for single or dual band chip\n");
  /packages/apps/Settings/src/com/android/settings/
BandMode.java 22 * Radio Band Mode Selection Class
24 * It will query baseband about all available band modes and display them
25 * in screen. It will display all six band modes if the query failed.
27 * After user select one band, it will send the selection to baseband.
42 "EURO Band",
43 "USA Band",
44 "JAPAN Band",
45 "AUS Band",
46 "AUS2 Band"
70 mBandList = (ListView) findViewById(R.id.band);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java 493 * 2.4 GHz and 5 GHz or make a dynamic decision on selecting the band.
    [all...]
WifiNative.java 398 //reply is "BAND X" where X is the band
409 public boolean setBand(int band) {
410 return doBooleanCommand("DRIVER SETBAND " + band);
WifiStateMachine.java 396 /* Set the frequency band */
1493 band); local
1724 int band = Settings.Global.getInt(mContext.getContentResolver(), local
3043 int band = message.arg1; local
    [all...]
  /external/kernel-headers/original/linux/
net.h 183 extern int sock_wake_async(struct socket *sk, int how, int band);
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java 79 sFmRadio.rxSetBand() with default band will be called.
734 * Set the default band , if the fm app is getting started first
746 * Setting the default band after the volume change when FM app
750 /* Set the default band */
867 /* tune to default frequency after the band change callback . */
873 * enable/re-enable,else tune to the default frequency when band
1061 int band = fmConfigPreferences.getInt(BAND, DEFAULT_BAND); local
    [all...]
  /frameworks/base/services/java/com/android/server/wifi/
WifiService.java 844 * Set the operational frequency band
845 * @param band One of
852 public void setFrequencyBand(int band, boolean persist)
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
FmRadio.java 280 public boolean rxSetBand(int band) {
285 return mService.rxSetBand(band);
297 public boolean rxSetBand_nb(int band) {
302 return mService.rxSetBand_nb(band);
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRx.java 402 private final int band; field in class:JFmRx.JFmRxBand
404 private JFmRxBand(int band) {
405 this.band = band;
409 return band;
    [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 2180 milliseconds

1 2 34 5 6 7