Searched refs:bundle_group (Results 1 – 7 of 7) sorted by relevance
119 cricket::ContentGroup bundle_group(cricket::GROUP_TYPE_BUNDLE); in CreateSessionDescriptionWithBundleGroup() local120 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() local135 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 …]
796 cricket::ContentGroup bundle_group(cricket::GROUP_TYPE_BUNDLE); in TEST_P() local797 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() local886 ASSERT_NE(nullptr, bundle_group); in TEST_F()887 EXPECT_TRUE(bundle_group->content_names().empty()); in TEST_F()
471 static bool UpdateTransportInfoForBundle(const ContentGroup& bundle_group, in UpdateTransportInfoForBundle() argument474 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() argument559 if (!sdesc || !bundle_group.FirstContentName()) { in UpdateCryptoParamsForBundle()565 const ContentNames& content_names = bundle_group.content_names(); in UpdateCryptoParamsForBundle()
3457 const cricket::ContentGroup* bundle_group = nullptr; in UpdateTransceiversAndDataChannels() local3464 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() argument3553 const cricket::ContentGroup* bundle_group) { in UpdateDataChannel() argument6406 const cricket::ContentGroup* bundle_group = nullptr; in GetEarlyBundleGroup() local6409 bundle_group = desc.GetGroupByName(cricket::GROUP_TYPE_BUNDLE); in GetEarlyBundleGroup()6410 if (!bundle_group) { in GetEarlyBundleGroup()6416 return bundle_group; in GetEarlyBundleGroup()[all …]
585 const cricket::ContentGroup* bundle_group) RTC_RUN_ON(signaling_thread());591 const cricket::ContentGroup* bundle_group)
1080 const cricket::ContentGroup* bundle_group = in TEST_F() local1082 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() local1112 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()
266 cricket::ContentGroup bundle_group(cricket::GROUP_TYPE_BUNDLE); in PatchVp8Offer() local268 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() local460 bundle_group.AddContentName(content.mid()); in PatchVp8Answer()465 desc->AddGroup(bundle_group); in PatchVp8Answer()