Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/
Decho_cancellation_impl.cc318 metrics->echo_return_loss.instant = my_metrics.erl.instant; in GetMetrics()
319 metrics->echo_return_loss.average = my_metrics.erl.average; in GetMetrics()
320 metrics->echo_return_loss.maximum = my_metrics.erl.max; in GetMetrics()
321 metrics->echo_return_loss.minimum = my_metrics.erl.min; in GetMetrics()
/external/webrtc/talk/app/webrtc/
Dmediastreaminterface.h195 echo_return_loss(0), in AudioProcessorStats()
203 int echo_return_loss; member
Dstatscollector.cc120 int echo_return_loss, in SetAudioProcessingStats() argument
130 { StatsReport::kStatsValueNameEchoReturnLoss, echo_return_loss }, in SetAudioProcessingStats()
186 report, info.typing_noise_detected, info.echo_return_loss, in ExtractStats()
915 report, stats.typing_noise_detected, stats.echo_return_loss, in UpdateReportFromAudioTrack()
Dstatscollector_unittest.cc143 stats->echo_return_loss = 2; in GetStats()
416 EXPECT_EQ(rtc::ToString<int>(sinfo.echo_return_loss), in VerifyVoiceSenderInfoReport()
444 voice_sender_info->echo_return_loss = 108; in InitVoiceSenderInfo()
459 voice_sender_info->echo_return_loss = audio_processor_stats.echo_return_loss; in UpdateVoiceSenderInfoFromAudioTrack()
/external/webrtc/webrtc/
Daudio_send_stream.h48 int32_t echo_return_loss = -100; member
/external/webrtc/webrtc/modules/audio_processing/test/
Dunittest.proto32 optional Statistic echo_return_loss = 2; field
Daudio_processing_unittest.cc2196 TestStats(echo_metrics.echo_return_loss, in TEST_F()
2197 reference.echo_return_loss()); in TEST_F()
2228 WriteStatsMessage(echo_metrics.echo_return_loss, in TEST_F()
Dprocess_test.cc1088 PrintStat(metrics.echo_return_loss); in void_main()
/external/webrtc/webrtc/audio/
Daudio_send_stream.cc197 stats.echo_return_loss = erl; in GetStats()
Daudio_send_stream_unittest.cc223 EXPECT_EQ(kEchoReturnLoss, stats.echo_return_loss); in TEST()
/external/webrtc/talk/media/base/
Dmediachannel.h702 echo_return_loss(0), in VoiceSenderInfo()
713 int echo_return_loss; member
/external/webrtc/webrtc/modules/audio_processing/include/
Daudio_processing.h662 AudioProcessing::Statistic echo_return_loss; member
/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.cc866 ERL = echoMetrics.echo_return_loss.instant; in GetEchoMetrics()
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc2370 sinfo.echo_return_loss = stats.echo_return_loss; in GetStats()
Dwebrtcvoiceengine_unittest.cc299 stats.echo_return_loss = 890; in GetAudioSendStreamStats()
325 EXPECT_EQ(info.echo_return_loss, stats.echo_return_loss); in VerifyVoiceSenderInfo()