Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioAEC.java157 int firstShot, int lastShot) { in computeAcousticCouplingFactor() argument
161 lastShot = Math.min(lastShot, len -1); in computeAcousticCouplingFactor()
163 int actualLen = lastShot - firstShot + 1; in computeAcousticCouplingFactor()
171 for (int i = firstShot, index = 0; i <= lastShot; ++i, ++index) { in computeAcousticCouplingFactor()
397 int lastShot = SHOT_COUNT - 1; in startTest()
401 mRMSRecorder1.getRmsSnapshots(), firstShot, lastShot); in startTest()
441 mRMSRecorder2.getRmsSnapshots(), firstShot, lastShot); in startTest()