Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/examples/loopback/src/
DLoopbackAnalyzer.h549 mMeasuredLoopGain = 0.0f; in reset()
580 printf(LOOPBACK_RESULT_TAG "measured.gain = %8f\n", mMeasuredLoopGain); in report()
588 } else if (mMeasuredLoopGain >= 0.9999) { in report()
682 mMeasuredLoopGain = peak; // assumes original pulse amplitude is one in process()
685 mEchoGain = mDesiredEchoGain / mMeasuredLoopGain; in process()
728 if (peak > mMeasuredLoopGain) { in process()
729 mMeasuredLoopGain = peak; // AGC might be raising gain so adjust it on the fly. in process()
731 mEchoGain = mDesiredEchoGain / mMeasuredLoopGain; in process()
826 float mMeasuredLoopGain = 0.0f; variable