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

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_rate_control.h 18 class RemoteRateControl {
20 explicit RemoteRateControl(uint32_t min_bitrate_bps);
21 ~RemoteRateControl() {}
remote_rate_control.cc 25 RemoteRateControl::RemoteRateControl(uint32_t min_bitrate_bps)
47 void RemoteRateControl::Reset() {
48 *this = RemoteRateControl(min_configured_bit_rate_);
52 bool RemoteRateControl::ValidEstimate() const {
56 bool RemoteRateControl::TimeToReduceFurther(int64_t time_now,
70 int32_t RemoteRateControl::SetConfiguredBitRates(uint32_t min_bit_rate_bps,
82 uint32_t RemoteRateControl::LatestEstimate() const {
86 uint32_t RemoteRateControl::UpdateBandwidthEstimate(int64_t now_ms) {
94 void RemoteRateControl::SetRtt(unsigned int rtt)
    [all...]

Completed in 364 milliseconds