Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dbitrate.cc24 time_last_rate_update_(0), in Bitrate()
54 int64_t diff_ms = now - time_last_rate_update_; in BitrateNow()
71 return time_last_rate_update_; in time_last_rate_update()
80 int64_t diff_ms = now - time_last_rate_update_; in Process()
88 time_last_rate_update_ = now; in Process()
108 time_last_rate_update_ = now; in Process()
Dbitrate.h70 int64_t time_last_rate_update_; variable