Searched refs:call_stats_ (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/webrtc/video/ |
D | call_stats_unittest.cc | 38 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 …]
|
D | video_receive_stream.cc | 153 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()
|
D | video_receive_stream.h | 86 CallStats* const call_stats_; variable
|
D | video_send_stream.cc | 128 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()
|
D | video_send_stream.h | 87 CallStats* const call_stats_; variable
|
/external/webrtc/webrtc/call/ |
D | congestion_controller.cc | 164 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()
|
D | call.cc | 124 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()
|
D | congestion_controller.h | 82 CallStats* const call_stats_; variable
|
/external/webrtc/webrtc/audio/ |
D | audio_send_stream_unittest.cc | 55 call_stats_(Clock::GetRealTimeClock()), in ConfigHelper() 58 &call_stats_, in ConfigHelper() 161 CallStats call_stats_; member
|
D | audio_receive_stream_unittest.cc | 68 call_stats_(&simulated_clock_), in ConfigHelper() 70 &call_stats_, in ConfigHelper() 152 CallStats call_stats_; member
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | acm_receiver.h | 293 CallStatistics call_stats_ GUARDED_BY(crit_sect_);
|
D | acm_receiver.cc | 285 call_stats_.DecodedByNetEq(audio_frame->speech_type_); in GetAudio() 536 *stats = call_stats_.GetDecodingStatistics(); in GetDecodingCallStatistics()
|