Home | History | Annotate | Download | only in media

Lines Matching refs:bundle_group

551 // |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,
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,
666 if (!sdesc || !bundle_group.FirstContentName()) {
672 const ContentNames& content_names = bundle_group.content_names();