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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.cc1594 const cricket::ContentGroup* bundle_group = local
1596 ASSERT(bundle_group != NULL);
1603 if (bundle_group->HasContentName(content->name) &&
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc517 // |bundle_group|. The transport infos of the content names within the
518 // |bundle_group| should be updated to use the ufrag and pwd of the first
519 // content within the |bundle_group|.
520 static bool UpdateTransportInfoForBundle(const ContentGroup& bundle_group, argument
523 if (!sdesc || !bundle_group.FirstContentName()) {
528 std::string selected_content_name = *bundle_group.FirstContentName();
543 if (bundle_group.HasContentName(it->content_name) &&
620 // |bundle_group|. The crypto parameters of all the contents within the
621 // |bundle_group| should be updated to use the common subset of the
623 static bool UpdateCryptoParamsForBundle(const ContentGroup& bundle_group, argument
[all...]

Completed in 1204 milliseconds