OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetRTCPMode
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/video/
video_receive_stream.cc
179
vie_channel_->
SetRTCPMode
(config_.rtp.rtcp_mode);
384
vie_channel_->
SetRTCPMode
(state == kNetworkUp ? config_.rtp.rtcp_mode
video_send_stream.cc
519
vie_channel_->
SetRTCPMode
(config_.rtp.rtcp_mode);
522
vie_channel_->
SetRTCPMode
(RtcpMode::kOff);
vie_channel.h
100
void
SetRTCPMode
(const RtcpMode rtcp_mode);
vie_channel.cc
468
void ViEChannel::
SetRTCPMode
(const RtcpMode rtcp_mode) {
[
all
...]
Completed in 40 milliseconds