Home
last modified time | relevance | path

Searched defs:Config (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_test_factory.h35 struct Config { struct
40 static constexpr int default_pcmu() { return 0; } in default_pcmu()
41 int pcmu = default_pcmu();
43 static constexpr int default_pcma() { return 8; } in default_pcma()
44 int pcma = default_pcma();
46 static constexpr int default_ilbc() { return 102; } in default_ilbc()
47 int ilbc = default_ilbc();
49 static constexpr int default_isac() { return 103; } in default_isac()
50 int isac = default_isac();
52 static constexpr int default_isac_swb() { return 104; } in default_isac_swb()
[all …]
/external/angle/src/libANGLE/
DConfig.h27 struct Config struct
32 Config &operator=(const Config &other); argument
49 EGLint configID; // Unique EGLConfig identifier argument
50 EGLint conformant; // Whether contexts created with this config are conformant
51 EGLint depthSize; // Bits of Z in the depth buffer
52 EGLint level; // Frame buffer level
53 EGLBoolean matchNativePixmap; // Match the native pixmap format
54 EGLint maxPBufferWidth; // Maximum width of pbuffer
55 EGLint maxPBufferHeight; // Maximum height of pbuffer
56 EGLint maxPBufferPixels; // Maximum size of pbuffer
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/
DConfig.h41 struct Config { struct
42 enum VisScheme {
48 std::string CPU;
49 TargetOptions Options;
50 std::vector<std::string> MAttrs;
51 std::vector<std::string> MllvmArgs;
52 std::vector<std::string> PassPlugins;
54 std::function<void(legacy::PassManager &)> PreCodeGenPassesHook;
55 std::optional<Reloc::Model> RelocModel = Reloc::PIC_;
56 std::optional<CodeModel::Model> CodeModel;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DConfig.h38 struct Config { struct
41 std::string CPU;
42 TargetOptions Options;
43 std::vector<std::string> MAttrs;
44 Optional<Reloc::Model> RelocModel = Reloc::PIC_;
45 Optional<CodeModel::Model> CodeModel = None;
46 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Default;
47 CodeGenFileType CGFileType = CGFT_ObjectFile;
48 unsigned OptLevel = 2;
49 bool DisableVerify = false;
[all …]
/external/bazelbuild-rules_python/gazelle/pythonconfig/
Dpythonconfig.go116 type Config struct { struct
117 parent *Config
119 extensionEnabled bool
120 repoRoot string
121 pythonProjectRoot string
122 gazelleManifest *manifest.Manifest
124 excludedPatterns *singlylinkedlist.List
125 ignoreFiles map[string]struct{}
126 ignoreDependencies map[string]struct{}
127 validateImportStatements bool
[all …]
/external/webrtc/modules/congestion_controller/goog_cc/
Dloss_based_bwe_v2.h78 struct Config { struct
79 double bandwidth_rampup_upper_bound_factor = 0.0;
80 double rampup_acceleration_max_factor = 0.0;
82 std::vector<double> candidate_factors;
83 double higher_bandwidth_bias_factor = 0.0;
84 double higher_log_bandwidth_bias_factor = 0.0;
85 double inherent_loss_lower_bound = 0.0;
86 double loss_threshold_of_high_bandwidth_preference = 0.0;
87 double bandwidth_preference_smoothing_factor = 0.0;
90 double inherent_loss_upper_bound_offset = 0.0;
[all …]
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dlazy_op_runner.h120 struct Config { struct
121 ConvolutionKind kind;
122 DataType input_type, output_type;
123 const BatchDescriptor& input_descriptor;
124 const FilterDescriptor& filter_descriptor;
125 const BatchDescriptor& output_descriptor;
126 const ConvolutionDescriptor& convolution_descriptor;
143 struct Config { struct
144 ConvolutionKind kind;
145 DataType input_type, bias_type, output_type;
[all …]
/external/crosvm/src/crosvm/
Dconfig.rs637 pub struct Config { struct
657 pub battery_config: Option<BatteryConfig>, argument
659 pub block_control_tube: Vec<Tube>,
661 pub block_vhost_user_tube: Vec<Tube>,
663 pub boost_uclamp: bool,
664 pub boot_cpu: usize,
666 pub break_linux_pci_config_io: bool,
668 pub broker_shutdown_event: Option<Event>,
670 pub bus_lock_ratelimit: u64,
672 pub coiommu_param: Option<devices::CoIommuParameters>,
[all …]
/external/openscreen/discovery/common/
Dconfig.h16 struct Config { struct
23 std::vector<InterfaceInfo> network_info;
28 int maximum_valid_rdata_size = 1300;
35 bool enable_publication = true;
40 int new_record_announcement_count = 8;
50 int maximum_truncated_messages_per_query = 8;
58 int maximum_concurrent_truncated_queries_per_interface = 64;
63 int maximum_known_answer_records_per_query = 256;
70 bool enable_querying = true;
74 int new_query_announcement_count = -1;
[all …]
/external/webrtc/api/test/
Dvideocodec_test_fixture.h66 struct Config { struct
87 std::string test_name;
90 std::string filename;
93 absl::optional<int> clip_width;
94 absl::optional<int> clip_height;
96 absl::optional<int> clip_fps;
100 absl::optional<int> reference_width;
101 absl::optional<int> reference_height;
104 std::string filepath;
107 size_t num_frames = 0;
[all …]
Dneteq_simulator_factory.h31 struct Config { struct
33 int max_nr_packets_in_buffer = 0;
57 Config simulation_config); argument
/external/webrtc/modules/audio_coding/codecs/g711/
Daudio_encoder_pcm.h25 struct Config { struct
34 explicit Config(int pt) in Config() argument
78 struct Config : public AudioEncoderPcm::Config { struct
79 Config() : AudioEncoderPcm::Config(8) {} in Config() function
103 struct Config : public AudioEncoderPcm::Config { struct
104 Config() : AudioEncoderPcm::Config(0) {} in Config() function
/external/rust/crates/tokio/src/runtime/
Dconfig.rs8 pub(crate) struct Config { struct
10 pub(crate) global_queue_interval: Option<u32>,
13 pub(crate) event_interval: u32,
16 pub(crate) local_queue_capacity: usize,
19 pub(crate) before_park: Option<Callback>,
22 pub(crate) after_unpark: Option<Callback>,
31 pub(crate) disable_lifo_slot: bool,
35 pub(crate) seed_generator: RngSeedGenerator,
38 pub(crate) metrics_poll_count_histogram: Option<crate::runtime::HistogramBuilder>,
42 pub(crate) unhandled_panic: crate::runtime::UnhandledPanic,
/external/parameter-framework/upstream/test/functional-tests/include/
DConfig.hpp40 struct Config struct
48 Config(M(Config::*member), T &&value) in Config() argument
54 std::string subsystemMapping;
61 std::string instances;
63 std::string domains;
65 std::string components;
67 struct Plugin
75 using Plugins = Plugin::Collection;
76 Plugins plugins;
79 std::string subsystemType = "Virtual";
/external/rust/crates/h2/src/proto/streams/
Dmod.rs35 pub struct Config { struct
40 pub initial_max_send_streams: usize,
43 pub local_max_buffer_size: usize,
46 pub local_next_stream_id: StreamId,
49 pub local_push_enabled: bool,
52 pub extended_connect_protocol_enabled: bool,
55 pub local_reset_duration: Duration,
58 pub local_reset_max: usize,
62 pub remote_reset_max: usize,
65 pub remote_init_window_sz: WindowSize,
[all …]
/external/swiftshader/tests/regres/deqp/
Ddeqp.go60 type Config struct { struct
61 ExeEgl string
62 ExeGles2 string
63 ExeGles3 string
64 ExeVulkan string
65 TempDir string // Directory for temporary log files, coverage output.
66 TestLists testlist.Lists
67 Env []string
68 LogReplacements map[string]string
69 NumParallelTests int
[all …]
/external/webrtc/pc/
Djsep_transport_controller.h106 struct Config { struct
110 bool redetermine_role_on_ice_restart = true;
111 rtc::SSLProtocolVersion ssl_max_version = rtc::SSL_PROTOCOL_DTLS_12;
114 webrtc::CryptoOptions crypto_options;
115 PeerConnectionInterface::BundlePolicy bundle_policy =
117 PeerConnectionInterface::RtcpMuxPolicy rtcp_mux_policy =
119 bool disable_encryption = false;
120 bool enable_external_auth = false;
122 webrtc::IceTransportFactory* ice_transport_factory = nullptr;
123 cricket::DtlsTransportFactory* dtls_transport_factory = nullptr;
[all …]
/external/skia/bazel/device_specific_configs/
Ddevice_specific_configs.go21 type Config struct { struct
23 Name string
27 Keys map[string]string
34 CPU string
39 GPU string
44 SwarmingDimensions map[string]string
48 func (d Config) Model() string {
59 func (d Config) TestRunnerArgs() []string {
/external/webrtc/modules/audio_coding/audio_network_adaptor/
Dframe_length_controller.h29 struct Config { struct
36 Config(const std::set<int>& encoder_frame_lengths_ms, argument
60 explicit FrameLengthController(const Config& config); argument
/external/webrtc/rtc_base/experiments/
Dbalanced_degradation_settings.h57 struct Config { struct
113 std::vector<Config> GetConfigs() const; argument
/external/webrtc/modules/audio_coding/neteq/
Ddelay_manager.h29 struct Config { struct
48 DelayManager(const Config& config, const TickTimer* tick_timer); argument
/external/flatbuffers/src/
Dnamer.h36 struct Config { struct
64 // Configures, when formatting code, whether symbols are checked against argument
68 enum class Escape {
72 Escape escape_keywords;
77 Case namespaces;
79 std::string namespace_seperator;
84 std::string object_prefix;
108 Namer(Config config, std::set<std::string> keywords) in Namer() argument
/external/webrtc/modules/video_coding/timing/
Djitter_estimator.h39 struct Config { struct
40 static constexpr char kFieldTrialsKey[] = "WebRTC-JitterEstimatorConfig"; argument
45 std::unique_ptr<StructParametersParser> Parser() { in Parser()
59 bool MaxFrameSizePercentileEnabled() const { in MaxFrameSizePercentileEnabled()
65 bool avg_frame_size_median = false;
69 absl::optional<double> max_frame_size_percentile = absl::nullopt;
72 absl::optional<int> frame_size_window = absl::nullopt;
78 absl::optional<double> num_stddev_delay_clamp = absl::nullopt;
85 absl::optional<double> num_stddev_delay_outlier = absl::nullopt;
92 absl::optional<double> num_stddev_size_outlier = absl::nullopt;
[all …]
/external/crosvm/devices/src/virtio/fs/
Dconfig.rs75 pub struct Config { struct
90 pub timeout: Duration,
104 pub negative_timeout: Duration,
109 pub cache_policy: CachePolicy,
125 pub writeback: bool,
135 pub rewrite_security_xattrs: bool,
141 pub ascii_casefold: bool,
149 pub privileged_quota_uids: Vec<libc::uid_t>,
173 impl Default for Config { argument
/external/webrtc/modules/audio_processing/test/conversational_speech/
Dconfig.h22 struct Config { struct
23 Config(absl::string_view audiotracks_path, in Config() argument
34 const std::string audiotracks_path_;
35 const std::string timing_filepath_;
36 const std::string output_path_;

12345678910>>...19