Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation.cc59 first_report_time_ms_(-1), in SendSideBandwidthEstimation()
111 if (first_report_time_ms_ == -1) in UpdateReceiverBlock()
112 first_report_time_ms_ = now_ms; in UpdateReceiverBlock()
150 now_ms - first_report_time_ms_); in UpdateUmaStats()
166 now_ms - first_report_time_ms_ >= kBweConverganceTimeMs) { in UpdateUmaStats()
242 return first_report_time_ms_ == -1 || in IsInStartPhase()
243 now_ms - first_report_time_ms_ < kStartPhaseMs; in IsInStartPhase()
Dsend_side_bandwidth_estimation.h84 int64_t first_report_time_ms_; variable