Home
last modified time | relevance | path

Searched refs:CopyConstraintsIntoRtcConfiguration (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webrtc/sdk/
H A Dmedia_constraints_unittest.cc30 TEST(MediaConstraints, CopyConstraintsIntoRtcConfiguration) { in TEST() argument
35 CopyConstraintsIntoRtcConfiguration(&constraints_empty, &configuration); in TEST()
42 CopyConstraintsIntoRtcConfiguration(&constraints_screencast, &configuration); in TEST()
50 CopyConstraintsIntoRtcConfiguration(&constraints_empty, &configuration); in TEST()
H A Dmedia_constraints.h117 void CopyConstraintsIntoRtcConfiguration(
H A Dmedia_constraints.cc145 void CopyConstraintsIntoRtcConfiguration( in CopyConstraintsIntoRtcConfiguration() function
/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/
H A DRTCPeerConnection.mm372 CopyConstraintsIntoRtcConfiguration(_nativeConstraints.get(), config.get());
438 CopyConstraintsIntoRtcConfiguration(_nativeConstraints.get(),
/aosp_15_r20/external/webrtc/sdk/android/src/jni/pc/
H A Dpeer_connection_factory.cc450 CopyConstraintsIntoRtcConfiguration(constraints.get(), &rtc_config); in JNI_PeerConnectionFactory_CreatePeerConnection()
H A Dpeer_connection.cc660 CopyConstraintsIntoRtcConfiguration(owned_pc->constraints(), &rtc_config); in JNI_PeerConnection_SetConfiguration()