Searched refs:SetChannelRembStatus (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/call/mock/ |
D | mock_congestion_controller.h | 32 MOCK_METHOD3(SetChannelRembStatus,
|
/external/webrtc/webrtc/call/ |
D | congestion_controller.h | 50 virtual void SetChannelRembStatus(bool sender,
|
D | congestion_controller.cc | 264 void CongestionController::SetChannelRembStatus(bool sender, in SetChannelRembStatus() function in webrtc::CongestionController
|
/external/webrtc/webrtc/video/ |
D | video_receive_stream.cc | 201 congestion_controller_->SetChannelRembStatus(false, config_.rtp.remb, in VideoReceiveStream() 296 congestion_controller_->SetChannelRembStatus(false, false, in ~VideoReceiveStream()
|
D | video_send_stream.cc | 192 congestion_controller_->SetChannelRembStatus(true, false, in VideoSendStream() 261 congestion_controller_->SetChannelRembStatus(false, false, in ~VideoSendStream()
|