Home
last modified time | relevance | path

Searched refs:maxIndex (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DCorrelation.java54 int maxIndex = -1; in computeCorrelation() local
67 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()
DUtil.java124 int maxIndex = startIndex; in findMaxIndex() local
126 if (data[i] > data[maxIndex]) { in findMaxIndex()
127 maxIndex = i; in findMaxIndex()
130 return maxIndex; in findMaxIndex()