Home
last modified time | relevance | path

Searched defs:Configuration (Results 1 – 25 of 140) sorted by relevance

123456

/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_interface.h45 struct Configuration { struct
50 Configuration& operator=(const Configuration&) = delete; argument
54 bool audio = false;
55 bool receiver_only = false;
58 Clock* clock = nullptr;
60 ReceiveStatisticsProvider* receive_statistics = nullptr;
64 Transport* outgoing_transport = nullptr;
67 RtcpIntraFrameObserver* intra_frame_callback = nullptr;
70 RtcpLossNotificationObserver* rtcp_loss_notification_observer = nullptr;
74 RtcpBandwidthObserver* bandwidth_callback = nullptr;
[all …]
Drtcp_sender.h48 struct Configuration { struct
56 bool audio = false;
59 uint32_t local_media_ssrc = 0;
61 Clock* clock = nullptr;
64 Transport* outgoing_transport = nullptr;
67 bool non_sender_rtt_measurement = false;
78 std::function<void(TimeDelta)> schedule_next_rtcp_send_evaluation_function;
80 RtcEventLog* event_log = nullptr;
81 absl::optional<TimeDelta> rtcp_report_interval;
82 ReceiveStatisticsProvider* receive_statistics = nullptr;
[all …]
/external/swiftshader/src/System/
DSwiftConfig.hpp25 struct Configuration struct
27 enum class AffinityPolicy : int
38 uint32_t threadCount = 0;
41 uint64_t affinityMask = 0xFFFFFFFFFFFFFFFFu;
42 AffinityPolicy affinityPolicy = AffinityPolicy::AnyOf;
46 bool enableSpirvProfiling = false;
48 uint64_t spvProfilingReportPeriodMs = 1000;
50 std::string spvProfilingReportDir = "";
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
Da2dp_offload_manager.h29 struct Configuration { struct
47 void StartA2dpOffload(const Configuration& config, argument
/external/libchrome/mojo/core/embedder/
Dconfiguration.h19 struct Configuration { struct
23 bool is_broker_process = false;
32 bool force_direct_shared_memory_allocation = false;
35 size_t max_mapping_table_size = 1000000;
38 size_t max_message_num_bytes = 256 * 1024 * 1024;
41 size_t max_shared_memory_num_bytes = 1024 * 1024 * 1024;
/external/openscreen/cast/standalone_receiver/
Dcast_service.h44 struct Configuration { struct
64 explicit CastService(Configuration config); argument
/external/grpc-grpc/src/cpp/ext/gcp/
Dobservability_logging_sink.h65 struct Configuration { struct
69 struct ParsedMethod {
93 std::vector<Configuration> client_configs_; argument
/external/rust/crates/grpcio-sys/grpc/src/cpp/ext/gcp/
Dobservability_logging_sink.h67 struct Configuration { struct
71 struct ParsedMethod {
95 std::vector<Configuration> client_configs_; argument
/external/deqp/external/openglcts/modules/gl/
Dgl4cIncompleteTextureAccessTests.hpp116 static const struct Configuration struct in gl4cts::IncompleteTextureAccess::SamplerTest
118 glw::GLenum texture_target;
119 const glw::GLchar *sampler_template;
120 const glw::GLchar *fetch_template;
121 glw::GLfloat expected_result[4];
122 bool is_shadow;
/external/openscreen/cast/streaming/
Dsender_session.h95 struct Configuration { struct
99 IPAddress remote_address;
102 Client* const client;
106 Environment* environment;
132 explicit SenderSession(Configuration config); argument
/external/aws-sdk-java-v2/docs/
DLaunchChangelog.md209 ### 1.3.1. Client HTTP Configuration
231 ### 1.3.2. Client HTTP Proxy Configuration
248 ### 1.3.3. Client Override Configuration
268 ### 1.3.4. Client Override Retry Configuration
280 ### 1.3.5. Async Configuration
290 ### 1.3.6. Other Options
/external/ltp/testcases/network/
DREADME.md29 ### FTP and telnet setup
47 ### HTTP setup
50 ### NFS setup
58 ### TI-RPC / Sun RPC setup
/external/pigweed/pw_doctor/
Ddocs.rst32 Configuration subtitle
41 .. _Pigweed Bug Tracker: https://issues.pigweed.dev/new
/external/aws-sdk-java-v2/docs/design/
DClientConfiguration.md24 private SdkClientConfiguration(DefaultSdkConfigurationBuilder builder) {
86 #### Configuration Fields
/external/rust/crates/tokio-macros/src/
Dentry.rs43 struct Configuration { struct
53 impl Configuration { argument
/external/testng/src/main/java/org/testng/internal/
DConfiguration.java11 public class Configuration implements IConfiguration { class
21 public Configuration() { in Configuration() method in Configuration
25 public Configuration(IAnnotationFinder finder) { in Configuration() method in Configuration
/external/skia/bazel/exporter/build_proto/analysis_v2/
Danalysis_v2.pb.go48Configuration []*Configuration `protobuf:"bytes,5,rep,name=configuration,proto3" json:"conf… member
687 type Configuration struct { struct
688 state protoimpl.MessageState
689 sizeCache protoimpl.SizeCache
690 unknownFields protoimpl.UnknownFields
694 Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
696 Mnemonic string `protobuf:"bytes,2,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"`
698 …`protobuf:"bytes,3,opt,name=platform_name,json=platformName,proto3" json:"platform_name,omitempty"`
700 Checksum string `protobuf:"bytes,4,opt,name=checksum,proto3" json:"checksum,omitempty"`
702 IsTool bool `protobuf:"varint,5,opt,name=is_tool,json=isTool,proto3" json:"is_tool,omitempty"`
[all …]
/external/rust/crates/googletest/
DREADME.md327 ## Configuration section in GoogleTest Rust
334 ### Configuration variable list
/external/python/cpython2/Doc/using/
Dmac.rst106 Configuration section in Getting and Installing MacPython
120 .. _ide:
/external/python/cpython3/Doc/using/
Dmac.rst99 Configuration section in Getting and Installing MacPython
113 .. _ide:
/external/cronet/testing/libfuzzer/
Dreference.md5 ### MSan
13 ### UBSan
/external/openthread/src/posix/platform/
Dconfiguration.hpp56 class Configuration : public Logger<Configuration> class
61 Configuration(void) in Configuration() function in ot::Posix::Configuration
/external/rust/crates/googletest/src/matchers/
Dstr_matcher.rs385 struct Configuration { struct
386 mode: MatchMode,
387 ignore_leading_whitespace: bool,
388 ignore_trailing_whitespace: bool,
389 case_policy: CasePolicy,
390 times: Option<Box<dyn Matcher<ActualT = usize>>>,
417 impl Configuration { impl
578 impl Default for Configuration { implementation
/external/pigweed/docs/
Dbuild_system.rst726 Configuration section in The Bazel build
735 Selects
751 Compatibility lists
787 Flags/build settings
841 Facades and backends tutorial
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/
DMacros-Configuration.rst2 .. |Configuration| replace:: `Configuration`_ substdef

123456