Home
last modified time | relevance | path

Searched refs:SdpSemantics (Results 1 – 25 of 30) sorted by relevance

12

/external/webrtc/pc/
Dpeer_connection_header_extension_unittest.cc34 std::tuple<cricket::MediaType, SdpSemantics>> {
54 absl::optional<SdpSemantics> semantics) { in CreatePeerConnection()
95 SdpSemantics semantics; in TEST_P()
97 if (semantics != SdpSemantics::kUnifiedPlan) in TEST_P()
108 SdpSemantics semantics; in TEST_P()
128 SdpSemantics semantics; in TEST_P()
130 if (semantics != SdpSemantics::kUnifiedPlan) in TEST_P()
147 SdpSemantics semantics; in TEST_P()
149 if (semantics != SdpSemantics::kUnifiedPlan) in TEST_P()
172 Combine(Values(SdpSemantics::kPlanB, SdpSemantics::kUnifiedPlan),
[all …]
Dpeer_connection_data_channel_unittest.cc137 explicit PeerConnectionDataChannelBaseTest(SdpSemantics sdp_semantics) in PeerConnectionDataChannelBaseTest()
204 const SdpSemantics sdp_semantics_;
209 public ::testing::WithParamInterface<SdpSemantics> {
219 : PeerConnectionDataChannelBaseTest(SdpSemantics::kUnifiedPlan) {} in PeerConnectionDataChannelUnifiedPlanTest()
418 Values(SdpSemantics::kPlanB,
419 SdpSemantics::kUnifiedPlan));
Dpeer_connection_bundle_unittest.cc167 explicit PeerConnectionBundleBaseTest(SdpSemantics sdp_semantics) in PeerConnectionBundleBaseTest()
248 const SdpSemantics sdp_semantics_;
253 public ::testing::WithParamInterface<SdpSemantics> {
262 : PeerConnectionBundleBaseTest(SdpSemantics::kUnifiedPlan) {} in PeerConnectionBundleTestUnifiedPlan()
407 std::tuple<SdpSemantics,
453 Combine(Values(SdpSemantics::kPlanB, SdpSemantics::kUnifiedPlan),
857 Values(SdpSemantics::kPlanB,
858 SdpSemantics::kUnifiedPlan));
Dpeer_connection_signaling_unittest.cc93 explicit PeerConnectionSignalingBaseTest(SdpSemantics sdp_semantics) in PeerConnectionSignalingBaseTest()
165 const SdpSemantics sdp_semantics_;
170 public ::testing::WithParamInterface<SdpSemantics> {
215 std::tuple<SdpSemantics, SignalingState, bool>> {
436 Combine(Values(SdpSemantics::kPlanB,
437 SdpSemantics::kUnifiedPlan),
776 Values(SdpSemantics::kPlanB,
777 SdpSemantics::kUnifiedPlan));
783 : PeerConnectionSignalingBaseTest(SdpSemantics::kUnifiedPlan) {} in PeerConnectionSignalingUnifiedPlanTest()
Dpeer_connection_integrationtest.cc802 if (sdp_semantics_ == SdpSemantics::kUnifiedPlan) { in SetLocalDescriptionAndSendSdpMessage()
817 if (sdp_semantics_ == SdpSemantics::kUnifiedPlan) { in SetRemoteDescription()
1045 SdpSemantics sdp_semantics_;
1221 explicit PeerConnectionIntegrationBaseTest(SdpSemantics sdp_semantics) in PeerConnectionIntegrationBaseTest()
1328 SdpSemantics caller_semantics, in CreatePeerConnectionWrappersWithSdpSemantics()
1329 SdpSemantics callee_semantics) { in CreatePeerConnectionWrappersWithSdpSemantics()
1335 SdpSemantics original_semantics = sdp_semantics_; in CreatePeerConnectionWrappersWithSdpSemantics()
1707 SdpSemantics sdp_semantics_;
1729 public ::testing::WithParamInterface<SdpSemantics> {
1763 : PeerConnectionIntegrationBaseTest(SdpSemantics::kPlanB) {} in PeerConnectionIntegrationTestPlanB()
[all …]
Dpeer_connection_crypto_unittest.cc43 explicit PeerConnectionCryptoBaseTest(SdpSemantics sdp_semantics) in PeerConnectionCryptoBaseTest()
121 const SdpSemantics sdp_semantics_;
163 public ::testing::WithParamInterface<SdpSemantics> {
581 public ::testing::WithParamInterface<std::tuple<SdpSemantics,
657 Combine(Values(SdpSemantics::kPlanB, SdpSemantics::kUnifiedPlan),
763 Values(SdpSemantics::kPlanB,
764 SdpSemantics::kUnifiedPlan));
Dpeer_connection_rtp_unittest.cc92 explicit PeerConnectionRtpBaseTest(SdpSemantics sdp_semantics) in PeerConnectionRtpBaseTest()
114 config.sdp_semantics = SdpSemantics::kPlanB; in CreatePeerConnectionWithPlanB()
120 config.sdp_semantics = SdpSemantics::kUnifiedPlan; in CreatePeerConnectionWithUnifiedPlan()
132 const SdpSemantics sdp_semantics_;
152 public ::testing::WithParamInterface<SdpSemantics> {
160 : PeerConnectionRtpBaseTest(SdpSemantics::kPlanB) {} in PeerConnectionRtpTestPlanB()
166 : PeerConnectionRtpBaseTest(SdpSemantics::kUnifiedPlan) {} in PeerConnectionRtpTestUnifiedPlan()
183 if (sdp_semantics_ == SdpSemantics::kPlanB) { in TEST_P()
514 if (sdp_semantics_ == SdpSemantics::kPlanB) { in TEST_P()
552 if (sdp_semantics_ == SdpSemantics::kUnifiedPlan) { in TEST_P()
[all …]
Dpeer_connection_media_unittest.cc64 explicit PeerConnectionMediaBaseTest(SdpSemantics sdp_semantics) in PeerConnectionMediaBaseTest()
173 return sdp_semantics_ == SdpSemantics::kUnifiedPlan; in IsUnifiedPlan()
178 const SdpSemantics sdp_semantics_;
183 public ::testing::WithParamInterface<SdpSemantics> {
191 : PeerConnectionMediaBaseTest(SdpSemantics::kUnifiedPlan) {} in PeerConnectionMediaTestUnifiedPlan()
197 : PeerConnectionMediaBaseTest(SdpSemantics::kPlanB) {} in PeerConnectionMediaTestPlanB()
622 std::tuple<SdpSemantics,
665 Values(SdpSemantics::kPlanB, SdpSemantics::kUnifiedPlan),
676 std::tuple<SdpSemantics, RtpTransceiverDirection, bool, int>> {
779 Combine(Values(SdpSemantics::kPlanB,
[all …]
Dpeer_connection_ice_unittest.cc103 explicit PeerConnectionIceBaseTest(SdpSemantics sdp_semantics) in PeerConnectionIceBaseTest()
281 const SdpSemantics sdp_semantics_;
286 public ::testing::WithParamInterface<SdpSemantics> {
1056 : PeerConnectionIceBaseTest(SdpSemantics::kUnifiedPlan) {} in PeerConnectionIceTestUnifiedPlan()
1134 : PeerConnectionIceBaseTest(SdpSemantics::kPlanB) {} in PeerConnectionIceTestPlanB()
1181 std::tuple<SdpSemantics, std::tuple<bool, bool>>> {
1225 Combine(Values(SdpSemantics::kPlanB, SdpSemantics::kUnifiedPlan),
1322 Values(SdpSemantics::kPlanB,
1323 SdpSemantics::kUnifiedPlan));
Dpeer_connection_end_to_end_unittest.cc44 using webrtc::SdpSemantics;
57 explicit PeerConnectionEndToEndBaseTest(SdpSemantics sdp_semantics) { in PeerConnectionEndToEndBaseTest()
205 public ::testing::WithParamInterface<SdpSemantics> {
759 Values(SdpSemantics::kPlanB,
760 SdpSemantics::kUnifiedPlan));
Dpeer_connection_jsep_unittest.cc82 config.sdp_semantics = SdpSemantics::kUnifiedPlan; in CreatePeerConnection()
1577 config_planb.sdp_semantics = SdpSemantics::kPlanB; in TEST_F()
1593 config_planb.sdp_semantics = SdpSemantics::kPlanB; in TEST_F()
1732 config.sdp_semantics = SdpSemantics::kUnifiedPlan; in TEST_F()
1746 config.sdp_semantics = SdpSemantics::kPlanB; in TEST_F()
1791 config.sdp_semantics = SdpSemantics::kUnifiedPlan; in TEST_F()
1805 config.sdp_semantics = SdpSemantics::kUnifiedPlan; in TEST_F()
1824 config.sdp_semantics = SdpSemantics::kUnifiedPlan; in TEST_F()
1842 config.sdp_semantics = SdpSemantics::kUnifiedPlan; in TEST_F()
1962 config.sdp_semantics = SdpSemantics::kUnifiedPlan; in TEST_F()
[all …]
Dpeer_connection_adaptation_integrationtest.cc89 config.sdp_semantics = SdpSemantics::kUnifiedPlan; in CreatePcWrapper()
Dpeer_connection_interface_unittest.cc674 explicit PeerConnectionInterfaceBaseTest(SdpSemantics sdp_semantics) in PeerConnectionInterfaceBaseTest()
944 if (sdp_semantics_ == SdpSemantics::kPlanB) { in InitiateCall()
1237 if (sdp_semantics_ == SdpSemantics::kPlanB) { in GetSdpStringWithStream1()
1245 if (sdp_semantics_ == SdpSemantics::kPlanB) { in GetSdpStringWithStream1And2()
1262 const SdpSemantics sdp_semantics_;
1267 public ::testing::WithParamInterface<SdpSemantics> {
1276 : PeerConnectionInterfaceBaseTest(SdpSemantics::kPlanB) {} in PeerConnectionInterfaceTestPlanB()
1586 if (sdp_semantics_ == SdpSemantics::kPlanB) { in TEST_P()
2201 GetParam() == SdpSemantics::kPlanB); in TEST_P()
2348 (sdp_semantics_ == SdpSemantics::kPlanB ? webrtc::kAudioSdpPlanB in TEST_P()
[all …]
/external/webrtc/sdk/objc/api/peerconnection/
DRTCConfiguration+Private.h62 + (webrtc::SdpSemantics)nativeSdpSemanticsForSdpSemantics:(RTCSdpSemantics)sdpSemantics;
64 + (RTCSdpSemantics)sdpSemanticsForNativeSdpSemantics:(webrtc::SdpSemantics)sdpSemantics;
DRTCConfiguration.mm472 + (webrtc::SdpSemantics)nativeSdpSemanticsForSdpSemantics:(RTCSdpSemantics)sdpSemantics {
475 return webrtc::SdpSemantics::kPlanB;
477 return webrtc::SdpSemantics::kUnifiedPlan;
481 + (RTCSdpSemantics)sdpSemanticsForNativeSdpSemantics:(webrtc::SdpSemantics)sdpSemantics { argument
483 case webrtc::SdpSemantics::kPlanB:
485 case webrtc::SdpSemantics::kUnifiedPlan:
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DRtpTransceiverTest.java46 config.sdpSemantics = PeerConnection.SdpSemantics.UNIFIED_PLAN; in setUp()
DRtpSenderTest.java45 config.sdpSemantics = PeerConnection.SdpSemantics.UNIFIED_PLAN; in setUp()
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnection.java447 public enum SdpSemantics { PLAN_B, UNIFIED_PLAN } enum in PeerConnection
525 public SdpSemantics sdpSemantics;
591 sdpSemantics = SdpSemantics.PLAN_B; in RTCConfiguration()
790 SdpSemantics getSdpSemantics() { in getSdpSemantics()
/external/webrtc/api/
Dpeer_connection_interface.h152 enum class SdpSemantics { kPlanB, kUnifiedPlan }; enum
606 SdpSemantics sdp_semantics = SdpSemantics::kPlanB;
/external/webrtc/sdk/android/src/jni/pc/
Dpeer_connection.cc109 SdpSemantics JavaToNativeSdpSemantics(JNIEnv* jni, in JavaToNativeSdpSemantics()
114 return SdpSemantics::kPlanB; in JavaToNativeSdpSemantics()
117 return SdpSemantics::kUnifiedPlan; in JavaToNativeSdpSemantics()
120 return SdpSemantics::kPlanB; in JavaToNativeSdpSemantics()
/external/webrtc/test/peer_scenario/
Dpeer_scenario_client.h92 Config() { rtc_config.sdp_semantics = SdpSemantics::kUnifiedPlan; } in Config()
/external/webrtc/test/network/
Dnetwork_emulation_pc_unittest.cc89 rtc_configuration.sdp_semantics = SdpSemantics::kUnifiedPlan; in CreatePeerConnection()
/external/webrtc/examples/androidnativeapi/jni/
Dandroid_call_client.cc179 config.sdp_semantics = webrtc::SdpSemantics::kUnifiedPlan; in CreatePeerConnection()
/external/webrtc/test/pc/e2e/
Dtest_peer_factory.cc304 params->rtc_configuration.sdp_semantics = SdpSemantics::kUnifiedPlan; in CreateTestPeer()
/external/webrtc/examples/objcnativeapi/objc/
Dobjc_call_client.mm143 config.sdp_semantics = webrtc::SdpSemantics::kUnifiedPlan;

12