Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/test/
Dgoog_cc_printer.cc150 auto state_update = controller_->GetNetworkState(at_time); in PrintState() local
151 target_ = state_update.target_rate.value(); in PrintState()
152 pacing_ = state_update.pacer_config.value(); in PrintState()
153 if (state_update.congestion_window) in PrintState()
154 congestion_window_ = *state_update.congestion_window; in PrintState()