Home
last modified time | relevance | path

Searched refs:preset (Results 1 – 25 of 45) sorted by relevance

12

/external/lzma/Java/Tukaani/src/org/tukaani/xz/
DLZMA2Options.java161 public LZMA2Options(int preset) throws UnsupportedOptionsException { in LZMA2Options() argument
162 setPreset(preset); in LZMA2Options()
199 public void setPreset(int preset) throws UnsupportedOptionsException { in setPreset() argument
200 if (preset < 0 || preset > 9) in setPreset()
202 "Unsupported preset: " + preset); in setPreset()
207 dictSize = presetToDictSize[preset]; in setPreset()
209 if (preset <= 3) { in setPreset()
212 niceLen = preset <= 1 ? 128 : NICE_LEN_MAX; in setPreset()
213 depthLimit = presetToDepthLimit[preset]; in setPreset()
217 niceLen = (preset == 4) ? 16 : (preset == 5) ? 32 : 64; in setPreset()
/external/valgrind/none/tests/x86/
Dgen_insn_test.pl209 foreach my $preset (split(/\s+/, $presets))
211 … if ($preset =~ /^([abcd][lh]|[abcd]x|e[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
222 my $preset = {
231 push @presets, $preset;
248 elsif ($preset =~ /^st([0-9]+)\.(ps|pd)\[([^\]]+)\]$/)
259 my $preset = {
268 push @presets, $preset;
285 elsif ($preset =~ /^(eflags)\[([^\]]+)\]$/)
296 elsif ($preset =~ /^(fpucw)\[([^\]]+)\]$/)
307 elsif ($preset =~ /^(fpusw)\[([^\]]+)\]$/)
[all …]
/external/valgrind/none/tests/amd64/
Dgen_insn_test.pl232 foreach my $preset (split(/\s+/, $presets))
234 …if ($preset =~ /^([abcd][lh]|[abcd]x|e[abcd]x|r[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)…
245 my $preset = {
254 push @presets, $preset;
271 elsif ($preset =~ /^st([0-9]+)\.(ps|pd)\[([^\]]+)\]$/)
282 my $preset = {
291 push @presets, $preset;
308 elsif ($preset =~ /^(eflags)\[([^\]]+)\]$/)
319 elsif ($preset =~ /^(fpucw)\[([^\]]+)\]$/)
330 elsif ($preset =~ /^(fpusw)\[([^\]]+)\]$/)
[all …]
/external/webrtc/webrtc/modules/video_capture/ios/
Ddevice_info_ios_objc.mm54 + (webrtc::VideoCaptureCapability)capabilityForPreset:(NSString*)preset {
59 if ([preset isEqualToString:AVCaptureSessionPreset352x288]) {
68 } else if ([preset isEqualToString:AVCaptureSessionPreset640x480]) {
77 } else if ([preset isEqualToString:AVCaptureSessionPreset1280x720]) {
86 } else if ([preset isEqualToString:AVCaptureSessionPreset1920x1080]) {
Ddevice_info_ios.mm62 for (NSString *preset in camera_presets) {
63 BOOL support = [avDevice supportsAVCaptureSessionPreset:preset];
66 [DeviceInfoIosObjC capabilityForPreset:preset];
Ddevice_info_ios_objc.h25 + (webrtc::VideoCaptureCapability)capabilityForPreset:(NSString*)preset;
/external/webrtc/tools/network_emulator/
Demulate.py105 if options.preset and not _PRESETS_DICT.has_key(options.preset):
106 parser.error('Invalid preset: %s' % options.preset)
143 connection_config = _PRESETS_DICT[options.preset]
/external/opencv3/3rdparty/libtiff/
Dtif_lzma.c52 int preset; /* compression level */ member
370 sp->preset = (int) va_arg(ap, int); in LZMAVSetField()
371 lzma_lzma_preset(&sp->opt_lzma, sp->preset); in LZMAVSetField()
396 *va_arg(ap, int*) = sp->preset; in LZMAVGetField()
445 sp->preset = LZMA_PRESET_DEFAULT; /* default comp. level */ in TIFFInitLZMA()
460 lzma_lzma_preset(&sp->opt_lzma, sp->preset); in TIFFInitLZMA()
/external/lzma/Java/Tukaani/
DNEWS19 when using a preset dictionary.
51 * Fix bugs in the preset dictionary support in the LZMA2 encoder.
DREADME13 with preset dictionary
/external/opencv3/3rdparty/libwebp/enc/
Dconfig.c25 WebPPreset preset, float quality, int version) { in WebPConfigInitInternal() argument
56 switch (preset) { in WebPConfigInitInternal()
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dtiming-utilities.js125 var preset = presets[easing];
126 if (preset) {
127 return preset;
/external/webp/src/enc/
Dconfig.c21 WebPPreset preset, float quality, int version) { in WebPConfigInitInternal() argument
57 switch (preset) { in WebPConfigInitInternal()
/external/sonivox/arm-wt-22k/lib_src/
Deas_chorus.c112 pChorusData->preset = EAS_CHORUS_PRESET_DEFAULT; in ChorusInit()
532 int preset = 0; in ChorusReadInPresets() local
536 for (defaultPreset = preset; defaultPreset < CHORUS_MAX_TYPE; defaultPreset++) in ChorusReadInPresets()
Deas_chorusdata.h94 EAS_I8 preset; member
Deas_reverb.c971 int preset = 0; in ReverbReadInPresets() local
975 for (defaultPreset = preset; defaultPreset < REVERB_MAX_ROOM_TYPE; defaultPreset++) in ReverbReadInPresets()
/external/zlib/src/doc/
Drfc1950.txt154 support for a preset dictionary was introduced, and the
272 bit 5 FDICT (preset dictionary)
346 and ADLER32, but need not support preset dictionaries. When the
348 the compressor may use only preset dictionaries that are specified
350 preset dictionary feature, the compressor must not set the FDICT
361 identifier of a known preset dictionary. A decompressor may
364 decompressor must support all the preset dictionaries specified by
365 the other format. When the other format does not use the preset
459 A preset dictionary is specially useful to compress short input
/external/opencv3/3rdparty/libwebp/webp/
Dencode.h164 WebPPreset preset, float quality) { in WebPConfigPreset() argument
165 return WebPConfigInitInternal(config, preset, quality, in WebPConfigPreset()
/external/webp/src/webp/
Dencode.h180 WebPPreset preset, float quality) { in WebPConfigPreset() argument
181 return WebPConfigInitInternal(config, preset, quality, in WebPConfigPreset()
/external/webp/include/webp/
Dencode.h180 WebPPreset preset, float quality) { in WebPConfigPreset() argument
181 return WebPConfigInitInternal(config, preset, quality, in WebPConfigPreset()
/external/webp/
DREADME148 cwebp [-preset <...>] [options] in_file [-o out_file]
158 -preset <string> ....... preset setting, one of:
161 -preset must come first, as it overwrites other parameters
162 -z <int> ............... activates lossless preset with given
221 -preset
227 * 'preset' will set up a default encoding configuration targeting a
229 so that subsequent options can take effect on top of this preset.
457 // Setup a config, starting form a preset and tuning some additional
/external/iptables/extensions/
Dlibxt_CT.man11 flexible than loading the conntrack helper modules with preset ports.
/external/clang/test/SemaObjC/
Dboxing-illegal.m72 - (void) insertBar:(id)preset ofKind:(id) kind atIndex:(int)index {
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DArrayFieldVector.java75 public ArrayFieldVector(int size, T preset) { in ArrayFieldVector() argument
76 this(preset.getField(), size); in ArrayFieldVector()
77 Arrays.fill(data, preset); in ArrayFieldVector()
/external/opencv3/modules/videoio/src/
Dcap_ios_abstract_camera.mm265 // set a av capture session preset
272 NSLog(@"[Camera] Error: could not set session preset");

12