Home
last modified time | relevance | path

Searched +full:- +full:- +full:preset +full:- +full:default (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/external/xz-java/src/org/tukaani/xz/
DLZMA2Options.java26 * Minimum valid compression preset level is 0.
31 * Maximum valid compression preset level is 9.
36 * Default compression preset level is 6.
59 * The default dictionary size is 8 MiB.
69 * The default number of literal context bits is 3.
74 * The default number of literal position bits is 0.
84 * The default number of position bits is 2.
117 * Match finder: Hash Chain 2-3-4
122 * Match finder: Binary tree 2-3-4
143 * Creates new LZMA2 options and sets them to the default values.
[all …]
/external/python/cpython3/Lib/
Dlzma.py5 one-shot (de)compression.
45 Note that LZMAFile provides a *binary* file interface - data read
50 format=None, check=-1, preset=None, filters=None): argument
51 """Open an LZMA-compressed file in binary mode.
58 mode can be "r" for reading (default), "w" for (over)writing,
64 default is FORMAT_XZ.
68 the default is CHECK_CRC64. FORMAT_ALONE and FORMAT_RAW do not
69 support integrity checks - for these formats, check must be
72 When opening a file for reading, the *preset* argument is not
78 compressor can be specified either as a preset compression
[all …]
/external/python/cpython3/Doc/library/
Dlzma.rst1 :mod:`lzma` --- Compression using the LZMA algorithm
14 --------------
23 thread-safe, so if you need to use a single :class:`LZMAFile` instance
34 ------------------------------------
36 .. function:: open(filename, mode="rb", *, format=None, check=-1, preset=None, filters=None, encodi…
38 Open an LZMA-compressed file in binary or text mode, returning a :term:`file
42 :class:`str`, :class:`bytes` or :term:`path-like <path-like object>` object), in
48 ``"wt"``, ``"xt"``, or ``"at"`` for text mode. The default is ``"rb"``.
52 and *preset* arguments should not be used.
54 When opening a file for writing, the *format*, *check*, *preset* and
[all …]
/external/webrtc/tools_webrtc/network_emulator/
Demulate.py5 # Use of this source code is governed by a BSD-style license
22 # Default port range to apply network constraints on.
64 """Define and parse the command-line arguments."""
70 '-- ---- --------- -------- ----- ------- ------\n'
72 parser.add_option('-p',
73 '--preset',
75 default=_DEFAULT_PRESET_ID,
77 'Default: %default'))
78 parser.add_option('-r',
79 '--receive-bw',
[all …]
/external/sg3_utils/doc/
Dsg_format.81 .TH SG_FORMAT "8" "February 2022" "sg3_utils\-1.48" SG3_UTILS
3 sg_format \- format, format with preset, resize SCSI disk; format tape
6 [\fI\-\-cmplst=\fR{0|1}] [\fI\-\-count=COUNT\fR] [\fI\-\-dcrt\fR]
7 [\fI\-\-dry\-run\fR] [\fI\-\-early\fR] [\fI\-\-ffmt=FFMT\fR]
8 [\fI\-\-fmtmaxlba\R] [\fI\-\-fmtpinfo=FPI\fR] [\fI\-\-format\fR]
9 [\fI\-\-help\fR] [\fI\-\-ip\-def\fR] [\fI\-\-long\fR] [\fI\-\-mode=MP\fR]
10 [\fI\-\-pfu=PFU\fR] [\fI\-\-pie=PIE\fR] [\fI\-\-pinfo\fR] [\fI\-\-poll=PT\fR]
11 [\fI\-\-preset=ID\fR] [\fI\-\-quick\fR] [\fI\-\-resize\fR] [\fI\-\-rto_req\fR]
12 [\fI\-\-security\fR] [\fI\-\-six\fR] [\fI\-\-size=LB_SZ\fR]
13 [\fI\-\-tape=FM\fR] [\fI\-\-timeout=SECS\fR] [\fI\-\-verbose\fR]
[all …]
/external/python/cpython3/Modules/
D_lzmamodule.c1 /* _lzma - Low-level Python interface to liblzma.
26 On failure, return -1 */
40 On failure, return -1 */
73 if (!PyThread_acquire_lock((obj)->lock, 0)) { \
75 PyThread_acquire_lock((obj)->lock, 1); \
78 #define RELEASE_LOCK(obj) PyThread_release_lock((obj)->lock)
139 PyErr_SetString(state->error, "Unsupported integrity check"); in catch_lzma_error()
145 PyErr_SetString(state->error, "Memory usage limit exceeded"); in catch_lzma_error()
148 PyErr_SetString(state->error, "Input format not supported by decoder"); in catch_lzma_error()
151 PyErr_SetString(state->error, "Invalid or unsupported options"); in catch_lzma_error()
[all …]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/xz/
DXZCompressorOutputStream.java10 * http://www.apache.org/licenses/LICENSE-2.0
36 * Creates a new XZ compressor using the default LZMA2 options.
47 * Creates a new XZ compressor using the specified LZMA2 preset level.
49 * The presets 0-3 are fast presets with medium compression.
50 * The presets 4-6 are fairly slow presets with high compression.
51 * The default preset is 6.
53 * The presets 7-9 are like the preset 6 but use bigger dictionaries
59 * @param preset the preset
62 public XZCompressorOutputStream(final OutputStream outputStream, final int preset) in XZCompressorOutputStream() argument
64 out = new XZOutputStream(outputStream, new LZMA2Options(preset)); in XZCompressorOutputStream()
/external/autotest/client/site_tests/power_VideoCall/
Dcontrol.option14 This test accepts command line arguments to override default arguments to
17 Default Workload
18 - Camera preview in 720p using VP9 codec.
19 - Four 720p 30fps video playback with two VP8 videos and two VP9 videos.
20 - Google Doc with emulated typing.
22 The default run time is 2 hours to allow the DUT to heat up to steady state.
30 preset = str(args_dict.get('preset', ''))
43 duration=duration, preset=preset, video_url=video_url,
/external/python/cpython3/PC/layout/support/
Doptions.py20 "pip-user": {"help": "pip.ini file for default --user"},
29 "underpth": {"help": "a python._pth file", "not-in-all": True},
35 "html-doc": {"help": "the HTML documentation"},
45 "pip-user",
70 "default": {
83 "html-doc",
88 "options": ["stable", "zip-lib", "flat-dlls", "underpth", "precompile"],
97 if info.get("not-in-all"):
98 help = "{}. Not affected by --include-all".format(help)
100 yield "--include-{}".format(opt), help
[all …]
/external/xz-java/src/
DXZSeekEncDemo.java15 * a random-accessible .xz file.
17 * Arguments: [preset [block size]]
19 * Preset is an LZMA2 preset level which is an integer in the range [0, 9].
20 * The default is 6.
23 * XZ Block. The default is 1 MiB (1048576 bytes). Bigger means better
54 if (size == -1) in main()
58 left -= size; in main()
/external/webp/doc/
Dtools.md11 cwebp input.png -q 80 -o output.webp
15 a 0->100 scale (0 being the lowest quality, 100 being the best. Default value is
18 You might want to try the `-lossless` flag too, which will compress the source
19 (in RGBA format) without any loss. The `-q` quality parameter will in this case
23 A longer list of options is available using the `-longhelp` command line flag:
26 > cwebp -longhelp
28 cwebp [-preset <...>] [options] in_file [-o out_file]
31 If input size (-s) for an image is not specified, it is assumed to be a PNG,
37 -h / -help ............. short help
38 -H / -longhelp ......... long help
[all …]
/external/trusty/arm-trusted-firmware/plat/brcm/board/stingray/include/
Dsdio.h2 * Copyright (c) 2019-2020, Broadcom
4 * SPDX-License-Identifier: BSD-3-Clause
171 * drivestrength - 12:11
172 * clkgensel - b10
173 * sdkclkfreqsel - 9:0
176 * SDR25_PRESET 25:13 Preset Value for SDR25
177 * SDR50_PRESET 12:0 Preset Value for SDR50
185 * drivestrength - 12:11
186 * clkgensel - b10
187 * sdkclkfreqsel - 9:0
[all …]
/external/arm-trusted-firmware/plat/brcm/board/stingray/include/
Dsdio.h2 * Copyright (c) 2019-2020, Broadcom
4 * SPDX-License-Identifier: BSD-3-Clause
171 * drivestrength - 12:11
172 * clkgensel - b10
173 * sdkclkfreqsel - 9:0
176 * SDR25_PRESET 25:13 Preset Value for SDR25
177 * SDR50_PRESET 12:0 Preset Value for SDR50
185 * drivestrength - 12:11
186 * clkgensel - b10
187 * sdkclkfreqsel - 9:0
[all …]
/external/sg3_utils/src/
Dsg_format.c5 * formerly called blk512-linux.c (v0.4)
7 * Copyright (C) 2003 Grant Grundler grundler at parisc-linux dot org
8 * Copyright (C) 2003 James Bottomley jejb at parisc-linux dot org
9 * Copyright (C) 2005-2022 Douglas Gilbert dgilbert at interlog dot com
16 * SPDX-License-Identifier: GPL-2.0-or-later
19 * draft is SBC-4 revision 2.
46 #define RW_ERROR_RECOVERY_PAGE 1 /* can give alternate with --mode=MP */
48 #define SHORT_TIMEOUT 20 /* 20 seconds unless --wait given */
57 #define DEF_POLL_TYPE_RS false /* false -> test unit ready;
58 true -> request sense */
[all …]
/external/oboe/include/oboe/
DDefinitions.h8 * http://www.apache.org/licenses/LICENSE-2.0
97 Invalid = -1, // AAUDIO_FORMAT_INVALID,
107 * Signed 16-bit integers.
116 * a low-latency input path on OpenSL ES or Legacy AAudio streams.
121 * Signed 24-bit integers, packed into 3 bytes.
132 * Signed 32-bit integers.
174 ErrorBase = -900, // AAUDIO_ERROR_BASE,
175 ErrorDisconnected = -899, // AAUDIO_ERROR_DISCONNECTED,
176 ErrorIllegalArgument = -898, // AAUDIO_ERROR_ILLEGAL_ARGUMENT,
177 ErrorInternal = -896, // AAUDIO_ERROR_INTERNAL,
[all …]
/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/integrations/espresso/
DAccessibilityValidator.java7 * http://www.apache.org/licenses/LICENSE-2.0
65 private AccessibilityCheckPreset preset = AccessibilityCheckPreset.LATEST; field in AccessibilityValidator
96 * Runs accessibility checks with default parameters. The default parameters can be set using
116 * Runs accessibility checks with default parameters and returns the list of results. If the
117 * result is not needed, call {@link #check(View)} instead. The default parameters can be set
146 * Specify the set of checks to be run. The default is {link AccessibilityCheckPreset.LATEST}.
148 * @param preset The preset specifying the group of checks to run.
152 public AccessibilityValidator setCheckPreset(AccessibilityCheckPreset preset) { in setCheckPreset() argument
153 this.preset = preset; in setCheckPreset()
159 * check only views in the hierarchy rooted at the passed in view. Default: {@code false}
[all …]
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dtest_config_script.py10 test_config_script.py -d old
12 test_config_script.py -d new
13 diff -ru old new
17 ## SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
27 OUTPUT_FILE_PREFIX = 'config-'
55 help_text should be the output from running the script with --help.
58 hits = re.findall(r'\{([-\w,]+)\}', help_text)
67 hits = re.findall(r'\n +([-\w]+) +- ', help_text)
70 raise Exception("Unable to figure out supported presets. Pass the '-p' option.")
76 extracted from running the config script with --help.
[all …]
/external/mbedtls/tests/scripts/
Dtest_config_script.py10 test_config_script.py -d old
12 test_config_script.py -d new
13 diff -ru old new
17 ## SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
27 OUTPUT_FILE_PREFIX = 'config-'
55 help_text should be the output from running the script with --help.
58 hits = re.findall(r'\{([-\w,]+)\}', help_text)
67 hits = re.findall(r'\n +([-\w]+) +- ', help_text)
70 raise Exception("Unable to figure out supported presets. Pass the '-p' option.")
76 extracted from running the config script with --help.
[all …]
/external/google-cloud-java/java-video-transcoder/proto-google-cloud-video-transcoder-v1/src/main/java/com/google/cloud/video/transcoder/v1/
DJobOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
62 * formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
79 * formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
95 * `gs://my-bucket/outputs/`. See [Supported input and output
96 * formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
111 * `gs://my-bucket/outputs/`. See [Supported input and output
112 * formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
126 * The default is `preset/web-hd`, which is the only supported preset.
140 * The default is `preset/web-hd`, which is the only supported preset.
154 * The default is `preset/web-hd`, which is the only supported preset.
[all …]
/external/webp/examples/
Dcwebp.c3 // Use of this source code is governed by a BSD-style license
8 // -----------------------------------------------------------------------------
45 //------------------------------------------------------------------------------
51 const int use_argb = pic->use_argb; in ReadYUV()
52 const int uv_width = (pic->width + 1) / 2; in ReadYUV()
53 const int uv_height = (pic->height + 1) / 2; in ReadYUV()
54 const int y_plane_size = pic->width * pic->height; in ReadYUV()
65 pic->use_argb = 0; in ReadYUV()
67 ImgIoUtilCopyPlane(data, pic->width, pic->y, pic->y_stride, in ReadYUV()
68 pic->width, pic->height); in ReadYUV()
[all …]
/external/python/google-api-python-client/docs/dyn/
Dtranscoder_v1.projects.locations.jobs.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
DPresets.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * Preset configuration for example-based explanations
75 * Preset option controlling parameters for query speed-precision trade-off
85 * More precise neighbors as a trade-off against slower response.
95 * Faster response as a trade-off against less precise neighbors.
101 UNRECOGNIZED(-1),
108 * More precise neighbors as a trade-off against slower response.
118 * Faster response as a trade-off against less precise neighbors.
153 default: in forNumber()
191 if (desc.getIndex() == -1) { in valueOf()
[all …]
/external/xz-java/
DNEWS5 1.9 (2021-03-12)
11 support .7z files created by certain very old 7-Zip versions.
13 though the uncompressed size is known. 7-Zip supports such files
23 * Add module-info.java as multi-release JAR. The attribute
24 Automatic-Module-Name was removed.
28 for module-info support but otherwise the code should still be
31 1.8 (2018-01-04)
40 running "ant". Set it to 1.6 or higher. The default value 1.5
43 * Add "Automatic-Module-Name" = "org.tukaani.xz".
45 1.7 (2017-12-29)
[all …]
/external/mesa3d/src/gallium/frontends/va/
Dpicture.c21 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
44 if (surf->ctx == context) in vlVaSetSurfaceContext()
47 if (surf->ctx) { in vlVaSetSurfaceContext()
48 assert(_mesa_set_search(surf->ctx->surfaces, surf)); in vlVaSetSurfaceContext()
49 _mesa_set_remove_key(surf->ctx->surfaces, surf); in vlVaSetSurfaceContext()
57 if (surf->fence && !context->decoder && in vlVaSetSurfaceContext()
58 context->templat.entrypoint == PIPE_VIDEO_ENTRYPOINT_PROCESSING && in vlVaSetSurfaceContext()
59 surf->ctx->decoder && surf->ctx->decoder->destroy_fence && in vlVaSetSurfaceContext()
60 !drv->pipe->screen->get_video_param(drv->pipe->screen, in vlVaSetSurfaceContext()
64 surf->ctx->decoder->destroy_fence(surf->ctx->decoder, surf->fence); in vlVaSetSurfaceContext()
[all …]
/external/xz-java/src/org/tukaani/xz/lz/
DLZEncoder.java5 * Igor Pavlov <http://7-zip.org/>
39 final int bufSize; // To avoid buf.length with an array-cached buf.
41 int readPos = -1;
42 private int readLimit = -1;
53 positions[i] -= normalizationOffset; in normalize()
89 default: in getMemoryUsage()
158 * Sets a preset dictionary. If a preset dictionary is wanted, this
167 // If the preset dictionary buffer is bigger than the dictionary in setPresetDict()
168 // size, copy only the tail of the preset dictionary. in setPresetDict()
170 int offset = presetDict.length - copySize; in setPresetDict()
[all …]

12345678910>>...14