HomeSort by relevance Sort by last modified time
    Searched defs:mBands (Results 1 - 8 of 8) 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...]
  /hardware/interfaces/broadcastradio/1.1/vts/functional/
VtsHalBroadcastradioV1_1TargetTest.cpp 115 hidl_vec<BandConfig> mBands;
178 mBands = prop10.bands;
231 EXPECT_GT(mBands.size(), idx);
232 if (mBands.size() <= idx) {
237 auto& band = mBands[idx];
243 if (currentBandIndex + 1 >= mBands.size()) return false;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioFrequencyLineActivity.java 102 int mBands = 4;
103 AudioBandSpecs[] bandSpecsArray = new AudioBandSpecs[mBands];
319 int[] mPointsPerBand = new int[mBands];
320 double[] mAverageEnergyPerBand = new double[mBands];
321 int[] mInBoundPointsPerBand = new int[mBands];
331 for (int b = 0; b < mBands; b++) {
355 if (b >= 0 && b < mBands && mPointsPerBand[b] > 0) {
367 for (int b = 0; b < mBands; b++) {
413 if (currentBand >= mBands)
423 for (int b = 0; b < mBands; b++)
    [all...]
AudioFrequencyMicActivity.java 136 int mBands = 4;
137 AudioBandSpecs[] bandSpecsArray = new AudioBandSpecs[mBands];
138 AudioBandSpecs[] baseBandSpecsArray = new AudioBandSpecs[mBands];
508 int[] mPointsPerBand = new int[mBands];
509 double[] mAverageEnergyPerBand = new double[mBands];
510 int[] mInBoundPointsPerBand = new int[mBands];
522 for (int b = 0; b < mBands; b++) {
548 if (b >= 0 && b < mBands && mPointsPerBand[b] > 0) {
561 for (int b = 0; b < mBands; b++) {
639 if (currentBand >= mBands)
    [all...]
AudioFrequencySpeakerActivity.java 109 int mBands = 4;
110 AudioBandSpecs[] bandSpecsArray = new AudioBandSpecs[mBands];
111 AudioBandSpecs[] baseBandSpecsArray = new AudioBandSpecs[mBands];
335 int[] mPointsPerBand = new int[mBands];
336 double[] mAverageEnergyPerBand = new double[mBands];
337 int[] mInBoundPointsPerBand = new int[mBands];
349 for (int b = 0; b < mBands; b++) {
375 if (b >= 0 && b < mBands && mPointsPerBand[b] > 0) {
387 for (int b = 0; b < mBands; b++) {
439 if (currentBand >= mBands)
    [all...]
AudioFrequencyUnprocessedActivity.java 153 int mBands = 3;
156 AudioBandSpecs[] mBandSpecsMic = new AudioBandSpecs[mBands];
292 mResultsMic = new Results("mic_response", mBands);
    [all...]
  /frameworks/base/core/java/android/hardware/radio/
RadioManager.java 158 private final BandDescriptor[] mBands;
180 mBands = bands;
328 return mBands;
344 mBands = new BandDescriptor[tmp.length];
346 mBands[i] = (BandDescriptor) tmp[i];
377 dest.writeParcelableArray(mBands, flags);
399 + ", mBands=" + Arrays.toString(mBands) + "]";
416 result = prime * result + Arrays.hashCode(mBands);
460 if (!Arrays.equals(mBands, other.getBands())
    [all...]
  /frameworks/wilhelm/src/
itfstruct.h 351 const struct EqualizerBand *mBands;

Completed in 284 milliseconds