Searched refs:echo_return_loss (Results 1 – 15 of 15) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/ |
D | echo_cancellation_impl.cc | 318 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/ |
D | mediastreaminterface.h | 195 echo_return_loss(0), in AudioProcessorStats() 203 int echo_return_loss; member
|
D | statscollector.cc | 120 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()
|
D | statscollector_unittest.cc | 143 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/ |
D | audio_send_stream.h | 48 int32_t echo_return_loss = -100; member
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | unittest.proto | 32 optional Statistic echo_return_loss = 2; field
|
D | audio_processing_unittest.cc | 2196 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()
|
D | process_test.cc | 1088 PrintStat(metrics.echo_return_loss); in void_main()
|
/external/webrtc/webrtc/audio/ |
D | audio_send_stream.cc | 197 stats.echo_return_loss = erl; in GetStats()
|
D | audio_send_stream_unittest.cc | 223 EXPECT_EQ(kEchoReturnLoss, stats.echo_return_loss); in TEST()
|
/external/webrtc/talk/media/base/ |
D | mediachannel.h | 702 echo_return_loss(0), in VoiceSenderInfo() 713 int echo_return_loss; member
|
/external/webrtc/webrtc/modules/audio_processing/include/ |
D | audio_processing.h | 662 AudioProcessing::Statistic echo_return_loss; member
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_audio_processing_impl.cc | 866 ERL = echoMetrics.echo_return_loss.instant; in GetEchoMetrics()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvoiceengine.cc | 2370 sinfo.echo_return_loss = stats.echo_return_loss; in GetStats()
|
D | webrtcvoiceengine_unittest.cc | 299 stats.echo_return_loss = 890; in GetAudioSendStreamStats() 325 EXPECT_EQ(info.echo_return_loss, stats.echo_return_loss); in VerifyVoiceSenderInfo()
|