/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
D | LZMA2Options.java | 161 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/ |
D | gen_insn_test.pl | 209 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/ |
D | gen_insn_test.pl | 232 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/ |
D | device_info_ios_objc.mm | 54 + (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]) {
|
D | device_info_ios.mm | 62 for (NSString *preset in camera_presets) { 63 BOOL support = [avDevice supportsAVCaptureSessionPreset:preset]; 66 [DeviceInfoIosObjC capabilityForPreset:preset];
|
D | device_info_ios_objc.h | 25 + (webrtc::VideoCaptureCapability)capabilityForPreset:(NSString*)preset;
|
/external/webrtc/tools/network_emulator/ |
D | emulate.py | 105 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/ |
D | tif_lzma.c | 52 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/ |
D | NEWS | 19 when using a preset dictionary. 51 * Fix bugs in the preset dictionary support in the LZMA2 encoder.
|
D | README | 13 with preset dictionary
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | config.c | 25 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/ |
D | timing-utilities.js | 125 var preset = presets[easing]; 126 if (preset) { 127 return preset;
|
/external/webp/src/enc/ |
D | config.c | 21 WebPPreset preset, float quality, int version) { in WebPConfigInitInternal() argument 57 switch (preset) { in WebPConfigInitInternal()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_chorus.c | 112 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()
|
D | eas_chorusdata.h | 94 EAS_I8 preset; member
|
D | eas_reverb.c | 971 int preset = 0; in ReverbReadInPresets() local 975 for (defaultPreset = preset; defaultPreset < REVERB_MAX_ROOM_TYPE; defaultPreset++) in ReverbReadInPresets()
|
/external/zlib/src/doc/ |
D | rfc1950.txt | 154 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/ |
D | encode.h | 164 WebPPreset preset, float quality) { in WebPConfigPreset() argument 165 return WebPConfigInitInternal(config, preset, quality, in WebPConfigPreset()
|
/external/webp/src/webp/ |
D | encode.h | 180 WebPPreset preset, float quality) { in WebPConfigPreset() argument 181 return WebPConfigInitInternal(config, preset, quality, in WebPConfigPreset()
|
/external/webp/include/webp/ |
D | encode.h | 180 WebPPreset preset, float quality) { in WebPConfigPreset() argument 181 return WebPConfigInitInternal(config, preset, quality, in WebPConfigPreset()
|
/external/webp/ |
D | README | 148 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/ |
D | libxt_CT.man | 11 flexible than loading the conntrack helper modules with preset ports.
|
/external/clang/test/SemaObjC/ |
D | boxing-illegal.m | 72 - (void) insertBar:(id)preset ofKind:(id) kind atIndex:(int)index {
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | ArrayFieldVector.java | 75 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/ |
D | cap_ios_abstract_camera.mm | 265 // set a av capture session preset 272 NSLog(@"[Camera] Error: could not set session preset");
|