OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetEchoMetrics
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/voice_engine/test/auto_test/extended/
ec_metrics_test.cc
48
EXPECT_EQ(0, voe_apm_->
GetEchoMetrics
(erl, erle, rerl, a_nlp));
63
EXPECT_EQ(-1, voe_apm_->
GetEchoMetrics
(dummy, dummy, dummy, dummy));
/external/webrtc/webrtc/voice_engine/include/
voe_audio_processing.h
179
virtual int
GetEchoMetrics
(int& ERL, int& ERLE, int& RERL, int& A_NLP) = 0;
/external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.h
76
int
GetEchoMetrics
(int& ERL, int& ERLE, int& RERL, int& A_NLP) override;
voe_audio_processing_impl.cc
840
int VoEAudioProcessingImpl::
GetEchoMetrics
(int& ERL,
852
"
GetEchoMetrics
() AudioProcessingModule AEC is not enabled");
861
"
GetEchoMetrics
(), AudioProcessingModule metrics error");
[
all
...]
/external/webrtc/webrtc/audio/
audio_send_stream.cc
195
error = processing->
GetEchoMetrics
(erl, erle, dummy1, dummy2);
audio_send_stream_unittest.cc
147
EXPECT_CALL(voice_engine_,
GetEchoMetrics
(_, _, _, _))
/external/webrtc/webrtc/test/
mock_voice_engine.h
79
MOCK_METHOD4(
GetEchoMetrics
, int(int& ERL, int& ERLE, int& RERL, int& A_NLP));
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
748
WEBRTC_STUB(
GetEchoMetrics
, (int& ERL, int& ERLE, int& RERL, int& A_NLP));
Completed in 225 milliseconds