Home
last modified time | relevance | path

Searched refs:BundlePolicy (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection_bundle_unittest.cc75 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 Djsep_transport_collection.h46 explicit BundleManager(PeerConnectionInterface::BundlePolicy bundle_policy) in BundleManager()
80 PeerConnectionInterface::BundlePolicy bundle_policy_;
H A Djsep_transport_controller.h115 PeerConnectionInterface::BundlePolicy bundle_policy =
H A Dpeer_connection.cc296 BundlePolicy bundle_policy; in operator ==()
/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/
H A DRTCConfiguration+Private.h28 + (webrtc::PeerConnectionInterface::BundlePolicy)nativeBundlePolicyForPolicy:
32 (webrtc::PeerConnectionInterface::BundlePolicy)nativePolicy;
H A DRTCConfiguration.mm353 + (webrtc::PeerConnectionInterface::BundlePolicy)nativeBundlePolicyForPolicy:
366 (webrtc::PeerConnectionInterface::BundlePolicy)nativePolicy {
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DPeerConnection.java376 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 Dice_candidate.h49 PeerConnectionInterface::BundlePolicy JavaToNativeBundlePolicy(
H A Dice_candidate.cc103 PeerConnectionInterface::BundlePolicy JavaToNativeBundlePolicy( in JavaToNativeBundlePolicy()
/aosp_15_r20/external/webrtc/api/
H A Dpeer_connection_interface.h279 enum BundlePolicy { enum
416 BundlePolicy bundle_policy = kBundlePolicyBalanced;
/aosp_15_r20/external/webrtc/test/peer_scenario/
H A Dscenario_connection.cc132 PeerConnectionInterface::BundlePolicy::kBundlePolicyMaxBundle; in CreateJsepConfig()
/aosp_15_r20/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DPeerConnectionClient.java603 rtcConfig.bundlePolicy = PeerConnection.BundlePolicy.MAXBUNDLE; in createPeerConnectionInternal()