Home
last modified time | relevance | path

Searched refs:bundle_only (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/pc/
Dsession_description.cc165 bool bundle_only, in AddContent() argument
170 content.bundle_only = bundle_only; in AddContent()
272 bundle_only(o.bundle_only), in ContentInfo()
279 bundle_only = o.bundle_only; in operator =()
Dwebrtc_sdp.cc299 bool* bundle_only,
1409 if (content_info->rejected || content_info->bundle_only) { in BuildMediaDescription()
1447 if (content_info->bundle_only) { in BuildMediaDescription()
2564 bool* bundle_only, in ParseContentDescription() argument
2571 pos, content_name, bundle_only, msid_signaling, in ParseContentDescription()
2656 bool bundle_only = false; in ParseMediaDescription() local
2662 payload_types, pos, &content_name, &bundle_only, in ParseMediaDescription()
2667 payload_types, pos, &content_name, &bundle_only, in ParseMediaDescription()
2689 &bundle_only, &section_msid_signaling, in ParseMediaDescription()
2700 payload_types, pos, &content_name, &bundle_only, in ParseMediaDescription()
[all …]
Dsession_description.h441 bool bundle_only = false; variable
526 bool bundle_only,
Dwebrtc_sdp_unittest.cc1183 desc_.contents()[1].bundle_only = true; in MakeBundleOnlyDescription()
1489 EXPECT_EQ(c1.bundle_only, c2.bundle_only); in CompareSessionDescription()
3801 jdesc_.description()->contents()[1].bundle_only = false; in TEST_F()
Dpeer_connection_integrationtest.cc2832 content.bundle_only = true; in MakeSpecCompliantMaxBundleOffer()