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

  /external/chromium_org/third_party/webrtc/modules/bitrate_controller/
send_side_bandwidth_estimation.h 41 void SetSendBitrate(uint32_t bitrate);
bitrate_controller_impl.cc 155 bandwidth_estimation_.SetSendBitrate(std::max(sum_start_bitrate,
169 bandwidth_estimation_.SetSendBitrate(start_bitrate);
350 bandwidth_estimation_.SetSendBitrate(sum_min_bitrates);
363 bandwidth_estimation_.SetSendBitrate(bitrate);
send_side_bandwidth_estimation.cc 63 void SendSideBandwidthEstimation::SetSendBitrate(uint32_t bitrate) {
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
TestSenderReceiver.cc 382 if (_rtp->SetSendBitrate(startBitrateKbps*1000, 0, MAX_BITRATE_KBPS) != 0)
384 throw "_rtp->SetSendBitrate";

Completed in 208 milliseconds