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

  /external/webrtc/webrtc/
audio_receive_stream.h 55 int32_t decoding_calls_to_neteq = 0; member in struct:webrtc::AudioReceiveStream::Stats
  /external/webrtc/webrtc/audio/
audio_receive_stream.cc 229 stats.decoding_calls_to_neteq = ds.calls_to_neteq;
audio_receive_stream_unittest.cc 319 EXPECT_EQ(kAudioDecodeStats.calls_to_neteq, stats.decoding_calls_to_neteq);
  /external/webrtc/talk/media/base/
mediachannel.h 732 decoding_calls_to_neteq(0),
756 int decoding_calls_to_neteq; member in struct:cricket::VoiceReceiverInfo
    [all...]
  /external/webrtc/talk/app/webrtc/
statscollector.cc 156 { StatsReport::kStatsValueNameDecodingCTN, info.decoding_calls_to_neteq },
    [all...]
statscollector_unittest.cc 359 EXPECT_EQ(rtc::ToString<int>(info.decoding_calls_to_neteq),
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc     [all...]
webrtcvoiceengine_unittest.cc 352 stats.decoding_calls_to_neteq = 345;
387 EXPECT_EQ(info.decoding_calls_to_neteq, stats.decoding_calls_to_neteq);
    [all...]

Completed in 189 milliseconds