Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_network_stats_unittest.cc101 logic speech_expand_rate; member
165 CHECK_NETEQ_NETWORK_STATS(speech_expand_rate); in CheckNetworkStatistics()
226 expects.stats_ref.expand_rate = expects.stats_ref.speech_expand_rate = 1065; in DecodeFecTest()
233 expects.stats_ref.expand_rate = expects.stats_ref.speech_expand_rate = 0; in DecodeFecTest()
258 expects.stats_ref.speech_expand_rate = 5324; in NoiseExpansionTest()
Dneteq_unittest.proto12 optional uint32 speech_expand_rate = 7; field
Dstatistics_calculator.cc245 stats->speech_expand_rate = in GetNetworkStatistics()
Dneteq_unittest.cc70 stats->set_speech_expand_rate(stats_raw.speech_expand_rate); in Convert()
232 ASSERT_LE(stats.speech_expand_rate, ref_stats.expand_rate()); in ReadFromFileAndCompare()
/external/webrtc/webrtc/
Daudio_receive_stream.h50 float speech_expand_rate = 0.0f; member
/external/webrtc/webrtc/modules/audio_coding/neteq/include/
Dneteq.h37 uint16_t speech_expand_rate; // Fraction (of original stream) of synthesized member
/external/webrtc/webrtc/audio/
Daudio_receive_stream.cc222 stats.speech_expand_rate = Q14ToFloat(ns.currentSpeechExpandRate); in GetStats()
Daudio_receive_stream_unittest.cc310 stats.speech_expand_rate); in TEST()
/external/webrtc/talk/media/base/
Dmediachannel.h727 speech_expand_rate(0), in VoiceReceiverInfo()
748 float speech_expand_rate; member
/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_receiver.cc457 acm_stat->currentSpeechExpandRate = neteq_stat.speech_expand_rate; in GetNetworkStatistics()
/external/webrtc/talk/app/webrtc/
Dstatscollector_unittest.cc340 EXPECT_EQ(rtc::ToString<float>(info.speech_expand_rate), value_in_report); in VerifyVoiceReceiverInfoReport()
483 voice_receiver_info->speech_expand_rate = 122; in InitVoiceReceiverInfo()
Dstatscollector.cc146 { StatsReport::kStatsValueNameSpeechExpandRate, info.speech_expand_rate }, in ExtractStats()
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc2395 rinfo.speech_expand_rate = stats.speech_expand_rate; in GetStats()
Dwebrtcvoiceengine_unittest.cc347 stats.speech_expand_rate = 8.90f; in GetAudioReceiveStreamStats()
381 EXPECT_EQ(info.speech_expand_rate, stats.speech_expand_rate); in VerifyVoiceReceiverInfo()