Searched refs:mEchoGain (Results 1 – 1 of 1) sorted by relevance
550 mEchoGain = 1.0f; in reset()559 mEchoGain = gain; in setGain()563 return mEchoGain; in getGain()581 printf(LOOPBACK_RESULT_TAG "echo.gain = %8f\n", mEchoGain); in report()622 printf("st = %d, echo gain = %f ", mState, mEchoGain); in printStatus()685 mEchoGain = mDesiredEchoGain / mMeasuredLoopGain; in process()686 if (mEchoGain > kMaxEchoGain) { in process()731 mEchoGain = mDesiredEchoGain / mMeasuredLoopGain; in process()737 outputData[ic] = inputData[ic] * mEchoGain; in process()828 float mEchoGain = 1.0f; variable