Home
last modified time | relevance | path

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

123

/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_interface.h45 struct Configuration { struct
51 bool audio = false;
52 bool receiver_only = false;
55 Clock* clock = nullptr;
57 ReceiveStatisticsProvider* receive_statistics = nullptr;
61 Transport* outgoing_transport = nullptr;
64 RtcpIntraFrameObserver* intra_frame_callback = nullptr;
67 RtcpLossNotificationObserver* rtcp_loss_notification_observer = nullptr;
71 RtcpBandwidthObserver* bandwidth_callback = nullptr;
73 NetworkStateEstimateObserver* network_state_estimate_observer = nullptr;
[all …]
/external/swiftshader/src/System/
DSwiftConfig.hpp24 struct Configuration struct
26 enum class AffinityPolicy : int
37 uint32_t threadCount = 0;
40 uint64_t affinityMask = 0xffffffffffffffff;
41 AffinityPolicy affinityPolicy = AffinityPolicy::AnyOf;
45 std::string asmEmitDir = "";
49 bool enableSpirvProfiling = false;
51 uint64_t spvProfilingReportPeriodMs = 1000;
53 std::string spvProfilingReportDir = "";
/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/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/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];
/external/ltp/testcases/network/
DREADME.md29 ### FTP and telnet setup
47 ### HTTP setup
50 ### NFS setup
58 ### TI-RPC / Sun RPC setup
/external/rust/crates/tokio-macros/src/
Dentry.rs41 struct Configuration { struct
50 impl Configuration { implementation
/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/python/cpython2/Doc/using/
Dmac.rst106 Configuration section in Getting and Installing MacPython
120 .. _ide:
/external/python/cpython3/Doc/using/
Dmac.rst98 Configuration section in Getting and Installing MacPython
112 .. _ide:
/external/pigweed/docs/
Dbuild_system.rst657 Configuration section in The Bazel build
666 Selects
682 Compatibility lists
715 Flags/build settings
768 Pigweeds configuration
/external/rust/crates/rayon-core/src/
Dlib.rs177 pub struct Configuration { struct
178 builder: ThreadPoolBuilder,
587 impl Configuration { impl
610 pub fn num_threads(mut self, num_threads: usize) -> Configuration { in num_threads() method
741 impl Default for Configuration { implementation
750 impl fmt::Debug for Configuration { implementation
/external/pigweed/pw_sys_io_mcuxpresso/
Ddocs.rst26 Configuration chapter
/external/autotest/server/cros/cfm/configurable_test/
DREADME.md38 ## Configuration section in Configurable CfM Tests
Dconfiguration.py1 class Configuration(object): class
/external/angle/third_party/vulkan_memory_allocator/docs/
DRecording file format.md28 # Configuration chapter
/external/skia/site/docs/dev/tools/
Dmarkdown.md98 ## Configuration section
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
DConfiguration.java22 public interface Configuration { interface
/external/pigweed/pw_target_runner/
Ddocs.rst38 Configuration section in Standalone executable
/external/pigweed/pw_crypto/
Ddocs.rst85 Configuration chapter
/external/robolectric/pluginapi/src/main/java/org/robolectric/pluginapi/config/
DConfigurationStrategy.java32 interface Configuration { interface
/external/robolectric/scripts/
Drelease-notes-template.md12 ## Configuration section
/external/opencensus-java/contrib/agent/
DREADME.md71 ## Configuration section in OpenCensus Agent for Java
/external/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
DREADME.md37 ## Configuration section in lws minimal dbus ws proxy

123