Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dalr_detector.cc73 if (!last_send_time_ms_.has_value()) { in OnBytesSent()
74 last_send_time_ms_ = send_time_ms; in OnBytesSent()
79 int64_t delta_time_ms = send_time_ms - *last_send_time_ms_; in OnBytesSent()
80 last_send_time_ms_ = send_time_ms; in OnBytesSent()
Dalr_detector.h67 absl::optional<int64_t> last_send_time_ms_; variable