Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation.cc62 uma_update_state_(kNoUpdate), in SendSideBandwidthEstimation()
156 } else if (uma_update_state_ == kNoUpdate) { in UpdateUmaStats()
Dsend_side_bandwidth_estimation.h51 enum UmaState { kNoUpdate, kFirstDone, kDone }; enumerator