HomeSort by relevance Sort by last modified time
    Searched refs:updated_ (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.h 30 TestBitrateObserver() : updated_(false), latest_bitrate_(0) {}
36 void Reset() { updated_ = false; }
38 bool updated() const { return updated_; }
43 bool updated_; member in class:webrtc::testing::TestBitrateObserver
aimd_rate_control.cc 41 updated_(false),
121 if (updated_ && current_input_.bw_state == kBwOverusing) {
127 updated_ = true;
133 updated_ = true;
141 if (!updated_) {
149 updated_ = false;
aimd_rate_control.h 77 bool updated_; member in class:webrtc::AimdRateControl
remote_bitrate_estimator_unittest_helper.cc 27 updated_ = true;

Completed in 166 milliseconds