| /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 79 class ConfigSet argument [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/ |
| D | Config.h | 36 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/ |
| D | garbage-collector.h | 18 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/ |
| D | audio_encoder_pcm.h | 23 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/ |
| 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/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
| D | audio_encoder_isac_t.h | 30 struct Config { struct 52 explicit AudioEncoderIsacT(const Config& config); argument
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
| D | audio_encoder_opus.h | 31 struct Config { struct 53 explicit AudioEncoderOpus(const Config& config); argument
|
| /external/swiftshader/tests/regres/deqp/ |
| D | deqp.go | 57 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/ |
| D | audio_encoder_cng.h | 32 struct Config { struct 49 explicit AudioEncoderCng(const Config& config); argument
|
| /external/webrtc/webrtc/test/ |
| D | fake_network_pipe.h | 35 struct Config { struct 36 Config() {} in Config() function 49 FakeNetworkPipe(Clock* clock, const FakeNetworkPipe::Config& config); argument
|
| /external/webrtc/webrtc/modules/audio_processing/intelligibility/ |
| D | intelligibility_enhancer.h | 34 struct Config { struct 39 Config() in Config() function 60 explicit IntelligibilityEnhancer(const Config& config); argument
|
| /external/webrtc/webrtc/modules/audio_coding/include/ |
| D | audio_coding_module.h | 63 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/ |
| D | main.rs | 92 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/ |
| D | nanobench.h | 21 struct Config { struct 34 explicit Target(const Config& c) : config(c) { } in Target() argument
|
| /external/skia/bench/ |
| D | nanobench.h | 21 struct Config { struct 34 explicit Target(const Config& c) : config(c) { } in Target() argument
|
| /external/tensorflow/tensorflow/compiler/xla/tools/ |
| D | hlo_module_loader.h | 28 struct Config { struct 29 Config() {} in Config() argument 53 hlo_module_loader_details::Config ovr_config = argument
|
| /external/webrtc/webrtc/ |
| D | video_send_stream.h | 77 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 …]
|
| D | audio_send_stream.h | 53 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.
|
| D | video_receive_stream.h | 76 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/ |
| D | acvp.go | 35 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/ |
| D | using_skia_and_harfbuzz.cpp | 103 struct Config { struct 119 Config(int argc, char **argv) { in Config() argument
|
| /external/skqp/tools/ |
| D | using_skia_and_harfbuzz.cpp | 103 struct Config { struct 119 Config(int argc, char **argv) { in Config() argument
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/ |
| D | audio_encoder_pcm16b.h | 23 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/ |
| D | video_decode_accelerator.h | 111 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/ |
| D | teglRenderCase.hpp | 44 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
|