Searched refs:bundle_group (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/session/media/
H A Dmediasession.cc551 // |bundle_group|. The transport infos of the content names within the
552 // |bundle_group| should be updated to use the ufrag, pwd and DTLS role of the
553 // first content within the |bundle_group|.
554 static bool UpdateTransportInfoForBundle(const ContentGroup& bundle_group, argument
557 if (!sdesc || !bundle_group.FirstContentName()) {
562 const std::string& selected_content_name = *bundle_group.FirstContentName();
579 if (bundle_group.HasContentName(it->content_name) &&
660 // |bundle_group|. The crypto parameters of all the contents within the
661 // |bundle_group| should be updated to use the common subset of the
663 static bool UpdateCryptoParamsForBundle(const ContentGroup& bundle_group, argument
[all...]
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession.cc1821 const cricket::ContentGroup* bundle_group = desc->GetGroupByName( local
1823 if (!bundle_group) {
1827 if (!EnableBundle(*bundle_group)) {
1925 const cricket::ContentGroup* bundle_group = local
1927 ASSERT(bundle_group != NULL);
1934 if (bundle_group->HasContentName(content->name) &&

Completed in 45 milliseconds