Home
last modified time | relevance | path

Searched refs:use_rtp_mux (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dpeerconnectioninterface.h286 bool use_rtp_mux; member
293 use_rtp_mux(true) {} in RTCOfferAnswerOptions()
299 bool use_rtp_mux) in RTCOfferAnswerOptions()
304 use_rtp_mux(use_rtp_mux) {} in RTCOfferAnswerOptions()
Dwebrtcsession_unittest.cc1092 options.use_rtp_mux = bundle; in TestSessionCandidatesWithBundleRtcpMux()
2985 options.use_rtp_mux = true; in TEST_F()
3068 options.use_rtp_mux = true; in TEST_F()
3091 options.use_rtp_mux = true; in TEST_F()
3121 options.use_rtp_mux = true; in TEST_F()
3145 options.use_rtp_mux = true; in TEST_F()
3177 options.use_rtp_mux = true; in TEST_F()
3244 options.use_rtp_mux = true; in TEST_F()
3268 options.use_rtp_mux = true; in TEST_F()
3298 options.use_rtp_mux = true; in TEST_F()
[all …]
Dpeerconnection.cc469 session_options->bundle_enabled = rtc_options.use_rtp_mux; in ConvertRtcOptionsForOffer()
903 options.use_rtp_mux = value; in CreateOffer()
Dpeerconnectioninterface_unittest.cc2352 rtc_options.use_rtp_mux = false; in TEST()