Searched refs:CopyConstraintsIntoRtcConfiguration (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/sdk/ |
D | media_constraints_unittest.cc | 33 TEST(MediaConstraints, CopyConstraintsIntoRtcConfiguration) { in TEST() argument 38 CopyConstraintsIntoRtcConfiguration(&constraints_empty, &configuration); in TEST() 44 CopyConstraintsIntoRtcConfiguration(&constraits_enable_ipv6, &configuration); in TEST() 49 CopyConstraintsIntoRtcConfiguration(&constraints_disable_ipv6, in TEST() 57 CopyConstraintsIntoRtcConfiguration(&constraints_screencast, &configuration); in TEST() 66 CopyConstraintsIntoRtcConfiguration(&constraints_empty, &configuration); in TEST()
|
D | media_constraints.h | 123 void CopyConstraintsIntoRtcConfiguration(
|
D | media_constraints.cc | 152 void CopyConstraintsIntoRtcConfiguration( in CopyConstraintsIntoRtcConfiguration() function
|
/external/webrtc/sdk/android/src/jni/pc/ |
D | peer_connection_factory.cc | 472 CopyConstraintsIntoRtcConfiguration(constraints.get(), &rtc_config); in JNI_PeerConnectionFactory_CreatePeerConnection()
|
D | peer_connection.cc | 594 CopyConstraintsIntoRtcConfiguration(owned_pc->constraints(), &rtc_config); in JNI_PeerConnection_SetConfiguration()
|
/external/webrtc/sdk/objc/api/peerconnection/ |
D | RTCPeerConnection.mm | 340 CopyConstraintsIntoRtcConfiguration(_nativeConstraints.get(), config.get()); 401 CopyConstraintsIntoRtcConfiguration(_nativeConstraints.get(),
|