Searched refs:CallStatistics (Results 1 – 21 of 21) sorted by relevance
34 class CallStatistics {36 CallStatistics() {} in CallStatistics() function37 ~CallStatistics() {} in ~CallStatistics()
19 void CallStatistics::DecodedByNetEq(AudioFrame::SpeechType speech_type) { in DecodedByNetEq()45 void CallStatistics::DecodedBySilenceGenerator() { in DecodedBySilenceGenerator()49 const AudioDecodingCallStats& CallStatistics::GetDecodingStatistics() const { in GetDecodingStatistics()
19 CallStatistics call_stats; in TEST()32 CallStatistics call_stats; in TEST()
293 CallStatistics call_stats_ GUARDED_BY(crit_sect_);
78 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()
63 struct CallStatistics { struct180 virtual int GetRTCPStatistics(int channel, CallStatistics& stats) = 0;
86 CallStatistics ChannelProxy::GetRTCPStatistics() const { in GetRTCPStatistics()88 CallStatistics stats = {0}; in GetRTCPStatistics()
58 virtual CallStatistics GetRTCPStatistics() const;
68 int GetRTCPStatistics(int channel, CallStatistics& stats) override;
66 struct CallStatistics;353 int GetRTPStatistics(CallStatistics& stats);
331 int VoERTP_RTCPImpl::GetRTCPStatistics(int channel, CallStatistics& stats) { in GetRTCPStatistics()
3201 Channel::GetRTPStatistics(CallStatistics& stats) in GetRTPStatistics()
35 MOCK_CONST_METHOD0(GetRTCPStatistics, CallStatistics());
293 MOCK_METHOD2(GetRTCPStatistics, int(int channel, CallStatistics& stats));
98 bool GetReceiverStatistics(unsigned int id, webrtc::CallStatistics* stats);
280 webrtc::CallStatistics* stats) { in GetReceiverStatistics()
133 webrtc::CallStatistics call_stats = channel_proxy_->GetRTCPStatistics(); in GetStats()
196 webrtc::CallStatistics call_stats = channel_proxy_->GetRTCPStatistics(); in GetStats()
44 const CallStatistics kCallStats = {
57 const CallStatistics kCallStats = {
631 WEBRTC_STUB(GetRTCPStatistics, (int channel, webrtc::CallStatistics& stats));