Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/
Dreceive_side_congestion_controller.cc57 void ReceiveSideCongestionController::WrappingBitrateEstimator::OnRttUpdate( in OnRttUpdate() function in webrtc::ReceiveSideCongestionController::WrappingBitrateEstimator
172 void ReceiveSideCongestionController::OnRttUpdate(int64_t avg_rtt_ms, in OnRttUpdate() function in webrtc::ReceiveSideCongestionController
/external/webrtc/modules/remote_bitrate_estimator/
Dremote_estimator_proxy.h50 void OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) override {} in OnRttUpdate() function
Dremote_bitrate_estimator_single_stream.cc218 void RemoteBitrateEstimatorSingleStream::OnRttUpdate(int64_t avg_rtt_ms, in OnRttUpdate() function in webrtc::RemoteBitrateEstimatorSingleStream
Dremote_bitrate_estimator_abs_send_time.cc392 void RemoteBitrateEstimatorAbsSendTime::OnRttUpdate(int64_t avg_rtt_ms, in OnRttUpdate() function in webrtc::RemoteBitrateEstimatorAbsSendTime
/external/webrtc/video/
Dcall_stats2.h85 void OnRttUpdate(int64_t rtt) override { in OnRttUpdate() function
Dcall_stats2.cc131 void CallStats::OnRttUpdate(int64_t rtt) { in OnRttUpdate() function in webrtc::internal::CallStats
Dcall_stats.cc185 void CallStats::OnRttUpdate(int64_t rtt) { in OnRttUpdate() function in webrtc::CallStats
Dvideo_receive_stream.cc585 void VideoReceiveStream::OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) { in OnRttUpdate() function in webrtc::internal::VideoReceiveStream
Dvideo_receive_stream2.cc565 void VideoReceiveStream2::OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) { in OnRttUpdate() function in webrtc::internal::VideoReceiveStream2
Dreceive_statistics_proxy.cc907 void ReceiveStatisticsProxy::OnRttUpdate(int64_t avg_rtt_ms, in OnRttUpdate() function in webrtc::ReceiveStatisticsProxy
Dreceive_statistics_proxy2.cc1036 void ReceiveStatisticsProxy::OnRttUpdate(int64_t avg_rtt_ms) { in OnRttUpdate() function in webrtc::internal::ReceiveStatisticsProxy
Dvideo_quality_test.cc222 void OnRttUpdate(int64_t rtt_ms) override { encoder_->OnRttUpdate(rtt_ms); } in OnRttUpdate() function in webrtc::__anonfccf62660111::QualityTestVideoEncoder
/external/webrtc/media/engine/
Dencoder_simulcast_proxy.cc73 void EncoderSimulcastProxy::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::EncoderSimulcastProxy
Dsimulcast_encoder_adapter.cc544 void SimulcastEncoderAdapter::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::SimulcastEncoderAdapter
/external/webrtc/api/video_codecs/
Dvp8_temporal_layers.cc95 void Vp8TemporalLayers::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::Vp8TemporalLayers
Dvideo_encoder.cc309 void VideoEncoder::OnRttUpdate(int64_t rtt_ms) {} in OnRttUpdate() function in webrtc::VideoEncoder
Dvideo_encoder_software_fallback_wrapper.cc396 void VideoEncoderSoftwareFallbackWrapper::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::__anonfc13b8300111::VideoEncoderSoftwareFallbackWrapper
/external/webrtc/modules/video_coding/codecs/multiplex/
Dmultiplex_encoder_adapter.cc255 void MultiplexEncoderAdapter::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::MultiplexEncoderAdapter
/external/webrtc/modules/congestion_controller/goog_cc/
Ddelay_based_bwe.cc335 void DelayBasedBwe::OnRttUpdate(TimeDelta avg_rtt) { in OnRttUpdate() function in webrtc::DelayBasedBwe
/external/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.cc418 void ScreenshareLayers::OnRttUpdate(int64_t rtt_ms) {} in OnRttUpdate() function in webrtc::ScreenshareLayers
Ddefault_temporal_layers.cc598 void DefaultTemporalLayers::OnRttUpdate(int64_t rtt_ms) {} in OnRttUpdate() function in webrtc::DefaultTemporalLayers
Dlibvpx_vp8_encoder.cc418 void LibvpxVp8Encoder::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::LibvpxVp8Encoder
/external/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::__anonc3f987650111::RtcpRttStatsTestImpl
Drtp_rtcp_impl2_unittest.cc48 void OnRttUpdate(int64_t rtt_ms) override { rtt_ms_ = rtt_ms; } in OnRttUpdate() function in webrtc::__anon350570d70111::RtcpRttStatsTestImpl