Searched refs:maxIndex (Results 1 – 3 of 3) sorted by relevance
54 int maxIndex = -1; in computeCorrelation() local67 maxIndex = i; in computeCorrelation()73 log(String.format(" Maxvalue %f, max Index : %d/%d (%d) minIndex=%d",maxValue, maxIndex, in computeCorrelation()89 mEstimatedLatencySamples = maxIndex*groupSize; in computeCorrelation()
124 int maxIndex = startIndex; in findMaxIndex() local126 if (data[i] > data[maxIndex]) { in findMaxIndex()127 maxIndex = i; in findMaxIndex()130 return maxIndex; in findMaxIndex()
1506 final int maxIndex = mAudioManager.getStreamMaxVolume(streamType); in testGetStreamVolumeDb() local1508 + " to max vol index (" + maxIndex + ")", minIndex <= maxIndex); in testGetStreamVolumeDb()1511 for (int idx = minIndex ; idx <= maxIndex ; idx++) { in testGetStreamVolumeDb()