Searched defs:LoggedBweDelayBasedUpdate (Results 1 – 1 of 1) sorted by relevance
82 struct LoggedBweDelayBasedUpdate { struct84 LoggedBweDelayBasedUpdate(int64_t timestamp_us, in LoggedBweDelayBasedUpdate() function91 int64_t log_time_us() const { return timestamp_us; } in log_time_us()92 int64_t log_time_ms() const { return timestamp_us / 1000; } in log_time_ms()94 int64_t timestamp_us;95 int32_t bitrate_bps;96 BandwidthUsage detector_state;