Searched refs:mBandCount (Results 1 – 2 of 2) sorted by relevance
829 private int mBandCount; field in AudioFrequencyVoiceRecognitionActivity.Results837 mBandCount = bandCount; in Results()838 mPointsPerBand = new int[mBandCount]; in Results()839 mAverageEnergyPerBand = new double[mBandCount]; in Results()840 mInBoundPointsPerBand = new int[mBandCount]; in Results()843 for (int i = 0; i < mBandCount; i++) { in reset()854 for (int b = 0; b < mBandCount; b++) { in toString()871 if (b >= 0 && b < mBandCount && mPointsPerBand[b] > 0) { in testInBand()881 for (int b = 0; b < mBandCount; b++) { in testAll()928 for (int b = 0; b < results.mBandCount; b++) { in storeTestResults()
818 private int mBandCount; field in AudioFrequencyUnprocessedActivity.Results826 mBandCount = bandCount; in Results()827 mPointsPerBand = new int[mBandCount]; in Results()828 mAverageEnergyPerBand = new double[mBandCount]; in Results()829 mInBoundPointsPerBand = new int[mBandCount]; in Results()832 for (int i = 0; i < mBandCount; i++) { in reset()843 for (int b = 0; b < mBandCount; b++) { in toString()860 if (b >= 0 && b < mBandCount && mPointsPerBand[b] > 0) { in testInBand()870 for (int b = 0; b < mBandCount; b++) { in testAll()