Home
last modified time | relevance | path

Searched refs:GetBitrateController (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/call/mock/
Dmock_congestion_controller.h35 MOCK_CONST_METHOD0(GetBitrateController, BitrateController*());
/external/webrtc/webrtc/call/
Dcongestion_controller.h56 virtual BitrateController* GetBitrateController() const;
Dcongestion_controller.cc224 BitrateController* CongestionController::GetBitrateController() const { in GetBitrateController() function in webrtc::CongestionController
Dcall.cc226 congestion_controller_->GetBitrateController()->SetEventLog(event_log_); in Call()
501 congestion_controller_->GetBitrateController()->AvailableBandwidth( in GetStats()
/external/webrtc/webrtc/video/
Dvideo_send_stream.cc156 congestion_controller_->GetBitrateController()-> in VideoSendStream()