Searched defs:LoggedBweDelayBasedUpdate (Results 1 – 1 of 1) sorted by relevance
68 struct LoggedBweDelayBasedUpdate { struct70 LoggedBweDelayBasedUpdate(Timestamp timestamp, in LoggedBweDelayBasedUpdate() function77 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()78 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()79 Timestamp log_time() const { return timestamp; } in log_time()82 int32_t bitrate_bps;83 BandwidthUsage detector_state;