Searched refs:mMeasuredLoopGain (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libaaudio/examples/loopback/src/
H A DLoopbackAnalyzer.h455 mMeasuredLoopGain = 0.0f;
479 printf(LOOPBACK_RESULT_TAG "measured.gain = %f\n", mMeasuredLoopGain);
482 if (mMeasuredLoopGain >= 0.9999) {
555 mMeasuredLoopGain = peak; // assumes original pulse amplitude is one
557 mEchoGain = mDesiredEchoGain / mMeasuredLoopGain;
599 if (peak > mMeasuredLoopGain) {
600 mMeasuredLoopGain = peak; // AGC might be raising gain so adjust it on the fly.
602 mEchoGain = mDesiredEchoGain / mMeasuredLoopGain;
656 float mMeasuredLoopGain = 0.0f; member in class:EchoAnalyzer

Completed in 22 milliseconds