Searched refs:A_NLP (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | voe_audio_processing_impl.h | 76 int GetEchoMetrics(int& ERL, int& ERLE, int& RERL, int& A_NLP) override;
|
D | voe_audio_processing_impl.cc | 843 int& A_NLP) { in GetEchoMetrics() argument 869 A_NLP = echoMetrics.a_nlp.instant; in GetEchoMetrics()
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_audio_processing.h | 179 virtual int GetEchoMetrics(int& ERL, int& ERLE, int& RERL, int& A_NLP) = 0;
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 79 MOCK_METHOD4(GetEchoMetrics, int(int& ERL, int& ERLE, int& RERL, int& A_NLP));
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 748 WEBRTC_STUB(GetEchoMetrics, (int& ERL, int& ERLE, int& RERL, int& A_NLP));
|