Home
last modified time | relevance | path

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

/external/webrtc/video/
Dcall_stats2_unittest.cc41 CallStats2Test() { call_stats_.EnsureStarted(); } in CallStats2Test()
45 RtcpRttStats* rtcp_rtt_stats = call_stats_.AsRtcpRttStats(); in AsyncSimulateRttUpdate()
67 CallStats call_stats_{&fake_clock_, loop_.task_queue()}; member in webrtc::internal::CallStats2Test
78 call_stats_.RegisterStatsObserver(&stats_observer); in TEST_F()
79 EXPECT_EQ(-1, call_stats_.LastProcessedRtt()); in TEST_F()
84 EXPECT_EQ(kRtt, call_stats_.LastProcessedRtt()); in TEST_F()
86 call_stats_.DeregisterStatsObserver(&stats_observer); in TEST_F()
115 call_stats_.RegisterStatsObserver(&stats_observer); in TEST_F()
120 call_stats_.DeregisterStatsObserver(&stats_observer); in TEST_F()
127 call_stats_.RegisterStatsObserver(&stats_observer_1); in TEST_F()
[all …]
Dvideo_receive_stream2.cc198 call_stats_(call_stats), in VideoReceiveStream2()
233 RTC_DCHECK(call_stats_); in VideoReceiveStream2()
379 call_stats_->RegisterStatsObserver(this); in Start()
410 call_stats_->DeregisterStatsObserver(this); in Stop()
Dvideo_receive_stream2.h261 CallStats* const call_stats_; variable
Dvideo_receive_stream2_unittest.cc197 call_stats_(clock_, time_controller_.GetMainThread()), in VideoReceiveStream2Test()
262 kDefaultNumCpuCores, &packet_router_, config_.Copy(), &call_stats_, in RecreateReceiveStream()
277 internal::CallStats call_stats_; member in webrtc::VideoReceiveStream2Test
/external/webrtc/call/
Dcall.cc379 const std::unique_ptr<CallStats> call_stats_; member in webrtc::internal::Call
700 call_stats_(new CallStats(clock_, worker_thread_)), in Call()
735 call_stats_->RegisterStatsObserver(&receive_side_cc_); in Call()
754 call_stats_->DeregisterStatsObserver(&receive_side_cc_); in ~Call()
768 call_stats_->EnsureStarted(); in EnsureStarted()
806 call_stats_->AsRtcpRttStats(), suspended_rtp_state, trials()); in CreateAudioSendStream()
942 call_stats_->AsRtcpRttStats(), transport_send_.get(), in CreateVideoSendStream()
1045 call_stats_.get(), clock_, std::make_unique<VCMTiming>(clock_, trials()), in CreateVideoReceiveStream()
1106 clock_, std::move(config), this, call_stats_->AsRtcpRttStats()); in CreateFlexfecReceiveStream()
1160 stats.rtt_ms = call_stats_->LastProcessedRtt(); in GetStats()
/external/webrtc/pc/test/
Dfake_peer_connection_for_stats.h301 void SetCallStats(const Call::Stats& call_stats) { call_stats_ = call_stats; } in SetCallStats()
383 Call::Stats GetCallStats() override { return call_stats_; } in GetCallStats()
463 Call::Stats call_stats_; variable
/external/webrtc/modules/audio_coding/acm2/
Dacm_receiver.h220 CallStatistics call_stats_ RTC_GUARDED_BY(mutex_);
Dacm_receiver.cc209 call_stats_.DecodedByNetEq(audio_frame->speech_type_, *muted); in GetAudio()
347 *stats = call_stats_.GetDecodingStatistics(); in GetDecodingCallStatistics()
/external/webrtc/pc/
Drtc_stats_collector.h293 Call::Stats call_stats_; variable
Drtc_stats_collector.cc1532 call_stats_, partial_report); in ProducePartialResultsOnNetworkThreadImpl()
2435 call_stats_ = pc_->GetCallStats(); in PrepareTransceiverStatsInfosAndCallStats_s_w_n()