Home
last modified time | relevance | path

Searched refs:UpdateStats (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dstatscollector_unittest.cc630 stats->UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard); in SetupAndVerifyAudioTrackStats()
713 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard); in TestCertificateReports()
784 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard); in TEST_F()
851 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard); in TEST_F()
904 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard); in TEST_F()
920 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard); in TEST_F()
933 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard); in TEST_F()
934 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard); in TEST_F()
1007 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard); in TEST_F()
1076 stats.UpdateStats(PeerConnectionInterface::kStatsOutputLevelStandard); in TEST_F()
[all …]
Dstatscollector.h78 void UpdateStats(PeerConnectionInterface::StatsOutputLevel level);
Dpeerconnection.cc807 stats_->UpdateStats(level); in GetStats()
962 stats_->UpdateStats(kStatsOutputLevelStandard); in SetLocalDescription()
1040 stats_->UpdateStats(kStatsOutputLevelStandard); in SetRemoteDescription()
1182 stats_->UpdateStats(kStatsOutputLevelStandard); in Close()
Dstatscollector.cc466 StatsCollector::UpdateStats(PeerConnectionInterface::StatsOutputLevel level) { in UpdateStats() function in webrtc::StatsCollector
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time.cc313 UpdateStats(static_cast<int>(t_delta - ts_delta_ms), now_ms); in IncomingPacketInfo()
425 void RemoteBitrateEstimatorAbsSendTime::UpdateStats(int propagation_delta_ms, in UpdateStats() function in webrtc::RemoteBitrateEstimatorAbsSendTime
Dremote_bitrate_estimator_abs_send_time.h115 void UpdateStats(int propagation_delta_ms, int64_t now_ms)
/external/webrtc/talk/media/base/
Dvideocapturer.h337 void UpdateStats(const CapturedFrame* captured_frame);
Dvideocapturer.cc538 UpdateStats(captured_frame); in OnFrameCaptured()
699 void VideoCapturer::UpdateStats(const CapturedFrame* captured_frame) { in UpdateStats() function in cricket::VideoCapturer