Searched refs:BundlePolicy (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/webrtc/pc/ |
H A D | peer_connection_bundle_unittest.cc | 75 using BundlePolicy = PeerConnectionInterface::BundlePolicy; typedef 398 config.bundle_policy = BundlePolicy::kBundlePolicyMaxBundle; in TEST_P() 416 config.bundle_policy = BundlePolicy::kBundlePolicyMaxBundle; in TEST_P() 450 std::tuple<BundlePolicy, BundleIncluded, bool, bool>>> { 461 PeerConnectionInterface::BundlePolicy bundle_policy_; 496 Values(std::make_tuple(BundlePolicy::kBundlePolicyBalanced, 500 std::make_tuple(BundlePolicy::kBundlePolicyBalanced, 504 std::make_tuple(BundlePolicy::kBundlePolicyMaxBundle, 508 std::make_tuple(BundlePolicy::kBundlePolicyMaxCompat, 512 std::make_tuple(BundlePolicy::kBundlePolicyMaxCompat, [all …]
|
H A D | jsep_transport_collection.h | 46 explicit BundleManager(PeerConnectionInterface::BundlePolicy bundle_policy) in BundleManager() 80 PeerConnectionInterface::BundlePolicy bundle_policy_;
|
H A D | jsep_transport_controller.h | 115 PeerConnectionInterface::BundlePolicy bundle_policy =
|
H A D | peer_connection.cc | 296 BundlePolicy bundle_policy; in operator ==()
|
/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/ |
H A D | RTCConfiguration+Private.h | 28 + (webrtc::PeerConnectionInterface::BundlePolicy)nativeBundlePolicyForPolicy: 32 (webrtc::PeerConnectionInterface::BundlePolicy)nativePolicy;
|
H A D | RTCConfiguration.mm | 353 + (webrtc::PeerConnectionInterface::BundlePolicy)nativeBundlePolicyForPolicy: 366 (webrtc::PeerConnectionInterface::BundlePolicy)nativePolicy {
|
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/ |
H A D | PeerConnection.java | 376 public enum BundlePolicy { BALANCED, MAXBUNDLE, MAXCOMPAT } enum in PeerConnection 464 public BundlePolicy bundlePolicy; 581 bundlePolicy = BundlePolicy.BALANCED; in RTCConfiguration() 632 BundlePolicy getBundlePolicy() { in getBundlePolicy()
|
/aosp_15_r20/external/webrtc/sdk/android/src/jni/pc/ |
H A D | ice_candidate.h | 49 PeerConnectionInterface::BundlePolicy JavaToNativeBundlePolicy(
|
H A D | ice_candidate.cc | 103 PeerConnectionInterface::BundlePolicy JavaToNativeBundlePolicy( in JavaToNativeBundlePolicy()
|
/aosp_15_r20/external/webrtc/api/ |
H A D | peer_connection_interface.h | 279 enum BundlePolicy { enum 416 BundlePolicy bundle_policy = kBundlePolicyBalanced;
|
/aosp_15_r20/external/webrtc/test/peer_scenario/ |
H A D | scenario_connection.cc | 132 PeerConnectionInterface::BundlePolicy::kBundlePolicyMaxBundle; in CreateJsepConfig()
|
/aosp_15_r20/external/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
H A D | PeerConnectionClient.java | 603 rtcConfig.bundlePolicy = PeerConnection.BundlePolicy.MAXBUNDLE; in createPeerConnectionInternal()
|