HomeSort by relevance Sort by last modified time
    Searched refs:mBands (Results 1 - 7 of 7) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 52 int n = mBands.size();
54 mBands.add(new Band());
57 mBands.remove(i);
61 Vector<Band> mBands = new Vector<Band>();
102 for (Band point : mBands) {
107 return "c=" + mBands.indexOf(mBands) + "[" + mBands.size() + "]" + count;
120 mBands.add(0, p);
129 int n = (rep.mCurrentBand == null) ? 0 : rep.mBands.indexOf(rep.mCurrentBand)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioFrequencyMicActivity.java 119 int mBands = 4;
120 AudioBandSpecs[] bandSpecsArray = new AudioBandSpecs[mBands];
121 AudioBandSpecs[] baseBandSpecsArray = new AudioBandSpecs[mBands];
443 int[] mPointsPerBand = new int[mBands];
444 double[] mAverageEnergyPerBand = new double[mBands];
445 int[] mInBoundPointsPerBand = new int[mBands];
457 for (int b = 0; b < mBands; b++) {
483 if (b >= 0 && b < mBands && mPointsPerBand[b] > 0) {
496 for (int b = 0; b < mBands; b++) {
561 if (currentBand >= mBands)
    [all...]
AudioFrequencySpeakerActivity.java 109 int mBands = 4;
110 AudioBandSpecs[] bandSpecsArray = new AudioBandSpecs[mBands];
111 AudioBandSpecs[] baseBandSpecsArray = new AudioBandSpecs[mBands];
345 int[] mPointsPerBand = new int[mBands];
346 double[] mAverageEnergyPerBand = new double[mBands];
347 int[] mInBoundPointsPerBand = new int[mBands];
359 for (int b = 0; b < mBands; b++) {
385 if (b >= 0 && b < mBands && mPointsPerBand[b] > 0) {
397 for (int b = 0; b < mBands; b++) {
442 if (currentBand >= mBands)
    [all...]
AudioFrequencyLineActivity.java 102 int mBands = 4;
103 AudioBandSpecs[] bandSpecsArray = new AudioBandSpecs[mBands];
305 int[] mPointsPerBand = new int[mBands];
306 double[] mAverageEnergyPerBand = new double[mBands];
307 int[] mInBoundPointsPerBand = new int[mBands];
317 for (int b = 0; b < mBands; b++) {
341 if (b >= 0 && b < mBands && mPointsPerBand[b] > 0) {
353 for (int b = 0; b < mBands; b++) {
393 if (currentBand >= mBands)
403 for (int b = 0; b < mBands; b++)
    [all...]
  /frameworks/wilhelm/src/itf/
IEqualizer.c 223 *pCenter = thiz->mBands[band].mCenter;
260 *pMin = thiz->mBands[band].mMin;
262 *pMax = thiz->mBands[band].mMax;
306 for (band = thiz->mBands; band < &thiz->mBands[thiz->mNumBands]; ++band) {
315 bestBand = band - thiz->mBands;
488 thiz->mBands = EqualizerBands;
  /frameworks/base/core/java/android/hardware/radio/
RadioManager.java 110 private final BandDescriptor[] mBands;
124 mBands = bands;
203 return mBands;
217 mBands = new BandDescriptor[tmp.length];
219 mBands[i] = (BandDescriptor) tmp[i];
245 dest.writeParcelableArray(mBands, flags);
261 + ", mBands=" + Arrays.toString(mBands) + "]";
277 result = prime * result + Arrays.hashCode(mBands);
318 if (!Arrays.equals(mBands, other.getBands())
    [all...]
  /frameworks/wilhelm/src/
itfstruct.h 349 const struct EqualizerBand *mBands;

Completed in 318 milliseconds