/external/webrtc/modules/congestion_controller/ |
D | receive_side_congestion_controller.cc | 57 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/ |
D | remote_estimator_proxy.h | 50 void OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) override {} in OnRttUpdate() function
|
D | remote_bitrate_estimator_single_stream.cc | 218 void RemoteBitrateEstimatorSingleStream::OnRttUpdate(int64_t avg_rtt_ms, in OnRttUpdate() function in webrtc::RemoteBitrateEstimatorSingleStream
|
D | remote_bitrate_estimator_abs_send_time.cc | 392 void RemoteBitrateEstimatorAbsSendTime::OnRttUpdate(int64_t avg_rtt_ms, in OnRttUpdate() function in webrtc::RemoteBitrateEstimatorAbsSendTime
|
/external/webrtc/video/ |
D | call_stats2.h | 85 void OnRttUpdate(int64_t rtt) override { in OnRttUpdate() function
|
D | call_stats2.cc | 131 void CallStats::OnRttUpdate(int64_t rtt) { in OnRttUpdate() function in webrtc::internal::CallStats
|
D | call_stats.cc | 185 void CallStats::OnRttUpdate(int64_t rtt) { in OnRttUpdate() function in webrtc::CallStats
|
D | video_receive_stream.cc | 585 void VideoReceiveStream::OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) { in OnRttUpdate() function in webrtc::internal::VideoReceiveStream
|
D | video_receive_stream2.cc | 565 void VideoReceiveStream2::OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) { in OnRttUpdate() function in webrtc::internal::VideoReceiveStream2
|
D | receive_statistics_proxy.cc | 907 void ReceiveStatisticsProxy::OnRttUpdate(int64_t avg_rtt_ms, in OnRttUpdate() function in webrtc::ReceiveStatisticsProxy
|
D | receive_statistics_proxy2.cc | 1036 void ReceiveStatisticsProxy::OnRttUpdate(int64_t avg_rtt_ms) { in OnRttUpdate() function in webrtc::internal::ReceiveStatisticsProxy
|
D | video_quality_test.cc | 222 void OnRttUpdate(int64_t rtt_ms) override { encoder_->OnRttUpdate(rtt_ms); } in OnRttUpdate() function in webrtc::__anonfccf62660111::QualityTestVideoEncoder
|
/external/webrtc/media/engine/ |
D | encoder_simulcast_proxy.cc | 73 void EncoderSimulcastProxy::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::EncoderSimulcastProxy
|
D | simulcast_encoder_adapter.cc | 544 void SimulcastEncoderAdapter::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::SimulcastEncoderAdapter
|
/external/webrtc/api/video_codecs/ |
D | vp8_temporal_layers.cc | 95 void Vp8TemporalLayers::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::Vp8TemporalLayers
|
D | video_encoder.cc | 309 void VideoEncoder::OnRttUpdate(int64_t rtt_ms) {} in OnRttUpdate() function in webrtc::VideoEncoder
|
D | video_encoder_software_fallback_wrapper.cc | 396 void VideoEncoderSoftwareFallbackWrapper::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::__anonfc13b8300111::VideoEncoderSoftwareFallbackWrapper
|
/external/webrtc/modules/video_coding/codecs/multiplex/ |
D | multiplex_encoder_adapter.cc | 255 void MultiplexEncoderAdapter::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::MultiplexEncoderAdapter
|
/external/webrtc/modules/congestion_controller/goog_cc/ |
D | delay_based_bwe.cc | 335 void DelayBasedBwe::OnRttUpdate(TimeDelta avg_rtt) { in OnRttUpdate() function in webrtc::DelayBasedBwe
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | screenshare_layers.cc | 418 void ScreenshareLayers::OnRttUpdate(int64_t rtt_ms) {} in OnRttUpdate() function in webrtc::ScreenshareLayers
|
D | default_temporal_layers.cc | 598 void DefaultTemporalLayers::OnRttUpdate(int64_t rtt_ms) {} in OnRttUpdate() function in webrtc::DefaultTemporalLayers
|
D | libvpx_vp8_encoder.cc | 418 void LibvpxVp8Encoder::OnRttUpdate(int64_t rtt_ms) { in OnRttUpdate() function in webrtc::LibvpxVp8Encoder
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_rtcp_impl_unittest.cc | 46 void OnRttUpdate(int64_t rtt_ms) override { rtt_ms_ = rtt_ms; } in OnRttUpdate() function in webrtc::__anonc3f987650111::RtcpRttStatsTestImpl
|
D | rtp_rtcp_impl2_unittest.cc | 48 void OnRttUpdate(int64_t rtt_ms) override { rtt_ms_ = rtt_ms; } in OnRttUpdate() function in webrtc::__anon350570d70111::RtcpRttStatsTestImpl
|