Searched refs:decompress (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | uzlib_decompress.py | 33 assert zlib.decompress(packed) == unpacked 40 out = zlib.decompress(v, -15) 47 out = zlib.decompress(v, -15) 52 zlib.decompress(b"abc") 58 zlib.decompress(b"\x07", -15) # final-block, block-type=3 (invalid)
|
/AliOS-Things-master/components/amp-utility/python/ |
A D | uzlib.py | 10 def decompress(data, wbits=0, bufsize=0): function
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/ |
A D | README | 8 puff.c provides the routine puff() to decompress the deflate data format. It 37 Then you can call puff() to decompress a deflate stream that is in memory in 46 that in order to decompress the deflate data successfully, you need to know
|
/AliOS-Things-master/components/ota/2ndboot/updater/xz/linux/lib/ |
A D | decompress_unxz.c | 397 #define decompress unxz macro
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | rfc1952.txt | 95 * Can compress or decompress a data stream (as opposed to a 128 to compress data into gzip format and/or decompress data from gzip 146 able to accept and decompress any file that conforms to all the
|
A D | rfc1950.txt | 122 to compress data into zlib format and/or decompress data from zlib 137 able to accept and decompress any data set that conforms to all
|
A D | rfc1951.txt | 141 to compress data into "deflate" format and/or decompress data from 158 able to accept and decompress any data set that conforms to all
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_jpeg.c | 2431 static int JPEGInitializeLibJPEG( TIFF * tif, int decompress ) in JPEGInitializeLibJPEG() argument 2437 if( !decompress && sp->cinfo.comm.is_decompressor ) in JPEGInitializeLibJPEG() 2439 else if( decompress && !sp->cinfo.comm.is_decompressor ) in JPEGInitializeLibJPEG() 2450 if ( decompress ) { in JPEGInitializeLibJPEG()
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | minigzip.c-bak | 342 * -d : decompress
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | change.log | 234 There is an unused field "void * client_data" now in compress and decompress
|
A D | usage.txt | 23 and djpeg to decompress a JPEG file back into a conventional image format. 440 decompress, with some loss of image quality, by specifying -onepass for
|
A D | libjpeg.txt | 707 discussed next, or you may use it to decompress another image. In that case
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | FAQ | 205 27. Will zlib decompress data from the PKWare Data Compression Library?
|
A D | ChangeLog | 1282 bit, so the decompressor could decompress all the correct data but went
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 4011 will convert from decompressor to compressor or compress to decompress
|
Completed in 31 milliseconds