/external/webrtc/modules/audio_coding/neteq/tools/ |
D | neteq_test_factory.h | 34 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/ |
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-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/crosvm/src/ |
D | crosvm.rs | 356 pub struct Config { struct 378 pub jail_config: Option<JailConfig>, argument 379 pub jail_enabled: bool, 380 pub params: Vec<String>, 381 pub socket_path: Option<PathBuf>, 382 pub balloon_control: Option<PathBuf>, 383 pub plugin_root: Option<PathBuf>, 384 pub plugin_mounts: Vec<BindMount>, 385 pub plugin_gid_maps: Vec<GidMap>, 386 pub disks: Vec<DiskOption>, [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/modules/audio_coding/codecs/g711/ |
D | audio_encoder_pcm.h | 26 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/parameter-framework/upstream/test/functional-tests/include/ |
D | Config.hpp | 40 struct Config struct 48 Config(M(Config::*member), T &&value) in Config() function 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/api/test/ |
D | videocodec_test_fixture.h | 65 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 …]
|
D | neteq_simulator_factory.h | 31 struct Config { struct 53 Config simulation_config); argument
|
/external/webrtc/call/ |
D | flexfec_receive_stream.h | 37 struct Config { struct 49 int payload_type = -1; 52 uint32_t remote_ssrc = 0; 81 virtual const Config& GetConfig() const = 0; argument
|
D | audio_send_stream.h | 75 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/modules/audio_coding/audio_network_adaptor/ |
D | frame_length_controller.h | 30 struct Config { struct 37 Config(const std::set<int>& encoder_frame_lengths_ms, argument 61 explicit FrameLengthController(const Config& config); argument
|
/external/swiftshader/tests/regres/deqp/ |
D | deqp.go | 59 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/pc/ |
D | jsep_transport_controller.h | 76 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/webrtc/rtc_base/experiments/ |
D | balanced_degradation_settings.h | 56 struct Config { struct 112 std::vector<Config> GetConfigs() const; argument
|
/external/webrtc/modules/audio_processing/test/conversational_speech/ |
D | config.h | 20 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/ |
D | rtp_sender_video.h | 66 struct Config { struct 85 const WebRtcKeyValueConfig* field_trials = nullptr; argument 90 explicit RTPSenderVideo(const Config& config); argument
|
/external/skia/bench/ |
D | nanobench.h | 21 struct Config { struct 34 explicit Target(const Config& c) : config(c) { } in Target() argument
|
/external/webrtc/api/audio_codecs/g711/ |
D | audio_encoder_g711.h | 28 struct Config { struct 38 static absl::optional<AudioEncoderG711::Config> SdpToConfig( argument
|
/external/webrtc/modules/audio_coding/codecs/isac/ |
D | audio_encoder_isac_t.h | 33 struct Config { struct 44 explicit AudioEncoderIsacT(const Config& config); argument
|
/external/skia/tools/ |
D | using_skia_and_harfbuzz.cpp | 103 struct Config { struct 119 Config(int argc, char **argv) { in Config() argument
|
/external/webrtc/api/transport/test/ |
D | feedback_generator_interface.h | 21 struct Config { struct 22 BuiltInNetworkBehaviorConfig send_link; argument 23 BuiltInNetworkBehaviorConfig return_link; argument 32 virtual void SetSendConfig(BuiltInNetworkBehaviorConfig config) = 0; argument
|
/external/boringssl/src/util/fipstools/acvp/acvptool/ |
D | acvp.go | 53 type Config struct { struct 54 CertPEMFile string 55 PrivateKeyFile string 56 PrivateKeyDERFile string 57 TOTPSecret string 58 ACVPServer string 59 SessionTokensCache string 60 LogFile string 131 Config() ([]byte, error) methodSpec
|
/external/crosvm/media/libvda/src/encode/ |
D | vea_instance.rs | 66 pub struct Config { struct 76 impl Config { implementation
|
/external/webrtc/api/audio_codecs/isac/ |
D | audio_encoder_isac_float.h | 28 struct Config { struct 29 bool IsOk() const { in IsOk() 51 int sample_rate_hz = 16000; 52 int frame_size_ms = 30; 53 int bit_rate = 32000; // Limit on short-term average bit rate, in bits/s.
|