Searched refs:mRmsSnapshots (Results 1 – 1 of 1) sorted by relevance
87 private DspBufferDouble mRmsSnapshots; field in AudioAEC.RmsHelper98 mRmsSnapshots = new DspBufferDouble(mShoutCount); in reset()105 if (mShotIndex >= 0 && mShotIndex < mRmsSnapshots.getSize()) { in captureShot()106 mRmsSnapshots.setValue(mShotIndex++, mRmsCurrent); in captureShot()119 return mRmsSnapshots; in getRmsSnapshots()