/external/webrtc/modules/audio_coding/neteq/tools/ |
D | neteq_test_factory.h | 35 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/ |
D | Config.h | 27 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/ |
D | Config.h | 41 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/bazelbuild-rules_python/gazelle/pythonconfig/ |
D | pythonconfig.go | 147 type Config struct { struct 148 parent *Config 150 extensionEnabled bool 151 repoRoot string 152 pythonProjectRoot string 153 gazelleManifest *manifest.Manifest 155 excludedPatterns *singlylinkedlist.List 156 ignoreFiles map[string]struct{} 157 ignoreDependencies map[string]struct{} 158 validateImportStatements bool [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
D | Config.h | 38 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/intel-media-driver/media_softlet/agnostic/common/shared/ |
D | media_debug_fast_dump.h | 42 struct Config struct 49 RangedValue(T v) in RangedValue() 55 operator T() const in T() 65 using RangedUint8 = RangedValue<uint8_t, MIN, MAX>; 71 const size_t *frameIdx = nullptr; // pointer to the frame index managed by user 72 size_t samplingTime = 0; // sampling time in ms or frame index 73 size_t samplingInterval = 0; // sampling interval in ms or frame index 81 …licy = 0; // 0: balance shared/local memory usage; 1: prioritize shared; 2: prioritize local 82 …ioritizedMem = 75; // max percentage of prioritized memory can be used for fast dump, 10% - 100% 83 …rioritizedMem = 75; // max percentage of deprioritized memory can be used for fast dump, 0% - 100% [all …]
|
/external/webrtc/modules/congestion_controller/goog_cc/ |
D | loss_based_bwe_v2.h | 78 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/ |
D | lazy_op_runner.h | 120 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/rust/android-crates-io/crates/tokio/src/runtime/ |
D | config.rs | 8 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>, 25 pub(crate) before_spawn: Option<TaskCallback>, 28 pub(crate) after_termination: Option<TaskCallback>, 37 pub(crate) disable_lifo_slot: bool, 41 pub(crate) seed_generator: RngSeedGenerator, [all …]
|
/external/crosvm/src/crosvm/ |
D | config.rs | 621 pub struct Config { struct 641 pub battery_config: Option<BatteryConfig>, argument 643 pub block_control_tube: Vec<Tube>, 645 pub block_vhost_user_tube: Vec<Tube>, 647 pub boost_uclamp: bool, 648 pub boot_cpu: usize, 650 pub break_linux_pci_config_io: bool, 652 pub broker_shutdown_event: Option<Event>, 654 pub bus_lock_ratelimit: u64, 656 pub coiommu_param: Option<devices::CoIommuParameters>, [all …]
|
/external/openscreen/discovery/common/ |
D | config.h | 16 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/ |
D | videocodec_test_fixture.h | 66 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 …]
|
D | neteq_simulator_factory.h | 31 struct Config { struct 33 int max_nr_packets_in_buffer = 0; 57 Config simulation_config); argument
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/util/ |
D | syntax.rs | 120 config: &Config, in parse_many_with() 145 pub struct Config { struct 159 impl Config { argument 186 pub fn case_insensitive(mut self, yes: bool) -> Config { in case_insensitive() 201 pub fn multi_line(mut self, yes: bool) -> Config { in multi_line() 222 pub fn dot_matches_new_line(mut self, yes: bool) -> Config { in dot_matches_new_line() 239 pub fn crlf(mut self, yes: bool) -> Config { in crlf() 264 pub fn line_terminator(mut self, byte: u8) -> Config { in line_terminator() 276 pub fn swap_greed(mut self, yes: bool) -> Config { in swap_greed() 289 pub fn ignore_whitespace(mut self, yes: bool) -> Config { in ignore_whitespace() [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/util/ |
D | syntax.rs | 120 config: &Config, in parse_many_with() 145 pub struct Config { struct 159 impl Config { argument 186 pub fn case_insensitive(mut self, yes: bool) -> Config { in case_insensitive() 201 pub fn multi_line(mut self, yes: bool) -> Config { in multi_line() 222 pub fn dot_matches_new_line(mut self, yes: bool) -> Config { in dot_matches_new_line() 239 pub fn crlf(mut self, yes: bool) -> Config { in crlf() 264 pub fn line_terminator(mut self, byte: u8) -> Config { in line_terminator() 276 pub fn swap_greed(mut self, yes: bool) -> Config { in swap_greed() 289 pub fn ignore_whitespace(mut self, yes: bool) -> Config { in ignore_whitespace() [all …]
|
/external/webrtc/modules/audio_coding/codecs/g711/ |
D | audio_encoder_pcm.h | 25 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() argument
|
/external/parameter-framework/upstream/test/functional-tests/include/ |
D | Config.hpp | 40 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/android-crates-io/crates/h2/src/proto/streams/ |
D | mod.rs | 35 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/ |
D | deqp.go | 60 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/ |
D | jsep_transport_controller.h | 106 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/ |
D | device_specific_configs.go | 21 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/ |
D | frame_length_controller.h | 29 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/ |
D | balanced_degradation_settings.h | 57 struct Config { struct 113 std::vector<Config> GetConfigs() const; argument
|
/external/webrtc/modules/audio_coding/neteq/ |
D | delay_manager.h | 29 struct Config { struct 48 DelayManager(const Config& config, const TickTimer* tick_timer); argument
|
/external/flatbuffers/include/codegen/ |
D | namer.h | 36 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
|