Searched refs:SetRTCPMode (Results 1 – 4 of 4) sorted by relevance
179 vie_channel_->SetRTCPMode(config_.rtp.rtcp_mode); in VideoReceiveStream()384 vie_channel_->SetRTCPMode(state == kNetworkUp ? config_.rtp.rtcp_mode in SignalNetworkState()
519 vie_channel_->SetRTCPMode(config_.rtp.rtcp_mode); in SignalNetworkState()522 vie_channel_->SetRTCPMode(RtcpMode::kOff); in SignalNetworkState()
100 void SetRTCPMode(const RtcpMode rtcp_mode);
468 void ViEChannel::SetRTCPMode(const RtcpMode rtcp_mode) { in SetRTCPMode() function in webrtc::ViEChannel