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

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
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...]
remote_rate_control.h 18 class RemoteRateControl {
20 explicit RemoteRateControl(uint32_t min_bitrate_bps);
21 ~RemoteRateControl() {}
remote_bitrate_estimator_single_stream.cc 89 RemoteRateControl remote_rate_;

Completed in 193 milliseconds