HomeSort by relevance Sort by last modified time
    Searched refs:bundle_group (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.cc 499 // |bundle_group|. The transport infos of the content names within the
500 // |bundle_group| should be updated to use the ufrag and pwd of the first
501 // content within the |bundle_group|.
502 static bool UpdateTransportInfoForBundle(const ContentGroup& bundle_group,
505 if (!sdesc || !bundle_group.FirstContentName()) {
510 std::string selected_content_name = *bundle_group.FirstContentName();
525 if (bundle_group.HasContentName(it->content_name) &&
602 // |bundle_group|. The crypto parameters of all the contents within the
603 // |bundle_group| should be updated to use the common subset of the
605 static bool UpdateCryptoParamsForBundle(const ContentGroup& bundle_group,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 1436 const cricket::ContentGroup* bundle_group = local
    [all...]

Completed in 2894 milliseconds