Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation.cc56 last_round_trip_time_ms_(0), in SendSideBandwidthEstimation()
98 *rtt = last_round_trip_time_ms_; in CurrentEstimate()
115 last_round_trip_time_ms_ = rtt; in UpdateReceiverBlock()
220 (kBweDecreaseIntervalMs + last_round_trip_time_ms_)) { in UpdateEstimate()
Dsend_side_bandwidth_estimation.h80 int64_t last_round_trip_time_ms_; variable