/external/webrtc/pc/ |
D | peer_connection_header_extension_unittest.cc | 34 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 …]
|
D | peer_connection_data_channel_unittest.cc | 137 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));
|
D | peer_connection_bundle_unittest.cc | 167 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));
|
D | peer_connection_signaling_unittest.cc | 93 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()
|
D | peer_connection_integrationtest.cc | 802 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 …]
|
D | peer_connection_crypto_unittest.cc | 43 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));
|
D | peer_connection_rtp_unittest.cc | 92 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 …]
|
D | peer_connection_media_unittest.cc | 64 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 …]
|
D | peer_connection_ice_unittest.cc | 103 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));
|
D | peer_connection_end_to_end_unittest.cc | 44 using webrtc::SdpSemantics; 57 explicit PeerConnectionEndToEndBaseTest(SdpSemantics sdp_semantics) { in PeerConnectionEndToEndBaseTest() 205 public ::testing::WithParamInterface<SdpSemantics> { 759 Values(SdpSemantics::kPlanB, 760 SdpSemantics::kUnifiedPlan));
|
D | peer_connection_jsep_unittest.cc | 82 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 …]
|
D | peer_connection_adaptation_integrationtest.cc | 89 config.sdp_semantics = SdpSemantics::kUnifiedPlan; in CreatePcWrapper()
|
D | peer_connection_interface_unittest.cc | 674 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/ |
D | RTCConfiguration+Private.h | 62 + (webrtc::SdpSemantics)nativeSdpSemanticsForSdpSemantics:(RTCSdpSemantics)sdpSemantics; 64 + (RTCSdpSemantics)sdpSemanticsForNativeSdpSemantics:(webrtc::SdpSemantics)sdpSemantics;
|
D | RTCConfiguration.mm | 472 + (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/ |
D | RtpTransceiverTest.java | 46 config.sdpSemantics = PeerConnection.SdpSemantics.UNIFIED_PLAN; in setUp()
|
D | RtpSenderTest.java | 45 config.sdpSemantics = PeerConnection.SdpSemantics.UNIFIED_PLAN; in setUp()
|
/external/webrtc/sdk/android/api/org/webrtc/ |
D | PeerConnection.java | 447 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/ |
D | peer_connection_interface.h | 152 enum class SdpSemantics { kPlanB, kUnifiedPlan }; enum 606 SdpSemantics sdp_semantics = SdpSemantics::kPlanB;
|
/external/webrtc/sdk/android/src/jni/pc/ |
D | peer_connection.cc | 109 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/ |
D | peer_scenario_client.h | 92 Config() { rtc_config.sdp_semantics = SdpSemantics::kUnifiedPlan; } in Config()
|
/external/webrtc/test/network/ |
D | network_emulation_pc_unittest.cc | 89 rtc_configuration.sdp_semantics = SdpSemantics::kUnifiedPlan; in CreatePeerConnection()
|
/external/webrtc/examples/androidnativeapi/jni/ |
D | android_call_client.cc | 179 config.sdp_semantics = webrtc::SdpSemantics::kUnifiedPlan; in CreatePeerConnection()
|
/external/webrtc/test/pc/e2e/ |
D | test_peer_factory.cc | 304 params->rtc_configuration.sdp_semantics = SdpSemantics::kUnifiedPlan; in CreateTestPeer()
|
/external/webrtc/examples/objcnativeapi/objc/ |
D | objc_call_client.mm | 143 config.sdp_semantics = webrtc::SdpSemantics::kUnifiedPlan;
|