Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Da2dp-codec.h53 #define BT_A2DP_SBC_SAMP_FREQ(preset) ((preset->config[0] >> 4) & 0x0f) argument
54 #define BT_A2DP_SBC_CHAN_MODE(preset) ((preset->config[0]) & 0x0f) argument
55 #define BT_A2DP_SBC_BLK_LEN(preset) ((preset->config[1] >> 4) & 0x0f) argument
56 #define BT_A2DP_SBC_SUB_BAND(preset) ((preset->config[1] >> 2) & 0x03) argument
57 #define BT_A2DP_SBC_ALLOC_MTHD(preset) ((preset->config[1]) & 0x03) argument
A Da2dp.h43 u8_t preset[0]; member
53 struct bt_a2dp_preset *preset; member
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A 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()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dconfig_enc.c25 WebPPreset preset, float quality, int version) { in WebPConfigInitInternal() argument
60 switch (preset) { in WebPConfigInitInternal()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A 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
A Drfc1951.txt567 preset dictionary might discard part of the output stream; a
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dcwebp.c830 WebPPreset preset; in main() local
833 preset = WEBP_PRESET_DEFAULT; in main()
835 preset = WEBP_PRESET_PHOTO; in main()
837 preset = WEBP_PRESET_PICTURE; in main()
839 preset = WEBP_PRESET_DRAWING; in main()
841 preset = WEBP_PRESET_ICON; in main()
843 preset = WEBP_PRESET_TEXT; in main()
848 if (!WebPConfigPreset(&config, preset, config.quality)) { in main()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Dencode.h181 WebPPreset preset, float quality) { in WebPConfigPreset() argument
182 return WebPConfigInitInternal(config, preset, quality, in WebPConfigPreset()
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Dencode.h181 WebPPreset preset, float quality) { in WebPConfigPreset() argument
182 return WebPConfigInitInternal(config, preset, quality, in WebPConfigPreset()
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Dencode.h181 WebPPreset preset, float quality) { in WebPConfigPreset() argument
182 return WebPConfigInitInternal(config, preset, quality, in WebPConfigPreset()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME224 cwebp [-preset <...>] [options] in_file [-o out_file]
235 -preset <string> ....... preset setting, one of:
238 -preset must come first, as it overwrites other parameters
239 -z <int> ............... activates lossless preset with given
299 -preset
305 * 'preset' will set up a default encoding configuration targeting a
307 so that subsequent options can take effect on top of this preset.
597 // Setup a config, starting form a preset and tuning some additional
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcp.c76 static int preset; variable
297 preset = defpreset; in main()
740 if (preset != -1) { in tiffcp()
743 TIFFSetField(out, TIFFTAG_ZIPQUALITY, preset); in tiffcp()
745 TIFFSetField(out, TIFFTAG_LZMAPRESET, preset); in tiffcp()
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dexample.c-bak424 * Test deflate() with preset dictionary
461 * Test inflate() with a preset dictionary
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dssl.h3230 int endpoint, int transport, int preset );
/AliOS-Things-master/components/mbedtls/library/
A Dssl_tls.c9120 int endpoint, int transport, int preset ) in mbedtls_ssl_config_defaults() argument
9204 switch( preset ) in mbedtls_ssl_config_defaults()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DChangeLog1331 - allow preset dictionary shared between compressor and decompressor
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog2686 compression level parameter (preset) for Deflate and LZMA encoders,
2690 (preset) in LZMAVSetField().
/AliOS-Things-master/components/mbedtls/
A DChangeLog1393 * Fix bug in mbedtls_ssl_conf_default() that caused the default preset to

Completed in 52 milliseconds