Home
last modified time | relevance | path

Searched refs:preset (Results 1 – 25 of 38) 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/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/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/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/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/libcups/cups/
Dppd-mark.c169 cups_option_t *preset;/* Current preset option */ in cupsMarkOptions() local
213 preset = cache->presets[pwg_pcm][pwg_pq]; in cupsMarkOptions()
215 i --, preset ++) in cupsMarkOptions()
217 if (!cupsGetOption(preset->name, num_options, options)) in cupsMarkOptions()
218 ppd_mark_option(ppd, preset->name, preset->value); in cupsMarkOptions()
/external/webp/src/enc/
Dconfig_enc.c25 WebPPreset preset, float quality, int version) { in WebPConfigInitInternal() argument
60 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/webp/src/webp/
Dencode.h178 WebPPreset preset, float quality) { in WebPConfigPreset() argument
179 return WebPConfigInitInternal(config, preset, quality, in WebPConfigPreset()
/external/webp/include/webp/
Dencode.h178 WebPPreset preset, float quality) { in WebPConfigPreset() argument
179 return WebPConfigInitInternal(config, preset, quality, in WebPConfigPreset()
/external/webp/
DREADME215 cwebp [-preset <...>] [options] in_file [-o out_file]
226 -preset <string> ....... preset setting, one of:
229 -preset must come first, as it overwrites other parameters
230 -z <int> ............... activates lossless preset with given
290 -preset
296 * 'preset' will set up a default encoding configuration targeting a
298 so that subsequent options can take effect on top of this preset.
558 // Setup a config, starting form a preset and tuning some additional
/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()
DArrayRealVector.java71 public ArrayRealVector(int size, double preset) { in ArrayRealVector() argument
73 Arrays.fill(data, preset); in ArrayRealVector()
/external/iptables/extensions/
Dlibxt_CT.man11 flexible than loading the conntrack helper modules with preset ports.
/external/libcups/filter/
Dspec-ppd.shtml1758 style hint to <tt>NSPrintPhotoJobStyleHint</tt>. Each preset maps to one or
1760 the application. The following standard preset names are currently defined:</p>
1791 choice (*MainKeyword OptionKeyword) or a preset identifier and value
1792 (com.apple.print.preset.foo value). The following preset identifiers are currently used:</p>
1796 …<li><code>com.apple.print.preset.graphicsType</code>; specifies the type of printing used for this…
1798 …<li><code>com.apple.print.preset.media-front-coating</code>; specifies the media type selected by …
1800 …<li><code>com.apple.print.preset.output-mode</code>; specifies the output mode for this preset - "…
1802 …<li><code>com.apple.print.preset.quality</code>; specifies the overall print quality selected by t…
1815 com.apple.print.preset.graphicsType Photo
1816 com.apple.print.preset.quality mid
[all …]
/external/libxml2/os400/
DREADME400151 A directory pointer must be preset to NULL before the first call using it to
/external/webrtc/talk/app/webrtc/objc/
Davfoundationvideocapturer.mm173 NSLog(@"Default video capture preset unsupported.");

12