Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioAEC.java88 private DspBufferDouble mRmsSnapshots; field in AudioAEC.RmsHelper
99 mRmsSnapshots = new DspBufferDouble(mShoutCount); in reset()
106 if (mShotIndex >= 0 && mShotIndex < mRmsSnapshots.getSize()) { in captureShot()
107 mRmsSnapshots.setValue(mShotIndex++, mRmsCurrent); in captureShot()
120 return mRmsSnapshots; in getRmsSnapshots()