Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioAEC.java89 private int mShotIndex; field in AudioAEC.RmsHelper
100 mShotIndex = 0; in reset()
106 if (mShotIndex >= 0 && mShotIndex < mRmsSnapshots.getSize()) { in captureShot()
107 mRmsSnapshots.setValue(mShotIndex++, mRmsCurrent); in captureShot()