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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
aimd_rate_control.cc 34 current_bitrate_bps_(max_configured_bitrate_bps_),
51 current_bitrate_bps_ = std::max<int>(min_bitrate_bps, current_bitrate_bps_);
63 kRtcpSize * 8.0 * 1000.0 / (0.05 * current_bitrate_bps_) + 0.5);
86 return current_bitrate_bps_;
90 current_bitrate_bps_ = ChangeBitrate(current_bitrate_bps_,
95 return current_bitrate_bps_;
116 current_bitrate_bps_ = input->incoming_bitrate;
135 current_bitrate_bps_ = ChangeBitrate(bitrate_bps, bitrate_bps, now_ms)
    [all...]
aimd_rate_control.h 69 uint32_t current_bitrate_bps_; member in class:webrtc::AimdRateControl

Completed in 63 milliseconds