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.cc142 bool AimdRateControl::TimeToReduceFurther(Timestamp at_time, in TimeToReduceFurther() function in webrtc::AimdRateControl
161 TimeToReduceFurther(at_time, in InitialTimeToReduceFurther()
Dremote_bitrate_estimator_single_stream.cc147 remote_rate_.TimeToReduceFurther( in IncomingPacket()
Dremote_bitrate_estimator_abs_send_time.cc331 if (incoming_rate && remote_rate_.TimeToReduceFurther( in IncomingPacketInfo()
/external/webrtc/modules/congestion_controller/goog_cc/
Ddelay_based_bwe.cc215 rate_control_.TimeToReduceFurther(at_time, *acked_bitrate)) { in MaybeUpdateEstimate()