Searched refs:speech_expand_rate (Results 1 - 13 of 13) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq_network_stats_unittest.cc101 logic speech_expand_rate; member in struct:webrtc::test::NetEqNetworkStatsTest::NetEqNetworkStatsCheck
165 CHECK_NETEQ_NETWORK_STATS(speech_expand_rate);
226 expects.stats_ref.expand_rate = expects.stats_ref.speech_expand_rate = 1065;
233 expects.stats_ref.expand_rate = expects.stats_ref.speech_expand_rate = 0;
246 EQUAL, // speech_expand_rate
258 expects.stats_ref.speech_expand_rate = 5324;
H A Dstatistics_calculator.cc245 stats->speech_expand_rate =
H A Dneteq_unittest.cc70 stats->set_speech_expand_rate(stats_raw.speech_expand_rate);
232 ASSERT_LE(stats.speech_expand_rate, ref_stats.expand_rate());
/external/webrtc/webrtc/
H A Daudio_receive_stream.h50 float speech_expand_rate = 0.0f; member in struct:webrtc::AudioReceiveStream::Stats
/external/webrtc/webrtc/modules/audio_coding/neteq/include/
H A Dneteq.h37 uint16_t speech_expand_rate; // Fraction (of original stream) of synthesized member in struct:webrtc::NetEqNetworkStatistics
/external/webrtc/webrtc/audio/
H A Daudio_receive_stream.cc222 stats.speech_expand_rate = Q14ToFloat(ns.currentSpeechExpandRate);
H A Daudio_receive_stream_unittest.cc310 stats.speech_expand_rate);
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Dacm_receiver.cc457 acm_stat->currentSpeechExpandRate = neteq_stat.speech_expand_rate;
/external/webrtc/talk/media/base/
H A Dmediachannel.h727 speech_expand_rate(0),
748 float speech_expand_rate; member in struct:cricket::VoiceReceiverInfo
/external/webrtc/talk/app/webrtc/
H A Dstatscollector.cc146 { StatsReport::kStatsValueNameSpeechExpandRate, info.speech_expand_rate },
H A Dstatscollector_unittest.cc340 EXPECT_EQ(rtc::ToString<float>(info.speech_expand_rate), value_in_report);
483 voice_receiver_info->speech_expand_rate = 122;
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc2395 rinfo.speech_expand_rate = stats.speech_expand_rate;
H A Dwebrtcvoiceengine_unittest.cc347 stats.speech_expand_rate = 8.90f;
381 EXPECT_EQ(info.speech_expand_rate, stats.speech_expand_rate);

Completed in 268 milliseconds