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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
qm_select.cc 172 update_rate_cnt_ = 0;
269 update_rate_cnt_++;
383 if (update_rate_cnt_ > 0) {
385 static_cast<float>(update_rate_cnt_);
387 static_cast<float>(update_rate_cnt_);
389 static_cast<float>(update_rate_cnt_);
391 static_cast<float>(update_rate_cnt_);
393 static_cast<float>(update_rate_cnt_);
    [all...]
qm_select.h 319 uint32_t update_rate_cnt_; member in class:webrtc::VCMQmResolution

Completed in 47 milliseconds