Home
last modified time | relevance | path

Searched refs:bundle_enabled (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/talk/session/media/
Dmediasession.cc1035 bool bundle_enabled, in CreateMediaContentAnswer() argument
1057 if (SelectCrypto(offer, bundle_enabled, &crypto)) { in CreateMediaContentAnswer()
1341 if (options.bundle_enabled) { in CreateOffer()
1397 if (offer->HasGroup(GROUP_TYPE_BUNDLE) && options.bundle_enabled) { in CreateAnswer()
1757 bool bundle_enabled = in AddAudioContentForAnswer() local
1758 offer->HasGroup(GROUP_TYPE_BUNDLE) && options.bundle_enabled; in AddAudioContentForAnswer()
1774 bundle_enabled, in AddAudioContentForAnswer()
1815 bool bundle_enabled = in AddVideoContentForAnswer() local
1816 offer->HasGroup(GROUP_TYPE_BUNDLE) && options.bundle_enabled; in AddVideoContentForAnswer()
1827 bundle_enabled, in AddVideoContentForAnswer()
[all …]
Dmediasession_unittest.cc337 if (options.bundle_enabled) { in TestTransportInfo()
359 if (options.bundle_enabled) { in TestTransportInfo()
389 options.bundle_enabled = false; in TestCryptoWithBundle()
391 options.bundle_enabled = true; in TestCryptoWithBundle()
394 options.bundle_enabled = true; in TestCryptoWithBundle()
551 opts.bundle_enabled = true; in TEST_F()
581 opts.bundle_enabled = true; in TEST_F()
590 updated_opts.bundle_enabled = true; in TEST_F()
651 opts.bundle_enabled = true; in TEST_F()
663 opts.bundle_enabled = true; in TEST_F()
[all …]
Dmediasession.h104 bundle_enabled(false), in MediaSessionOptions()
147 bool bundle_enabled; member
/external/webrtc/talk/app/webrtc/
Dpeerconnection.cc469 session_options->bundle_enabled = rtc_options.use_rtp_mux; in ConvertRtcOptionsForOffer()
506 session_options->bundle_enabled = value; in ParseConstraintsForAnswer()
509 session_options->bundle_enabled = true; in ParseConstraintsForAnswer()
1457 session_options->bundle_enabled = in GetOptionsForOffer()
1458 session_options->bundle_enabled && in GetOptionsForOffer()
1478 session_options->bundle_enabled = in GetOptionsForAnswer()
1479 session_options->bundle_enabled && in GetOptionsForAnswer()
Dwebrtcsession_unittest.cc576 session_options->bundle_enabled = in GetOptionsForOffer()
577 session_options->bundle_enabled && in GetOptionsForOffer()
593 session_options->bundle_enabled = in GetOptionsForAnswer()
594 session_options->bundle_enabled && in GetOptionsForAnswer()
752 options.bundle_enabled = true; in VerifyAnswerFromCryptoOffer()
944 options.bundle_enabled = true; in CreateCryptoOfferAndNonCryptoAnswer()
958 options.bundle_enabled = true; in CreateDtlsOfferAndNonDtlsAnswer()
1850 options.bundle_enabled = true; in TEST_P()
2006 options.bundle_enabled = true; in TEST_P()
Dpeerconnectioninterface_unittest.cc2299 EXPECT_TRUE(options.bundle_enabled); in TEST()
2312 EXPECT_TRUE(options.bundle_enabled); in TEST()
2324 EXPECT_TRUE(options.bundle_enabled); in TEST()
2342 EXPECT_TRUE(options.bundle_enabled); in TEST()
2358 EXPECT_FALSE(options.bundle_enabled); in TEST()
Dwebrtcsession.cc1921 bool bundle_enabled = desc->HasGroup(cricket::GROUP_TYPE_BUNDLE); in ValidateBundleSettings() local
1922 if (!bundle_enabled) in ValidateBundleSettings()