Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dpeer_connection_bundle_unittest.cc297 options_no_bundle.use_rtp_mux = false; in TEST_P()
339 options_no_bundle.use_rtp_mux = false; in TEST_P()
383 options.use_rtp_mux = false; in TEST_P()
438 options.use_rtp_mux = (bundle_included_ == BundleIncluded::kBundleInAnswer); in TEST_P()
486 options_with_bundle.use_rtp_mux = true; in TEST_P()
505 options_no_bundle.use_rtp_mux = false; in TEST_P()
580 options.use_rtp_mux = true; in TEST_P()
617 options.use_rtp_mux = true; in TEST_P()
685 options.use_rtp_mux = false; in TEST_P()
706 options.use_rtp_mux = true; in TEST_P()
[all …]
Dpeer_connection_crypto_unittest.cc671 options_no_bundle.use_rtp_mux = false; in TEST_P()
702 options_bundle.use_rtp_mux = true; in TEST_P()
Dpeer_connection_data_channel_unittest.cc296 options.use_rtp_mux = true; in TEST_P()
Dpeer_connection_signaling_unittest.cc878 unbundle_options.use_rtp_mux = false; in TEST_F()
Dpeer_connection_ice_unittest.cc1245 disable_bundle_options.use_rtp_mux = false; in TEST_P()
Dpeer_connection_interface_unittest.cc3816 rtc_options.use_rtp_mux = true; in TEST_P()
3823 rtc_options.use_rtp_mux = false; in TEST_P()
Dpeer_connection_media_unittest.cc1053 options_no_bundle.use_rtp_mux = false; in TEST_P()
Dpeer_connection.cc1028 session_options->bundle_enabled = rtc_options.use_rtp_mux; in ExtractSharedMediaSessionOptions()
/external/webrtc/api/
Dpeer_connection_interface.h672 bool use_rtp_mux = true; member
691 bool use_rtp_mux) in RTCOfferAnswerOptions()
696 use_rtp_mux(use_rtp_mux) {} in RTCOfferAnswerOptions()
/external/webrtc/sdk/
Dmedia_constraints.cc253 offer_answer_options->use_rtp_mux = value; in CopyConstraintsIntoOfferAnswerOptions()