Home
last modified time | relevance | path

Searched +full:- +full:- +full:disable +full:- +full:alt +full:- +full:svc (Results 1 – 25 of 70) sorted by relevance

123

/external/curl/docs/libcurl/opts/
DCURLOPT_ALTSVC.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLOPT_ALTSVC_CTRL (3)
9 - CURLOPT_CONNECT_TO (3)
10 - CURLOPT_COOKIEFILE (3)
11 - CURLOPT_RESOLVE (3)
13 - HTTP
14 ---
15 <!-- markdown-link-check-disable -->
[all …]
DCURLOPT_SSL_VERIFYPEER.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLINFO_CAINFO (3)
9 - CURLINFO_CAPATH (3)
10 - CURLOPT_CAINFO (3)
11 - CURLOPT_PROXY_SSL_VERIFYHOST (3)
12 - CURLOPT_PROXY_SSL_VERIFYPEER (3)
13 - CURLOPT_SSL_VERIFYHOST (3)
15 - TLS
[all …]
/external/libvpx/
DCHANGELOG1 2024-05-21 v1.14.1 "Venetian Duck"
4 - Upgrading:
7 - Enhancement:
13 - Bug fixes:
17 Free row mt memory before freeing cpi->tile_data.
19 Fix to VP8 race issue for multi-thread with pnsr_calc.
22 Fix to integer overflow in vpx_img_alloc() & vpx_img_wrap()(CVE-2024-5197).
28 2024-01-02 v1.14.0 "Venetian Duck"
31 feature). It adds support for run-time CPU feature detection for Arm
34 - Upgrading:
[all …]
/external/libvpx/vpx/
Dvp8cx.h4 * Use of this source code is governed by a BSD-style license
46 /*!@} - end algorithm interface member group*/
63 /*!@} - end algorithm interface member group*/
87 * When this flag is set, the encoder will not use the alt ref frame as a
89 * alt ref frame or not automatically.
109 * When this flag is set, the encoder will not update the alt ref frame with
128 /*!\brief Disable entropy update
167 * \note Valid range for VP8: -16..16
168 * \note Valid range for VP9: -9..9
169 * \note A negative value (-n) is treated as its absolute value (n) in VP9.
[all …]
/external/curl/docs/
DCURL-DISABLE.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
7 # Code defines to disable features and protocols
11 Disable support for Alt-Svc: HTTP headers.
15 Disable support for binding the local end of connections.
19 Disable support for HTTP cookies.
23 Disable support for the Basic authentication methods.
27 Disable support for the Bearer authentication methods.
31 Disable support for the Digest authentication methods.
[all …]
DHTTP2.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
10 [HTTP/2 Spec](https://www.rfc-editor.org/rfc/rfc7540.txt)
14 -------------------
15 - nghttp2
16 - OpenSSL, libressl, BoringSSL, GnuTLS, mbedTLS, wolfSSL or Schannel
20 -------------------------------
30 -------------------
41 --------------------
[all …]
DINSTALL.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
22 ./bootstrap-vcpkg.sh
33 the `GIT-INFO.md` file in the root directory for specific instructions on how
41 ./configure --with-openssl [--with-gnutls --with-wolfssl]
52 ./configure --help
57 ./configure --prefix=/path/to/curl/tree
63 ./configure --prefix=$HOME
72 ./configure --with-openssl
[all …]
Doptions-in-versions13 --abstract-unix-socket 7.53.0
14 --alt-svc 7.64.1
15 --anyauth 7.10.6
16 --append (-a) 4.8
17 --aws-sigv4 7.75.0
18 --basic 7.10.6
19 --ca-native 8.2.0
20 --cacert 7.5
21 --capath 7.9.8
22 --cert (-E) 5.0
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-P2P1 wpa_supplicant and Wi-Fi P2P
4 This document describes how the Wi-Fi P2P implementation in
10 Introduction to Wi-Fi P2P
11 -------------------------
15 More information about Wi-Fi P2P is available from Wi-Fi Alliance:
16 http://www.wi-fi.org/Wi-Fi_Direct.php
20 -----------------------------
26 ----------------------------
28 Wi-Fi P2P is an optional component that needs to be enabled in the
30 configuration that includes Wi-Fi P2P support and Linux nl80211
[all …]
/external/curl/
Dconfigure.ac21 # SPDX-License-Identifier: curl
29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/])
67 if test -z "$SED"; then
71 if test -z "$SED" || test "$SED" = "not_found"; then
79 if test -z "$GREP"; then
83 if test -z "$GREP" || test "$GREP" = "not_found"; then
89 dnl 'grep -E' is mandatory for configure process and libtool.
91 if test -z "$EGREP"; then
93 AC_MSG_CHECKING([that grep -E works])
94 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then
[all …]
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/core/v3/
Dprotocol.proto21 option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3";
24 // [#protodoc-title: Protocol options]
26 // [#not-implemented-hide:]
33 // Note that QUIC keep-alive probing packets work differently from HTTP/2 keep-alive PINGs in a sen…
36 …// The max interval for a connection to send keep-alive probing packets (with PING or PATH_RESPONS…
40 // If zero, disable keepalive probing.
47 …// The interval to send the first few keep-alive probing packets to prevent connection from hittin…
51 …// If absent or zero, disable keepalive probing for a server connection. For a client connection, …
59 // [#next-free-field: 6]
65 // `Initial stream-level flow-control receive window
[all …]
/external/libvpx/vp9/encoder/
Dvp9_speed_features.c4 * Use of this source code is governed by a BSD-style license
36 // Intra only frames, golden frames (except alt ref overlays) and
37 // alt ref frames tend to be coded at a higher than ambient quality
49 unsigned int screen_area = (cm->width * cm->height); in set_partition_min_limit()
67 VP9_COMMON *const cm = &cpi->common; in set_good_speed_feature_framesize_dependent()
68 const int min_frame_size = VPXMIN(cm->width, cm->height); in set_good_speed_feature_framesize_dependent()
76 sf->partition_search_breakout_thr.dist = (1 << 20); in set_good_speed_feature_framesize_dependent()
77 sf->partition_search_breakout_thr.rate = 80; in set_good_speed_feature_framesize_dependent()
78 sf->use_square_only_thresh_high = BLOCK_SIZES; in set_good_speed_feature_framesize_dependent()
79 sf->use_square_only_thresh_low = BLOCK_4X4; in set_good_speed_feature_framesize_dependent()
[all …]
Dvp9_ratectrl.c4 * Use of this source code is governed by a BSD-style license
119 return QINDEX_RANGE - 1; in get_minq_index()
128 kf_low_m[i] = get_minq_index(maxq, 0.000001, -0.0004, 0.150, bit_depth); in init_minq_luts()
129 kf_high_m[i] = get_minq_index(maxq, 0.0000021, -0.00125, 0.45, bit_depth); in init_minq_luts()
131 arfgf_low[i] = get_minq_index(maxq, 0.0000015, -0.0009, 0.275, bit_depth); in init_minq_luts()
132 inter[i] = get_minq_index(maxq, 0.00000271, -0.00113, 0.80, bit_depth); in init_minq_luts()
134 arfgf_low[i] = get_minq_index(maxq, 0.0000015, -0.0009, 0.30, bit_depth); in init_minq_luts()
135 inter[i] = get_minq_index(maxq, 0.00000271, -0.00113, 0.70, bit_depth); in init_minq_luts()
137 arfgf_high[i] = get_minq_index(maxq, 0.0000021, -0.00125, 0.55, bit_depth); in init_minq_luts()
138 rtc[i] = get_minq_index(maxq, 0.00000271, -0.00113, 0.70, bit_depth); in init_minq_luts()
[all …]
Dvp9_encoder.c4 * Use of this source code is governed by a BSD-style license
123 VP9_COMMON *const cm = &cpi->common; in is_spatial_denoise_enabled()
124 const VP9EncoderConfig *const oxcf = &cpi->oxcf; in is_spatial_denoise_enabled()
126 return (oxcf->pass != 1) && !is_lossless_requested(&cpi->oxcf) && in is_spatial_denoise_enabled()
134 const VP9_COMMON *const cm = &cpi->common; in compute_context_model_thresh()
135 const VP9EncoderConfig *const oxcf = &cpi->oxcf; in compute_context_model_thresh()
136 const int frame_size = (cm->width * cm->height) >> 10; in compute_context_model_thresh()
137 const int bitrate = (int)(oxcf->target_bandwidth >> 10); in compute_context_model_thresh()
138 const int qindex_factor = cm->base_qindex + (MAXQ >> 1); in compute_context_model_thresh()
148 ((FRAME_SIZE_FACTOR * frame_size - FRAME_RATE_FACTOR * bitrate) * in compute_context_model_thresh()
[all …]
/external/curl/.github/workflows/
Dmacos.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
18 - 'packages/**'
[all …]
/external/curl/lib/
Dcurl_config.h.in3 /* Ignore c-ares deprecation warnings */
21 /* disable alt-svc */
24 /* to disable AWS sig support */
27 /* to disable basic authentication */
30 /* to disable bearer authentication */
33 /* disable local binding support */
36 /* to disable cookies support */
39 /* to disable DICT */
42 /* to disable digest authentication */
45 /* disable DoH */
[all …]
Dcurl_config.h4 /* Ignore c-ares deprecation warnings */
22 /* disable alt-svc */
25 /* to disable cookies support */
28 /* to disable DICT */
31 /* disable DoH */
34 /* to disable FILE */
37 /* disable form API */
40 /* to disable FTP */
43 /* to disable curl_easy_options */
46 /* to disable Gopher */
[all …]
/external/curl/docs/cmdline-opts/
DMakefile.inc21 # SPDX-License-Identifier: curl
48 abstract-unix-socket.md \
49 alt-svc.md \
52 aws-sigv4.md \
54 ca-native.md \
57 cert-status.md \
58 cert-type.md \
61 compressed-ssh.md \
64 connect-timeout.md \
65 connect-to.md \
[all …]
/external/curl/src/
Dtool_listhelp.c21 * SPDX-License-Identifier: curl
36 {" --abstract-unix-socket <path>",
39 {" --alt-svc <filename>",
40 "Enable alt-svc with this cache file",
42 {" --anyauth",
45 {"-a, --append",
48 {" --aws-sigv4 <provider1[:prvdr2[:reg[:srv]]]>",
51 {" --basic",
54 {" --ca-native",
57 {" --cacert <file>",
[all …]
/external/cronet/components/cronet/android/api/src/org/chromium/net/
DQuicOptions.java2 // Use of this source code is governed by a BSD-style license that can be
18 * {@link org.chromium.net.CronetEngine.Builder#enableQuic(boolean)} to enable / disable QUIC for
189 * <p>If no hosts are specified, the per-host allowlist functionality is disabled.
251 * Sets how many server configurations (metadata like list of alt svc, whether QUIC is
281 * using any {@code alt-svc} servers.
292 * Sets whether TLS with 0-RTT should be enabled.
294 * <p>0-RTT is a performance optimization avoiding an extra round trip when resuming
297 * @see <a href="https://blog.cloudflare.com/introducing-0-rtt/">Cloudflare's 0-RTT
346 * <p>When the retransmittable-on-wire time is exceeded Cronet will probe quality of the
474 * (<code>net-dev@chromium.org</code>) before using one of the APIs annotated as experimental
[all …]
/external/libaom/aom/
Daomcx.h60 /*!@} - end algorithm interface member group */
97 * When this flag is set, the encoder will not use the alt ref frame as a
99 * alt ref frame or not automatically.
133 * When this flag is set, the encoder will not update the alt ref frame with
137 /*!\brief Disable entropy update
143 /*!\brief Disable ref frame mvs
172 * The range of encode control ID is 7-229(max).
225 * - 0 = disable
226 * - 1 = enable (default)
235 * This parameter controls the level at which rate-distortion optimization of
[all …]
/external/curl/docs/libcurl/
Dcurl_easy_setopt.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - curl_easy_cleanup (3)
9 - curl_easy_getinfo (3)
10 - curl_easy_init (3)
11 - curl_easy_option_by_id (3)
12 - curl_easy_option_by_name (3)
13 - curl_easy_option_next (3)
14 - curl_easy_reset (3)
[all …]
/external/curl/scripts/
Dciconfig.pl22 # SPDX-License-Identifier: curl
29 # --enable-
32 'fast-install' => 1,
33 'silent-rules' => 1,
52 'libcurl-option' => 1,
55 'openssl-auto-load-config' => 1,
56 'versioned-symbols' => 1,
57 'symbol-hiding' => 1,
58 'threaded-resolver' => 1,
61 'basic-auth' => 1,
[all …]
/external/cronet/net/quic/
Dquic_network_transaction_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
181 std::string altsvc_header = "Alt-Svc: "; in GenerateQuicAltSvcHeader()
375 return client_maker_->MakeAckPacket(packet_number, largest_received, in ConstructClientAckPacket()
385 return client_maker_->MakeAckAndRstPacket( in ConstructClientAckAndRstPacket()
393 return client_maker_->MakeRstPacket(num, stream_id, error_code, in ConstructClientRstPacket()
405 return client_maker_->MakeAckAndConnectionClosePacket( in ConstructClientAckAndConnectionClosePacket()
419 return client_maker_->MakeInitialSettingsPacket(packet_number); in ConstructInitialSettingsPacket()
434 return maker->GetRequestHeaders(method, scheme, path); in GetRequestHeaders()
438 return client_maker_->ConnectRequestHeaders(host_port); in ConnectRequestHeaders()
464 return client_maker_->MakeDataPacket(packet_number, stream_id, fin, data); in ConstructClientDataPacket()
[all …]
/external/cronet/android/java/src/android/net/http/
DQuicOptions.java2 // Use of this source code is governed by a BSD-style license that can be
21 * {@link HttpEngine.Builder#setEnableQuic(boolean)} to enable / disable QUIC for
184 * <p>If no hosts are specified, the per-host allowlist functionality is disabled.
196 * Sets how many server configurations (metadata like list of alt svc, whether QUIC is
231 * <p>See <a href="https://www.rfc-editor.org/rfc/rfc9114.html#name-idle-connections">RFC
259 * <p>It's highly recommended to reach out to Cronet maintainers ({@code net-dev@chromium.org})
261 * and proof-of-concept code. Be ready to help to help polishing the API, or for a "sorry,

123