Home
last modified time | relevance | path

Searched refs:TimeToReduceFurther (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/remote_bitrate_estimator/
Daimd_rate_control.h49 bool TimeToReduceFurther(Timestamp at_time,
Daimd_rate_control.cc144 bool AimdRateControl::TimeToReduceFurther(Timestamp at_time, in TimeToReduceFurther() function in webrtc::AimdRateControl
163 TimeToReduceFurther(at_time, in InitialTimeToReduceFurther()
Dremote_bitrate_estimator_single_stream.cc148 GetRemoteRate()->TimeToReduceFurther( in IncomingPacket()
Dremote_bitrate_estimator_abs_send_time.cc338 if (incoming_rate && remote_rate_.TimeToReduceFurther( in IncomingPacketInfo()
/external/webrtc/modules/congestion_controller/goog_cc/
Ddelay_based_bwe.cc276 if (rate_control_.TimeToReduceFurther(at_time, prev_bitrate_)) { in MaybeUpdateEstimate()
282 rate_control_.TimeToReduceFurther(at_time, *acked_bitrate)) { in MaybeUpdateEstimate()