Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dtransport_feedback_adapter.cc38 last_timestamp_us_(kNoTimestamp) {} in TransportFeedbackAdapter()
72 if (last_timestamp_us_ == kNoTimestamp) { in OnTransportFeedback()
75 int64_t delta = timestamp_us - last_timestamp_us_; in OnTransportFeedback()
86 last_timestamp_us_ = timestamp_us; in OnTransportFeedback()
Dtransport_feedback_adapter.h62 int64_t last_timestamp_us_; variable