Home
last modified time | relevance | path

Searched refs:call_stats_ (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/video/
Dcall_stats_unittest.cc38 virtual void SetUp() { call_stats_.reset(new CallStats(&fake_clock_)); } in SetUp()
40 rtc::scoped_ptr<CallStats> call_stats_; member in webrtc::CallStatsTest
45 RtcpRttStats* rtcp_rtt_stats = call_stats_->rtcp_rtt_stats(); in TEST_F()
46 call_stats_->RegisterStatsObserver(&stats_observer); in TEST_F()
53 call_stats_->Process(); in TEST_F()
59 call_stats_->Process(); in TEST_F()
62 call_stats_->DeregisterStatsObserver(&stats_observer); in TEST_F()
67 call_stats_->RegisterStatsObserver(&stats_observer); in TEST_F()
68 RtcpRttStats* rtcp_rtt_stats = call_stats_->rtcp_rtt_stats(); in TEST_F()
73 call_stats_->Process(); in TEST_F()
[all …]
Dvideo_receive_stream.cc153 call_stats_(call_stats) { in VideoReceiveStream()
164 nullptr, nullptr, bitrate_estimator, call_stats_->rtcp_rtt_stats(), in VideoReceiveStream()
171 call_stats_->RegisterStatsObserver(vie_channel_->GetStatsObserver()); in VideoReceiveStream()
295 call_stats_->DeregisterStatsObserver(vie_channel_->GetStatsObserver()); in ~VideoReceiveStream()
Dvideo_send_stream.cc128 call_stats_(call_stats), in VideoSendStream()
160 call_stats_->rtcp_rtt_stats(), congestion_controller_->pacer(), in VideoSendStream()
164 call_stats_->RegisterStatsObserver(vie_channel_->GetStatsObserver()); in VideoSendStream()
260 call_stats_->DeregisterStatsObserver(vie_channel_->GetStatsObserver()); in ~VideoSendStream()
Dvideo_receive_stream.h86 CallStats* const call_stats_; variable
Dvideo_send_stream.h87 CallStats* const call_stats_; variable
/external/webrtc/webrtc/call/
Dcongestion_controller.cc164 call_stats_(call_stats), in CongestionController()
172 call_stats_->RegisterStatsObserver(remote_bitrate_estimator_.get()); in CongestionController()
188 call_stats_->DeregisterStatsObserver(remote_bitrate_estimator_.get()); in ~CongestionController()
190 call_stats_->DeregisterStatsObserver(transport_feedback_adapter_.get()); in ~CongestionController()
248 call_stats_->RegisterStatsObserver(transport_feedback_adapter_.get()); in GetTransportFeedbackObserver()
Dcall.cc124 const rtc::scoped_ptr<CallStats> call_stats_; member in webrtc::internal::Call
185 call_stats_(new CallStats(clock_)), in Call()
202 call_stats_.get(), in Call()
219 module_process_thread_->RegisterModule(call_stats_.get()); in Call()
240 module_process_thread_->DeRegisterModule(call_stats_.get()); in ~Call()
382 num_cpu_cores_, module_process_thread_.get(), call_stats_.get(), in CreateVideoSendStream()
442 voice_engine(), module_process_thread_.get(), call_stats_.get()); in CreateVideoReceiveStream()
Dcongestion_controller.h82 CallStats* const call_stats_; variable
/external/webrtc/webrtc/audio/
Daudio_send_stream_unittest.cc55 call_stats_(Clock::GetRealTimeClock()), in ConfigHelper()
58 &call_stats_, in ConfigHelper()
161 CallStats call_stats_; member
Daudio_receive_stream_unittest.cc68 call_stats_(&simulated_clock_), in ConfigHelper()
70 &call_stats_, in ConfigHelper()
152 CallStats call_stats_; member
/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_receiver.h293 CallStatistics call_stats_ GUARDED_BY(crit_sect_);
Dacm_receiver.cc285 call_stats_.DecodedByNetEq(audio_frame->speech_type_); in GetAudio()
536 *stats = call_stats_.GetDecodingStatistics(); in GetDecodingCallStatistics()