Home
last modified time | relevance | path

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

/external/webrtc/webrtc/call/mock/
Dmock_congestion_controller.h32 MOCK_METHOD3(SetChannelRembStatus,
/external/webrtc/webrtc/call/
Dcongestion_controller.h50 virtual void SetChannelRembStatus(bool sender,
Dcongestion_controller.cc264 void CongestionController::SetChannelRembStatus(bool sender, in SetChannelRembStatus() function in webrtc::CongestionController
/external/webrtc/webrtc/video/
Dvideo_receive_stream.cc201 congestion_controller_->SetChannelRembStatus(false, config_.rtp.remb, in VideoReceiveStream()
296 congestion_controller_->SetChannelRembStatus(false, false, in ~VideoReceiveStream()
Dvideo_send_stream.cc192 congestion_controller_->SetChannelRembStatus(true, false, in VideoSendStream()
261 congestion_controller_->SetChannelRembStatus(false, false, in ~VideoSendStream()