Home
last modified time | relevance | path

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

/external/webrtc/pc/
Djsep_transport_controller_unittest.cc119 cricket::ContentGroup bundle_group(cricket::GROUP_TYPE_BUNDLE); in CreateSessionDescriptionWithBundleGroup() local
120 bundle_group.AddContentName(kAudioMid1); in CreateSessionDescriptionWithBundleGroup()
121 bundle_group.AddContentName(kVideoMid1); in CreateSessionDescriptionWithBundleGroup()
122 description->AddGroup(bundle_group); in CreateSessionDescriptionWithBundleGroup()
134 cricket::ContentGroup bundle_group(cricket::GROUP_TYPE_BUNDLE); in CreateSessionDescriptionWithBundledData() local
135 bundle_group.AddContentName(kAudioMid1); in CreateSessionDescriptionWithBundledData()
136 bundle_group.AddContentName(kVideoMid1); in CreateSessionDescriptionWithBundledData()
137 bundle_group.AddContentName(kDataMid1); in CreateSessionDescriptionWithBundledData()
138 description->AddGroup(bundle_group); in CreateSessionDescriptionWithBundledData()
1022 cricket::ContentGroup bundle_group(cricket::GROUP_TYPE_BUNDLE); in TEST_F() local
[all …]
Dpeer_connection_bundle_unittest.cc796 cricket::ContentGroup bundle_group(cricket::GROUP_TYPE_BUNDLE); in TEST_P() local
797 bundle_group.AddContentName(first_mid); in TEST_P()
799 offer->description()->AddGroup(bundle_group); in TEST_P()
805 bundle_group.AddContentName(second_mid); in TEST_P()
807 answer->description()->AddGroup(bundle_group); in TEST_P()
884 const cricket::ContentGroup* bundle_group = in TEST_F() local
886 ASSERT_NE(nullptr, bundle_group); in TEST_F()
887 EXPECT_TRUE(bundle_group->content_names().empty()); in TEST_F()
Dmedia_session.cc471 static bool UpdateTransportInfoForBundle(const ContentGroup& bundle_group, in UpdateTransportInfoForBundle() argument
474 if (!sdesc || !bundle_group.FirstContentName()) { in UpdateTransportInfoForBundle()
479 const std::string& selected_content_name = *bundle_group.FirstContentName(); in UpdateTransportInfoForBundle()
494 if (bundle_group.HasContentName(transport_info.content_name) && in UpdateTransportInfoForBundle()
556 static bool UpdateCryptoParamsForBundle(const ContentGroup& bundle_group, in UpdateCryptoParamsForBundle() argument
559 if (!sdesc || !bundle_group.FirstContentName()) { in UpdateCryptoParamsForBundle()
565 const ContentNames& content_names = bundle_group.content_names(); in UpdateCryptoParamsForBundle()
Dpeer_connection.cc3457 const cricket::ContentGroup* bundle_group = nullptr; in UpdateTransceiversAndDataChannels() local
3464 bundle_group = bundle_group_or_error.MoveValue(); in UpdateTransceiversAndDataChannels()
3494 UpdateTransceiverChannel(transceiver, new_content, bundle_group); in UpdateTransceiversAndDataChannels()
3505 RTCError error = UpdateDataChannel(source, new_content, bundle_group); in UpdateTransceiversAndDataChannels()
3522 const cricket::ContentGroup* bundle_group) { in UpdateTransceiverChannel() argument
3553 const cricket::ContentGroup* bundle_group) { in UpdateDataChannel() argument
6406 const cricket::ContentGroup* bundle_group = nullptr; in GetEarlyBundleGroup() local
6409 bundle_group = desc.GetGroupByName(cricket::GROUP_TYPE_BUNDLE); in GetEarlyBundleGroup()
6410 if (!bundle_group) { in GetEarlyBundleGroup()
6416 return bundle_group; in GetEarlyBundleGroup()
[all …]
Dpeer_connection.h585 const cricket::ContentGroup* bundle_group) RTC_RUN_ON(signaling_thread());
591 const cricket::ContentGroup* bundle_group)
Dmedia_session_unittest.cc1080 const cricket::ContentGroup* bundle_group = in TEST_F() local
1082 ASSERT_TRUE(bundle_group); in TEST_F()
1083 EXPECT_FALSE(bundle_group->HasContentName("audio")); in TEST_F()
1084 EXPECT_TRUE(bundle_group->HasContentName("video")); in TEST_F()
1110 const cricket::ContentGroup* bundle_group = in TEST_F() local
1112 ASSERT_TRUE(bundle_group); in TEST_F()
1113 EXPECT_FALSE(bundle_group->HasContentName("audio")); in TEST_F()
1114 EXPECT_TRUE(bundle_group->HasContentName("video")); in TEST_F()
/external/webrtc/test/pc/e2e/sdp/
Dsdp_changer.cc266 cricket::ContentGroup bundle_group(cricket::GROUP_TYPE_BUNDLE); in PatchVp8Offer() local
268 bundle_group.AddContentName(content.mid()); in PatchVp8Offer()
273 desc->AddGroup(bundle_group); in PatchVp8Offer()
458 cricket::ContentGroup bundle_group(cricket::GROUP_TYPE_BUNDLE); in PatchVp8Answer() local
460 bundle_group.AddContentName(content.mid()); in PatchVp8Answer()
465 desc->AddGroup(bundle_group); in PatchVp8Answer()