HomeSort by relevance Sort by last modified time
    Searched refs:mBands (Results 1 - 3 of 3) 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...]
  /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;
492 thiz->mBands = EqualizerBands;
  /frameworks/wilhelm/src/
itfstruct.h 347 const struct EqualizerBand *mBands;

Completed in 49 milliseconds