Searched refs:last_update_ms_ (Results 1 – 6 of 6) sorted by relevance
69 last_update_ms_(-1), in OveruseDetector()132 if (last_update_ms_ == -1) in UpdateThreshold()133 last_update_ms_ = now_ms; in UpdateThreshold()138 last_update_ms_ = now_ms; in UpdateThreshold()144 int64_t time_delta_ms = std::min(now_ms - last_update_ms_, kMaxTimeDeltaMs); in UpdateThreshold()147 last_update_ms_ = now_ms; in UpdateThreshold()
105 last_update_ms_(-1), in RemoteBitrateEstimatorAbsSendTime()332 if (last_update_ms_ == -1 || in IncomingPacketInfo()333 now_ms - last_update_ms_ > remote_rate_.GetFeedbackInterval().ms()) { in IncomingPacketInfo()361 last_update_ms_ = now_ms; in IncomingPacketInfo()
52 int64_t last_update_ms_; variable
138 int64_t last_update_ms_; variable
178 last_update_ms_(-1), in TrendlineEstimator()315 if (last_update_ms_ == -1) in UpdateThreshold()316 last_update_ms_ = now_ms; in UpdateThreshold()321 last_update_ms_ = now_ms; in UpdateThreshold()327 int64_t time_delta_ms = std::min(now_ms - last_update_ms_, kMaxTimeDeltaMs); in UpdateThreshold()330 last_update_ms_ = now_ms; in UpdateThreshold()
115 int64_t last_update_ms_; variable