Home
last modified time | relevance | path

Searched refs:receiver_only (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/call/
Dflexfec_receive_stream_impl.cc118 configuration.receiver_only = true; in CreateRtpRtcpModule()
Drtp_video_sender.cc211 configuration.receiver_only = false; in CreateRtpStreamSenders()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_interface.h55 bool receiver_only = false; member
Drtcp_receiver.h114 bool receiver_only() const { return receiver_only_; } in receiver_only() function
Drtcp_receiver.cc144 receiver_only_(config.receiver_only), in RTCPReceiver()
177 receiver_only_(config.receiver_only), in RTCPReceiver()
Drtp_rtcp_impl.cc78 if (!configuration.receiver_only) { in ModuleRtpRtcpImpl()
Drtp_rtcp_impl2.cc86 if (!configuration.receiver_only) {
Drtcp_receiver_unittest.cc162 config.receiver_only = false; in DefaultConfiguration()
/external/webrtc/video/end_to_end_tests/
Dbandwidth_tests.cc238 config.receiver_only = true; in TEST_F()
/external/webrtc/audio/
Dchannel_receive.cc581 configuration.receiver_only = true; in ChannelReceive()
/external/webrtc/video/
Drtp_video_stream_receiver2.cc90 configuration.receiver_only = true; in CreateRtpRtcpModule()