Home
last modified time | relevance | path

Searched refs:decompress (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/extmod/
A Duzlib_decompress.py33 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 Duzlib.py10 def decompress(data, wbits=0, bufsize=0): function
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/
A DREADME8 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 Ddecompress_unxz.c397 #define decompress unxz macro
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Drfc1952.txt95 * 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 Drfc1950.txt122 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 Drfc1951.txt141 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 Dtif_jpeg.c2431 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 Dminigzip.c-bak342 * -d : decompress
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dchange.log234 There is an unused field "void * client_data" now in compress and decompress
A Dusage.txt23 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 Dlibjpeg.txt707 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 DFAQ205 27. Will zlib decompress data from the PKWare Data Compression Library?
A DChangeLog1282 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 DChangeLog4011 will convert from decompressor to compressor or compress to decompress

Completed in 31 milliseconds