Home
last modified time | relevance | path

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

12345678910>>...12

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_test_factory.h34 struct Config { struct
39 static constexpr int default_pcmu() { return 0; } in default_pcmu()
40 int pcmu = default_pcmu();
42 static constexpr int default_pcma() { return 8; } in default_pcma()
43 int pcma = default_pcma();
45 static constexpr int default_ilbc() { return 102; } in default_ilbc()
46 int ilbc = default_ilbc();
48 static constexpr int default_isac() { return 103; } in default_isac()
49 int isac = default_isac();
51 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/llvm-project/llvm/include/llvm/LTO/
DConfig.h38 struct Config { struct
41 std::string CPU;
42 TargetOptions Options;
43 std::vector<std::string> MAttrs;
44 std::vector<std::string> PassPlugins;
45 Optional<Reloc::Model> RelocModel = Reloc::PIC_;
46 Optional<CodeModel::Model> CodeModel = None;
47 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Default;
48 CodeGenFileType CGFileType = CGFT_ObjectFile;
49 unsigned OptLevel = 2;
[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/crosvm/src/
Dcrosvm.rs195 pub struct Config { struct
196 pub kvm_device_path: PathBuf,
197 pub vhost_vsock_device_path: PathBuf,
198 pub vhost_net_device_path: PathBuf,
199 pub vcpu_count: Option<usize>,
200 pub rt_cpus: Vec<usize>,
201 pub vcpu_affinity: Option<VcpuAffinity>,
202 pub no_smt: bool,
203 pub memory: Option<u64>,
204 pub hugepages: bool,
[all …]
/external/webrtc/modules/audio_coding/codecs/g711/
Daudio_encoder_pcm.h26 struct Config { struct
35 explicit Config(int pt) in Config() argument
79 struct Config : public AudioEncoderPcm::Config { struct
80 Config() : AudioEncoderPcm::Config(8) {} in Config() argument
102 struct Config : public AudioEncoderPcm::Config { struct
103 Config() : AudioEncoderPcm::Config(0) {} in Config() argument
/external/openscreen/discovery/common/
Dconfig.h16 struct Config { struct
17 struct NetworkInfo {
38 std::vector<NetworkInfo> network_info;
43 int maximum_valid_rdata_size = 1300;
50 bool enable_publication = true;
55 int new_record_announcement_count = 8;
65 int maximum_truncated_messages_per_query = 8;
73 int maximum_concurrent_truncated_queries_per_interface = 64;
101 inline Config::NetworkInfo::AddressFamilies operator&( argument
/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/webrtc/call/
Dflexfec_receive_stream.h37 struct Config { struct
49 int payload_type = -1;
52 uint32_t remote_ssrc = 0;
81 virtual const Config& GetConfig() const = 0; argument
Daudio_send_stream.h75 struct Config { struct
82 struct Rtp {
106 } rtp;
109 int rtcp_report_interval_ms = 5000;
113 Transport* send_transport = nullptr;
118 int min_bitrate_bps = -1;
119 int max_bitrate_bps = -1;
121 double bitrate_priority = 1.0;
122 bool has_dscp = false;
126 absl::optional<std::string> audio_network_adaptor_config;
[all …]
/external/webrtc/api/test/
Dvideocodec_test_fixture.h65 struct Config { struct
86 std::string test_name;
89 std::string filename;
92 std::string filepath;
95 size_t num_frames = 0;
98 size_t max_payload_size_bytes = 1440;
101 bool decode = true;
104 bool use_single_core = false;
108 bool measure_cpu = false;
111 bool encode_in_real_time = false;
[all …]
Dneteq_simulator_factory.h31 struct Config { struct
53 Config simulation_config); argument
/external/llvm-project/clang-tools-extra/clangd/
DConfig.h42 struct Config { struct
46 static clangd::Key<Config> Key; argument
50 Config &operator=(const Config &) = delete; argument
52 Config &operator=(Config &&) = default; argument
55 struct {
59 } CompileFlags;
61 enum class BackgroundPolicy { Build, Skip };
63 struct ExternalIndexSpec {
88 /// Configures what clang-tidy checks to run and options to use with them. argument
101 template <> struct DenseMapInfo<clang::clangd::Config::ExternalIndexSpec> { argument
/external/webrtc/modules/audio_coding/audio_network_adaptor/
Dframe_length_controller.h30 struct Config { struct
37 Config(const std::set<int>& encoder_frame_lengths_ms, argument
61 explicit FrameLengthController(const Config& config); argument
/external/webrtc/rtc_base/experiments/
Dbalanced_degradation_settings.h56 struct Config { struct
112 std::vector<Config> GetConfigs() const; argument
/external/webrtc/pc/
Djsep_transport_controller.h76 struct Config { struct
80 bool redetermine_role_on_ice_restart = true;
81 rtc::SSLProtocolVersion ssl_max_version = rtc::SSL_PROTOCOL_DTLS_12;
84 webrtc::CryptoOptions crypto_options;
85 PeerConnectionInterface::BundlePolicy bundle_policy =
87 PeerConnectionInterface::RtcpMuxPolicy rtcp_mux_policy =
89 bool disable_encryption = false;
113 Config config); argument
/external/swiftshader/tests/regres/deqp/
Ddeqp.go59 type Config struct { struct
60 ExeEgl string
61 ExeGles2 string
62 ExeGles3 string
63 ExeVulkan string
64 TempDir string // Directory for temporary log files, coverage output.
65 TestLists testlist.Lists
66 Env []string
67 LogReplacements map[string]string
68 NumParallelTests int
[all …]
/external/webrtc/modules/audio_processing/test/conversational_speech/
Dconfig.h20 struct Config { struct
21 Config(const std::string& audiotracks_path, in Config() argument
32 const std::string audiotracks_path_;
33 const std::string timing_filepath_;
34 const std::string output_path_;
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.h66 struct Config { struct
85 const WebRtcKeyValueConfig* field_trials = nullptr; argument
90 explicit RTPSenderVideo(const Config& config); argument
/external/webrtc/api/audio_codecs/g711/
Daudio_encoder_g711.h28 struct Config { struct
38 static absl::optional<AudioEncoderG711::Config> SdpToConfig( argument
/external/skia/bench/
Dnanobench.h21 struct Config { struct
34 explicit Target(const Config& c) : config(c) { } in Target() argument
/external/skqp/bench/
Dnanobench.h21 struct Config { struct
34 explicit Target(const Config& c) : config(c) { } in Target() argument
/external/webrtc/modules/audio_coding/codecs/isac/
Daudio_encoder_isac_t.h33 struct Config { struct
44 explicit AudioEncoderIsacT(const Config& config); argument
/external/webrtc/api/transport/test/
Dfeedback_generator_interface.h21 struct Config { struct
22 BuiltInNetworkBehaviorConfig send_link; argument
23 BuiltInNetworkBehaviorConfig return_link; argument
32 virtual void SetSendConfig(BuiltInNetworkBehaviorConfig config) = 0; argument
/external/skia/tools/
Dusing_skia_and_harfbuzz.cpp103 struct Config { struct
119 Config(int argc, char **argv) { in Config() argument

12345678910>>...12