Home
last modified time | relevance | path

Searched refs:SendSideBandwidthEstimation (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation.cc46 SendSideBandwidthEstimation::SendSideBandwidthEstimation() in SendSideBandwidthEstimation() function in webrtc::SendSideBandwidthEstimation
66 SendSideBandwidthEstimation::~SendSideBandwidthEstimation() {} in ~SendSideBandwidthEstimation()
68 void SendSideBandwidthEstimation::SetSendBitrate(int bitrate) { in SetSendBitrate()
77 void SendSideBandwidthEstimation::SetMinMaxBitrate(int min_bitrate, in SetMinMaxBitrate()
89 int SendSideBandwidthEstimation::GetMinBitrate() const { in GetMinBitrate()
93 void SendSideBandwidthEstimation::CurrentEstimate(int* bitrate, in CurrentEstimate()
101 void SendSideBandwidthEstimation::UpdateReceiverEstimate( in UpdateReceiverEstimate()
107 void SendSideBandwidthEstimation::UpdateReceiverBlock(uint8_t fraction_loss, in UpdateReceiverBlock()
142 void SendSideBandwidthEstimation::UpdateUmaStats(int64_t now_ms, in UpdateUmaStats()
175 void SendSideBandwidthEstimation::UpdateEstimate(int64_t now_ms) { in UpdateEstimate()
[all …]
Dsend_side_bandwidth_estimation.h25 class SendSideBandwidthEstimation {
27 SendSideBandwidthEstimation();
28 virtual ~SendSideBandwidthEstimation();
Dsend_side_bandwidth_estimation_unittest.cc20 SendSideBandwidthEstimation bwe; in TEST()
49 SendSideBandwidthEstimation bwe; in TEST()
Dbitrate_controller_impl.h77 SendSideBandwidthEstimation bandwidth_estimation_ GUARDED_BY(critsect_);