Home
last modified time | relevance | path

Searched defs:OnRttUpdate (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/video/
Dcall_stats.cc79 virtual void OnRttUpdate(int64_t rtt) { in OnRttUpdate() function in webrtc::RtcpObserver
163 void CallStats::OnRttUpdate(int64_t rtt) { in OnRttUpdate() function in webrtc::CallStats
Dvie_channel.cc54 virtual void OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) { in OnRttUpdate() function in webrtc::ChannelStatsObserver
1059 void ViEChannel::OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) { in OnRttUpdate() function in webrtc::ViEChannel
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_estimator_proxy.h48 void OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) override {} in OnRttUpdate() function
Dtransport_feedback_adapter.cc130 void TransportFeedbackAdapter::OnRttUpdate(int64_t avg_rtt_ms, in OnRttUpdate() function in webrtc::TransportFeedbackAdapter
Dremote_bitrate_estimator_single_stream.cc187 void RemoteBitrateEstimatorSingleStream::OnRttUpdate(int64_t avg_rtt_ms, in OnRttUpdate() function in webrtc::RemoteBitrateEstimatorSingleStream
Dremote_bitrate_estimator_abs_send_time.cc381 void RemoteBitrateEstimatorAbsSendTime::OnRttUpdate(int64_t avg_rtt_ms, in OnRttUpdate() function in webrtc::RemoteBitrateEstimatorAbsSendTime
/external/webrtc/webrtc/call/
Dcongestion_controller.cc71 void OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) override { in OnRttUpdate() function in webrtc::__anon8c8dc7f70111::WrappingBitrateEstimator
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl_unittest.cc46 void OnRttUpdate(int64_t rtt_ms) override { rtt_ms_ = rtt_ms; } in OnRttUpdate() function in webrtc::__anonb1379db30111::RtcpRttStatsTestImpl