Home
last modified time | relevance | path

Searched refs:GetRemoteRate (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc148 GetRemoteRate()->TimeToReduceFurther( in IncomingPacket()
202 AimdRateControl* remote_rate = GetRemoteRate(); in UpdateEstimate()
221 GetRemoteRate()->SetRtt(TimeDelta::Millis(avg_rtt_ms)); in OnRttUpdate()
260 AimdRateControl* RemoteBitrateEstimatorSingleStream::GetRemoteRate() { in GetRemoteRate() function in webrtc::RemoteBitrateEstimatorSingleStream
Dremote_bitrate_estimator_single_stream.h64 AimdRateControl* GetRemoteRate() RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_);