Home
last modified time | relevance | path

Searched refs:OnBitrateChanged (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/congestion_controller/
Dreceive_side_congestion_controller.cc177 void ReceiveSideCongestionController::OnBitrateChanged(int bitrate_bps) { in OnBitrateChanged() function in webrtc::ReceiveSideCongestionController
178 remote_estimator_proxy_.OnBitrateChanged(bitrate_bps); in OnBitrateChanged()
/external/webrtc/modules/congestion_controller/include/
Dreceive_side_congestion_controller.h58 void OnBitrateChanged(int bitrate_bps);
/external/webrtc/modules/remote_bitrate_estimator/
Dremote_estimator_proxy_unittest.cc460 proxy_.OnBitrateChanged(300000); in TEST_F()
469 proxy_.OnBitrateChanged(0); in TEST_F()
475 proxy_.OnBitrateChanged(20000); in TEST_F()
481 proxy_.OnBitrateChanged(80000); in TEST_F()
Dremote_estimator_proxy.h54 void OnBitrateChanged(int bitrate);
Dremote_estimator_proxy.cc159 void RemoteEstimatorProxy::OnBitrateChanged(int bitrate_bps) { in OnBitrateChanged() function in webrtc::RemoteEstimatorProxy
/external/webrtc/call/
Dcall.cc1185 receive_side_cc_.OnBitrateChanged(target_bitrate_bps); in OnTargetTransferRate()