/external/webrtc/api/ |
D | peer_connection_interface.h | 290 struct RTC_EXPORT RTCConfiguration { struct 305 bool dscp() const { return media_config.enable_dscp; } in dscp() 306 void set_dscp(bool enable) { media_config.enable_dscp = enable; } in set_dscp() 308 bool cpu_adaptation() const { in cpu_adaptation() 311 void set_cpu_adaptation(bool enable) { in set_cpu_adaptation() 315 bool suspend_below_min_bitrate() const { in suspend_below_min_bitrate() 318 void set_suspend_below_min_bitrate(bool enable) { in set_suspend_below_min_bitrate() 322 bool prerenderer_smoothing() const { in prerenderer_smoothing() 325 void set_prerenderer_smoothing(bool enable) { in set_prerenderer_smoothing() 329 bool experiment_cpu_load_estimator() const { in experiment_cpu_load_estimator() [all …]
|
D | peer_connection_interface.cc | 27 PeerConnectionInterface::RTCConfiguration::RTCConfiguration( in RTCConfiguration() function in webrtc::PeerConnectionInterface::RTCConfiguration
|
/external/webrtc/sdk/objc/api/peerconnection/ |
D | RTCConfiguration.mm | 23 @implementation RTC_OBJC_TYPE (RTCConfiguration) category 66 (const webrtc::PeerConnectionInterface::RTCConfiguration &)config { 174 createNativeConfiguration {
|
D | RTCConfiguration+Private.h | 17 @interface RTC_OBJC_TYPE (RTCConfiguration) variable
|
D | RTCPeerConnectionFactory.mm | 251 (nullable id<RTC_OBJC_TYPE(RTCPeerConnectionDelegate)>)delegate { 262 delegate:(id<RTC_OBJC_TYPE(RTCPeerConnectionDelegate)>)delegate {
|
D | RTCPeerConnection.mm | 313 delegate:(id<RTC_OBJC_TYPE(RTCPeerConnectionDelegate)>)delegate { 329 delegate:(id<RTC_OBJC_TYPE(RTCPeerConnectionDelegate)>)delegate { 395 - (BOOL)setConfiguration:(RTC_OBJC_TYPE(RTCConfiguration) *)configuration {
|
/external/webrtc/pc/ |
D | peer_connection_rampup_tests.cc | 80 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
|
D | peer_connection_data_channel_unittest.cc | 53 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
|
D | peer_connection_histogram_unittest.cc | 51 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
|
D | peer_connection_bundle_unittest.cc | 38 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
|
D | peer_connection_crypto_unittest.cc | 32 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
|
D | peer_connection_signaling_unittest.cc | 38 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
|
D | peer_connection_ice_unittest.cc | 41 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
|
D | peer_connection_rtp_unittest.cc | 65 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
|
D | peer_connection_media_unittest.cc | 40 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
|
D | peer_connection_jsep_unittest.cc | 38 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
|
D | peer_connection_interface_unittest.cc | 465 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
|
D | peer_connection_integrationtest.cc | 88 using RTCConfiguration = PeerConnectionInterface::RTCConfiguration; typedef
|
/external/webrtc/sdk/android/api/org/webrtc/ |
D | PeerConnection.java | 451 public static class RTCConfiguration { class in PeerConnection 556 public RTCConfiguration(List<IceServer> iceServers) { in RTCConfiguration() method in PeerConnection.RTCConfiguration
|