Home
last modified time | relevance | path

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

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