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

  /external/webrtc/webrtc/modules/audio_coding/acm2/
call_statistics.h 34 class CallStatistics {
36 CallStatistics() {}
37 ~CallStatistics() {}
call_statistics.cc 19 void CallStatistics::DecodedByNetEq(AudioFrame::SpeechType speech_type) {
45 void CallStatistics::DecodedBySilenceGenerator() {
49 const AudioDecodingCallStats& CallStatistics::GetDecodingStatistics() const {
call_statistics_unittest.cc 19 CallStatistics call_stats;
32 CallStatistics call_stats;
acm_receiver.h 293 CallStatistics call_stats_ GUARDED_BY(crit_sect_);
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_conference_test.cc 78 webrtc::CallStatistics stats_1;
79 webrtc::CallStatistics stats_2;
153 webrtc::CallStatistics stats_0;
154 webrtc::CallStatistics stats_1;
155 webrtc::CallStatistics stats_2;
156 webrtc::CallStatistics stats_3;
  /external/webrtc/webrtc/test/
mock_voe_channel_proxy.h 35 MOCK_CONST_METHOD0(GetRTCPStatistics, CallStatistics());
mock_voice_engine.h 293 MOCK_METHOD2(GetRTCPStatistics, int(int channel, CallStatistics& stats));
  /external/webrtc/webrtc/voice_engine/
channel_proxy.h 58 virtual CallStatistics GetRTCPStatistics() const;
voe_rtp_rtcp_impl.h 68 int GetRTCPStatistics(int channel, CallStatistics& stats) override;
channel_proxy.cc 86 CallStatistics ChannelProxy::GetRTCPStatistics() const {
88 CallStatistics stats = {0};
channel.h 66 struct CallStatistics;
353 int GetRTPStatistics(CallStatistics& stats);
voe_rtp_rtcp_impl.cc 331 int VoERTP_RTCPImpl::GetRTCPStatistics(int channel, CallStatistics& stats) {
channel.cc     [all...]
  /external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h 62 // CallStatistics
63 struct CallStatistics {
180 virtual int GetRTCPStatistics(int channel, CallStatistics& stats) = 0;
  /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
conference_transport.h 94 * stats : pointer to a CallStatistics to store the result.
98 bool GetReceiverStatistics(unsigned int id, webrtc::CallStatistics* stats);
conference_transport.cc 280 webrtc::CallStatistics* stats) {
  /external/webrtc/webrtc/audio/
audio_receive_stream.cc 196 webrtc::CallStatistics call_stats = channel_proxy_->GetRTCPStatistics();
audio_send_stream.cc 133 webrtc::CallStatistics call_stats = channel_proxy_->GetRTCPStatistics();
audio_send_stream_unittest.cc 44 const CallStatistics kCallStats = {
audio_receive_stream_unittest.cc 57 const CallStatistics kCallStats = {
  /external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h 631 WEBRTC_STUB(GetRTCPStatistics, (int channel, webrtc::CallStatistics& stats));

Completed in 2392 milliseconds