HomeSort by relevance Sort by last modified time
    Searched full:min_frame_period (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
overuse_detector.cc 162 const double min_frame_period = UpdateMinFramePeriod(ts_delta); local
169 const double scale_factor = min_frame_period / (1000.0 / 30.0);
189 UpdateNoiseEstimate(residual, min_frame_period, stable_state);
191 UpdateNoiseEstimate(3 * sqrt(var_noise_), min_frame_period, stable_state);
223 double min_frame_period = ts_delta; local
230 min_frame_period = BWE_MIN(*it, min_frame_period);
233 return min_frame_period;

Completed in 397 milliseconds