Home
last modified time | relevance | path

Searched refs:firstShot (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
160 firstShot = Math.min(firstShot, 0); in computeAcousticCouplingFactor()
163 int actualLen = lastShot - firstShot + 1; in computeAcousticCouplingFactor()
171 for (int i = firstShot, index = 0; i <= lastShot; ++i, ++index) { in computeAcousticCouplingFactor()
398 int firstShot = SHOT_COUNT - SHOT_COUNT_CORRELATION; in startTest()
401 mRMSRecorder1.getRmsSnapshots(), firstShot, lastShot); in startTest()
441 mRMSRecorder2.getRmsSnapshots(), firstShot, lastShot); in startTest()