Home
last modified time | relevance | path

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

123456

/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
79 class ConfigSet argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DConfig.h36 struct Config { struct
39 std::string CPU;
40 TargetOptions Options;
41 std::vector<std::string> MAttrs;
42 Optional<Reloc::Model> RelocModel = Reloc::PIC_;
43 Optional<CodeModel::Model> CodeModel = None;
44 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Default;
45 TargetMachine::CodeGenFileType CGFileType = TargetMachine::CGFT_ObjectFile;
46 unsigned OptLevel = 2;
47 bool DisableVerify = false;
[all …]
/external/v8/src/heap/cppgc/
Dgarbage-collector.h18 struct Config { struct
19 using CollectionType = Marker::MarkingConfig::CollectionType; argument
21 using MarkingType = Marker::MarkingConfig::MarkingType; argument
22 using SweepingType = Sweeper::SweepingConfig::SweepingType; argument
24 static constexpr Config ConservativeAtomicConfig() { in ConservativeAtomicConfig() argument
29 static constexpr Config PreciseAtomicConfig() { in PreciseAtomicConfig() argument
34 static constexpr Config ConservativeIncrementalConfig() { in ConservativeIncrementalConfig() argument
39 static constexpr Config PreciseIncrementalConfig() { in PreciseIncrementalConfig() argument
44 static constexpr Config MinorPreciseAtomicConfig() { in MinorPreciseAtomicConfig() argument
56 virtual void CollectGarbage(Config) = 0; argument
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
Daudio_encoder_pcm.h23 struct Config { struct
32 explicit Config(int pt) in Config() argument
73 struct Config : public AudioEncoderPcm::Config { struct
74 Config() : AudioEncoderPcm::Config(8) {} in Config() function
95 struct Config : public AudioEncoderPcm::Config { struct
96 Config() : AudioEncoderPcm::Config(0) {} in Config() 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/webrtc/modules/audio_coding/codecs/isac/
Daudio_encoder_isac_t.h30 struct Config { struct
52 explicit AudioEncoderIsacT(const Config& config); argument
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus.h31 struct Config { struct
53 explicit AudioEncoderOpus(const Config& config); argument
/external/swiftshader/tests/regres/deqp/
Ddeqp.go57 type Config struct { struct
58 ExeEgl string
59 ExeGles2 string
60 ExeGles3 string
61 ExeVulkan string
62 TestLists testlist.Lists
63 Env []string
64 LogReplacements map[string]string
65 NumParallelTests int
66 TestTimeout time.Duration
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Daudio_encoder_cng.h32 struct Config { struct
49 explicit AudioEncoderCng(const Config& config); argument
/external/webrtc/webrtc/test/
Dfake_network_pipe.h35 struct Config { struct
36 Config() {} in Config() function
49 FakeNetworkPipe(Clock* clock, const FakeNetworkPipe::Config& config); argument
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
Dintelligibility_enhancer.h34 struct Config { struct
39 Config() in Config() function
60 explicit IntelligibilityEnhancer(const Config& config); argument
/external/webrtc/webrtc/modules/audio_coding/include/
Daudio_coding_module.h63 struct Config { struct
64 Config() : id(0), neteq_config(), clock(Clock::GetRealTimeClock()) { in Config() function
71 NetEq::Config neteq_config; argument
84 static AudioCodingModule* Create(const Config& config); argument
/external/crosvm/src/
Dmain.rs92 pub struct Config { struct
93 vcpu_count: Option<u32>,
94 vcpu_affinity: Vec<usize>,
95 memory: Option<usize>,
96 executable_path: Option<Executable>,
97 android_fstab: Option<PathBuf>,
98 initrd_path: Option<PathBuf>,
99 params: Vec<String>,
100 socket_path: Option<PathBuf>,
101 plugin_root: Option<PathBuf>,
[all …]
/external/skqp/bench/
Dnanobench.h21 struct Config { struct
34 explicit Target(const Config& c) : config(c) { } in Target() argument
/external/skia/bench/
Dnanobench.h21 struct Config { struct
34 explicit Target(const Config& c) : config(c) { } in Target() argument
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_module_loader.h28 struct Config { struct
29 Config() {} in Config() argument
53 hlo_module_loader_details::Config ovr_config = argument
/external/webrtc/webrtc/
Dvideo_send_stream.h77 struct Config { struct
79 explicit Config(Transport* send_transport) in Config() argument
84 struct EncoderSettings {
114 // See NackConfig for description. argument
133 } rtp;
136 Transport* send_transport = nullptr;
140 LoadObserver* overuse_callback = nullptr;
144 I420FrameCallback* pre_encode_callback = nullptr;
148 EncodedFrameObserver* post_encode_callback = nullptr;
152 VideoRenderer* local_renderer = nullptr;
[all …]
Daudio_send_stream.h53 struct Config { struct
55 explicit Config(Transport* send_transport) in Config() argument
61 struct Rtp {
72 } rtp;
76 Transport* send_transport = nullptr;
82 int voe_channel_id = -1;
88 int cng_payload_type = -1; // pt, or -1 to disable Comfort Noise Generator.
89 int red_payload_type = -1; // pt, or -1 to disable REDundant coding.
Dvideo_receive_stream.h76 struct Config { struct
78 explicit Config(Transport* rtcp_send_transport) in Config() function
84 std::vector<Decoder> decoders;
87 struct Rtp {
138 } rtp;
141 Transport* rtcp_send_transport = nullptr;
145 VideoRenderer* renderer = nullptr;
150 int render_delay_ms = 10;
155 std::string sync_group;
160 EncodedFrameObserver* pre_decode_callback = nullptr;
[all …]
/external/boringssl/src/util/fipstools/acvp/acvptool/
Dacvp.go35 type Config struct { struct
36 CertPEMFile string
37 PrivateKeyDERFile string
38 TOTPSecret string
39 ACVPServer string
40 SessionTokensCache string
41 LogFile string
112 Config() ([]byte, error) methodSpec
/external/skia/tools/
Dusing_skia_and_harfbuzz.cpp103 struct Config { struct
119 Config(int argc, char **argv) { in Config() argument
/external/skqp/tools/
Dusing_skia_and_harfbuzz.cpp103 struct Config { struct
119 Config(int argc, char **argv) { in Config() argument
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
Daudio_encoder_pcm16b.h23 struct Config : public AudioEncoderPcm::Config { struct
25 Config() : AudioEncoderPcm::Config(107), sample_rate_hz(8000) {} in Config() argument
31 explicit AudioEncoderPcm16B(const Config& config) in AudioEncoderPcm16B() argument
/external/v4l2_codec2/accel/
Dvideo_decode_accelerator.h111 struct Config { struct
123 Config(); argument
133 VideoCodecProfile profile = VIDEO_CODEC_PROFILE_UNKNOWN;
136 bool is_deferred_initialization_allowed = false;
139 Size initial_expected_coded_size = Size(320, 240);
141 OutputMode output_mode = OutputMode::ALLOCATE;
165 // client (see Config::is_deferred_initialization_allowed), and the initial argument
/external/deqp/modules/egl/
DteglRenderCase.hpp44 struct Config struct in deqp::egl::RenderCase
46 eglw::EGLConfig config;
47 eglw::EGLint surfaceTypeBit;
48 eglw::EGLint apiBits;
50 Config (eglw::EGLConfig config_, eglw::EGLint surfaceTypeBit_, eglw::EGLint apiBits_) in Config() function

123456