Home
last modified time | relevance | path

Searched refs:CallStatistics (Results 1 – 21 of 21) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dcall_statistics.h34 class CallStatistics {
36 CallStatistics() {} in CallStatistics() function
37 ~CallStatistics() {} in ~CallStatistics()
Dcall_statistics.cc19 void CallStatistics::DecodedByNetEq(AudioFrame::SpeechType speech_type) { in DecodedByNetEq()
45 void CallStatistics::DecodedBySilenceGenerator() { in DecodedBySilenceGenerator()
49 const AudioDecodingCallStats& CallStatistics::GetDecodingStatistics() const { in GetDecodingStatistics()
Dcall_statistics_unittest.cc19 CallStatistics call_stats; in TEST()
32 CallStatistics call_stats; in TEST()
Dacm_receiver.h293 CallStatistics call_stats_ GUARDED_BY(crit_sect_);
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_conference_test.cc78 webrtc::CallStatistics stats_1; in TEST()
79 webrtc::CallStatistics stats_2; in TEST()
153 webrtc::CallStatistics stats_0; in TEST()
154 webrtc::CallStatistics stats_1; in TEST()
155 webrtc::CallStatistics stats_2; in TEST()
156 webrtc::CallStatistics stats_3; in TEST()
/external/webrtc/webrtc/voice_engine/include/
Dvoe_rtp_rtcp.h63 struct CallStatistics { struct
180 virtual int GetRTCPStatistics(int channel, CallStatistics& stats) = 0;
/external/webrtc/webrtc/voice_engine/
Dchannel_proxy.cc86 CallStatistics ChannelProxy::GetRTCPStatistics() const { in GetRTCPStatistics()
88 CallStatistics stats = {0}; in GetRTCPStatistics()
Dchannel_proxy.h58 virtual CallStatistics GetRTCPStatistics() const;
Dvoe_rtp_rtcp_impl.h68 int GetRTCPStatistics(int channel, CallStatistics& stats) override;
Dchannel.h66 struct CallStatistics;
353 int GetRTPStatistics(CallStatistics& stats);
Dvoe_rtp_rtcp_impl.cc331 int VoERTP_RTCPImpl::GetRTCPStatistics(int channel, CallStatistics& stats) { in GetRTCPStatistics()
Dchannel.cc3201 Channel::GetRTPStatistics(CallStatistics& stats) in GetRTPStatistics()
/external/webrtc/webrtc/test/
Dmock_voe_channel_proxy.h35 MOCK_CONST_METHOD0(GetRTCPStatistics, CallStatistics());
Dmock_voice_engine.h293 MOCK_METHOD2(GetRTCPStatistics, int(int channel, CallStatistics& stats));
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
Dconference_transport.h98 bool GetReceiverStatistics(unsigned int id, webrtc::CallStatistics* stats);
Dconference_transport.cc280 webrtc::CallStatistics* stats) { in GetReceiverStatistics()
/external/webrtc/webrtc/audio/
Daudio_send_stream.cc133 webrtc::CallStatistics call_stats = channel_proxy_->GetRTCPStatistics(); in GetStats()
Daudio_receive_stream.cc196 webrtc::CallStatistics call_stats = channel_proxy_->GetRTCPStatistics(); in GetStats()
Daudio_send_stream_unittest.cc44 const CallStatistics kCallStats = {
Daudio_receive_stream_unittest.cc57 const CallStatistics kCallStats = {
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h631 WEBRTC_STUB(GetRTCPStatistics, (int channel, webrtc::CallStatistics& stats));