Home
last modified time | relevance | path

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

/external/webrtc/video/
Dcall_stats2.h85 void OnRttUpdate(int64_t rtt) override { in OnRttUpdate() function
Dcall_stats2.cc132 void CallStats::OnRttUpdate(int64_t rtt) { in OnRttUpdate() function in webrtc::internal::CallStats
Dreceive_statistics_proxy2.cc984 void ReceiveStatisticsProxy::OnRttUpdate(int64_t avg_rtt_ms) { in OnRttUpdate() function in webrtc::internal::ReceiveStatisticsProxy
Dvideo_receive_stream2.cc740 void VideoReceiveStream2::OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) { in OnRttUpdate() function in webrtc::internal::VideoReceiveStream2
Dvideo_quality_test.cc223 void OnRttUpdate(int64_t rtt_ms) override { encoder_->OnRttUpdate(rtt_ms); } in OnRttUpdate() function in webrtc::__anonbedff9440111::QualityTestVideoEncoder
/external/webrtc/media/engine/
Dencoder_simulcast_proxy.cc70 void EncoderSimulcastProxy::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::EncoderSimulcastProxy
Dsimulcast_encoder_adapter.cc658 void SimulcastEncoderAdapter::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::SimulcastEncoderAdapter
/external/webrtc/modules/congestion_controller/
Dreceive_side_congestion_controller.cc26 void ReceiveSideCongestionController::OnRttUpdate(int64_t avg_rtt_ms, in OnRttUpdate() function in webrtc::ReceiveSideCongestionController
/external/webrtc/api/video_codecs/
Dvp8_temporal_layers.cc95 void Vp8TemporalLayers::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::Vp8TemporalLayers
Dvideo_encoder.cc327 void VideoEncoder::OnRttUpdate(int64_t rtt_ms) {} in OnRttUpdate() function in webrtc::VideoEncoder
Dvideo_encoder_software_fallback_wrapper.cc398 void VideoEncoderSoftwareFallbackWrapper::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::__anon9958470e0111::VideoEncoderSoftwareFallbackWrapper
/external/webrtc/modules/congestion_controller/goog_cc/
Ddelay_based_bwe.cc269 void DelayBasedBwe::OnRttUpdate(TimeDelta avg_rtt) { in OnRttUpdate() function in webrtc::DelayBasedBwe
/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc211 void RemoteBitrateEstimatorSingleStream::OnRttUpdate(int64_t avg_rtt_ms, in OnRttUpdate() function in webrtc::RemoteBitrateEstimatorSingleStream
Dremote_bitrate_estimator_abs_send_time.cc379 void RemoteBitrateEstimatorAbsSendTime::OnRttUpdate(int64_t avg_rtt_ms, in OnRttUpdate() function in webrtc::RemoteBitrateEstimatorAbsSendTime
/external/webrtc/modules/video_coding/codecs/multiplex/
Dmultiplex_encoder_adapter.cc277 void MultiplexEncoderAdapter::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::MultiplexEncoderAdapter
/external/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.cc421 void ScreenshareLayers::OnRttUpdate(int64_t rtt_ms) {} in OnRttUpdate() function in webrtc::ScreenshareLayers
Ddefault_temporal_layers.cc635 void DefaultTemporalLayers::OnRttUpdate(int64_t rtt_ms) {} in OnRttUpdate() function in webrtc::DefaultTemporalLayers
Dlibvpx_vp8_encoder.cc388 void LibvpxVp8Encoder::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::LibvpxVp8Encoder
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_transceiver_config.h49 virtual void OnRttUpdate(Timestamp receive_time, TimeDelta rtt) {} in OnRttUpdate() function
Drtp_rtcp_impl_unittest.cc55 void OnRttUpdate(int64_t rtt_ms) override { rtt_ms_ = rtt_ms; } in OnRttUpdate() function in webrtc::__anonfb8e48c30111::RtcpRttStatsTestImpl
Drtp_rtcp_impl2_unittest.cc77 void OnRttUpdate(int64_t rtt_ms) override { rtt_ms_ = rtt_ms; } in OnRttUpdate() function in webrtc::__anon5f325df50111::RtcpRttStatsTestImpl