Home | History | Annotate | Download | only in bitrate_controller

Lines Matching refs:bitrate

63 void SendSideBandwidthEstimation::SetSendBitrate(uint32_t bitrate) {
64 bitrate_ = bitrate;
66 // Clear last sent bitrate history so the new value can be used directly
81 void SendSideBandwidthEstimation::CurrentEstimate(uint32_t* bitrate,
84 *bitrate = bitrate_;
129 // Only start updating bitrate when receiving receiver blocks.
132 // Loss < 2%: Increase rate by 8% of the min bitrate in the last
134 // Note that by remembering the bitrate over the last second one can
181 // bitrate if it is off by as little as 0.5ms.
189 // bitrate before pushing it.
207 << " kbps is below configured min bitrate "