Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Daimd_rate_control.h38 bool TimeToReduceFurther(int64_t time_now,
Dremote_bitrate_estimator_single_stream.cc112 remote_rate_->TimeToReduceFurther(now_ms, incoming_bitrate_bps)) { in IncomingPacket()
Daimd_rate_control.cc69 bool AimdRateControl::TimeToReduceFurther(int64_t time_now, in TimeToReduceFurther() function in webrtc::AimdRateControl
Dremote_bitrate_estimator_abs_send_time.cc318 remote_rate_.TimeToReduceFurther(now_ms, incoming_bitrate_bps)) { in IncomingPacketInfo()