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

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_rate_control.h 40 RateControlRegion Update(const RateControlInput* input, int64_t now_ms);
55 void ChangeRegion(RateControlRegion region);
65 RateControlRegion rate_control_region_;
overuse_detector.h 20 enum RateControlRegion;
34 void SetRateControlRegion(RateControlRegion region);
remote_rate_control.cc 98 RateControlRegion RemoteRateControl::Update(const RateControlInput* input,
308 void RemoteRateControl::ChangeRegion(RateControlRegion region) {
overuse_detector.cc 94 void OveruseDetector::SetRateControlRegion(RateControlRegion region) {
remote_bitrate_estimator_single_stream.cc 196 const RateControlRegion region = remote_rate_.Update(&input, now_ms);
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/include/
bwe_defines.h 34 enum RateControlRegion

Completed in 252 milliseconds