HomeSort by relevance Sort by last modified time
    Searched refs:speech_expand_rate (Results 1 - 13 of 13) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_network_stats_unittest.cc 101 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;
statistics_calculator.cc 245 stats->speech_expand_rate =
neteq_unittest.cc 70 stats->set_speech_expand_rate(stats_raw.speech_expand_rate);
232 ASSERT_LE(stats.speech_expand_rate, ref_stats.expand_rate());
    [all...]
  /external/webrtc/webrtc/
audio_receive_stream.h 50 float speech_expand_rate = 0.0f; member in struct:webrtc::AudioReceiveStream::Stats
  /external/webrtc/webrtc/modules/audio_coding/neteq/include/
neteq.h 37 uint16_t speech_expand_rate; // Fraction (of original stream) of synthesized member in struct:webrtc::NetEqNetworkStatistics
  /external/webrtc/webrtc/audio/
audio_receive_stream.cc 222 stats.speech_expand_rate = Q14ToFloat(ns.currentSpeechExpandRate);
audio_receive_stream_unittest.cc 310 stats.speech_expand_rate);
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver.cc 457 acm_stat->currentSpeechExpandRate = neteq_stat.speech_expand_rate;
  /external/webrtc/talk/media/base/
mediachannel.h 727 speech_expand_rate(0),
748 float speech_expand_rate; member in struct:cricket::VoiceReceiverInfo
    [all...]
  /external/webrtc/talk/app/webrtc/
statscollector.cc 146 { StatsReport::kStatsValueNameSpeechExpandRate, info.speech_expand_rate },
    [all...]
statscollector_unittest.cc 340 EXPECT_EQ(rtc::ToString<float>(info.speech_expand_rate), value_in_report);
483 voice_receiver_info->speech_expand_rate = 122;
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc     [all...]
webrtcvoiceengine_unittest.cc 347 stats.speech_expand_rate = 8.90f;
381 EXPECT_EQ(info.speech_expand_rate, stats.speech_expand_rate);
    [all...]

Completed in 221 milliseconds