/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | a2dp-codec.h | 53 #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 D | a2dp.h | 43 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 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()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | config_enc.c | 25 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 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
|
A D | rfc1951.txt | 567 preset dictionary might discard part of the output stream; a
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | cwebp.c | 830 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 D | encode.h | 181 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 D | encode.h | 181 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 D | encode.h | 181 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 D | README | 224 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 D | tiffcp.c | 76 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 D | example.c-bak | 424 * Test deflate() with preset dictionary 461 * Test inflate() with a preset dictionary
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | ssl.h | 3230 int endpoint, int transport, int preset );
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ssl_tls.c | 9120 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 D | ChangeLog | 1331 - allow preset dictionary shared between compressor and decompressor
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 2686 compression level parameter (preset) for Deflate and LZMA encoders, 2690 (preset) in LZMAVSetField().
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 1393 * Fix bug in mbedtls_ssl_conf_default() that caused the default preset to
|