Handle BW drop in ALR region and initiate probing

Original change by isheriff@chromium.org: http://crrev.com/2387463002#ps40001

BUG=webrtc:6332
TBR=philipel@webrtc.org, stefan@webrtc.org

Review URL: https://codereview.webrtc.org/2432633002 .

Patch from Irfan Sheriff <isheriff@chromium.org>.

Cr-Commit-Position: refs/heads/master@{#14673}
This commit is contained in:
Irfan Sheriff
2016-10-18 17:04:25 -07:00
committed by Sergey Ulanov
parent a9c7cfac41
commit 1eb12934e7
4 changed files with 44 additions and 1 deletions

View File

@ -53,6 +53,7 @@ class ProbeController {
int64_t time_last_probing_initiated_ms_ GUARDED_BY(critsect_);
int estimated_bitrate_bps_ GUARDED_BY(critsect_);
int max_bitrate_bps_ GUARDED_BY(critsect_);
int64_t last_alr_probing_time_ GUARDED_BY(critsect_);
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(ProbeController);
};