Home
last modified time | relevance | path

Searched refs:compression_method (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/shared/memzip/
A Dmemzip.h9 uint16_t compression_method; member
30 uint16_t compression_method; member
A Dmemzip.c74 if (file_hdr->compression_method != 0) { in memzip_locate()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dunzip.c157 uLong compression_method; /* compression method (0==store) */ member
1153 pfile_info->compression_method = file_info64.compression_method; in unzGetCurrentFileInfo()
1425 if ((err==UNZ_OK) && (s->cur_file_info.compression_method!=0) && in unz64local_CheckCurrentFileCoherencyHeader()
1519 *method = (int)s->cur_file_info.compression_method; in unzOpenCurrentFile3()
1532 if ((s->cur_file_info.compression_method!=0) && in unzOpenCurrentFile3()
1534 (s->cur_file_info.compression_method!=Z_BZIP2ED) && in unzOpenCurrentFile3()
1536 (s->cur_file_info.compression_method!=Z_DEFLATED)) in unzOpenCurrentFile3()
1543 pfile_in_zip_read_info->compression_method = s->cur_file_info.compression_method; in unzOpenCurrentFile3()
1550 if ((s->cur_file_info.compression_method==Z_BZIP2ED) && (!raw)) in unzOpenCurrentFile3()
1576 else if ((s->cur_file_info.compression_method==Z_DEFLATED) && (!raw)) in unzOpenCurrentFile3()
[all …]
A Dunzip.h116 uLong compression_method; /* compression method 2 bytes */ member
137 uLong compression_method; /* compression method 2 bytes */ member
A Dminiunz.c266 if (file_info.compression_method==0)
269 if (file_info.compression_method==Z_DEFLATED)
280 if (file_info.compression_method==Z_BZIP2ED)
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dunzip.c115 uLong compression_method; /* compression method (0==store) */ member
990 } else if ((err == UNZ_OK) && (uData != s->cur_file_info.compression_method)) {
994 if ((err == UNZ_OK) && (s->cur_file_info.compression_method != 0) &&
995 (s->cur_file_info.compression_method != Z_DEFLATED)) {
1098 *method = (int)s->cur_file_info.compression_method;
1115 if ((s->cur_file_info.compression_method != 0) &&
1116 (s->cur_file_info.compression_method != Z_DEFLATED))
1121 pfile_in_zip_read_info->compression_method =
1122 s->cur_file_info.compression_method;
1129 if ((s->cur_file_info.compression_method == Z_DEFLATED) &&
[all …]
A Dminiunz.c169 if (file_info.compression_method == 0) in do_list()
171 else if (file_info.compression_method == Z_DEFLATED) { in do_list()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/examples/
A Dpngpixel.c184 compression_method, filter_method; in main() local
219 &compression_method, &filter_method)) in main()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngimage.c566 int compression_method; member
951 &dp->interlace_method, &dp->compression_method, &dp->filter_method)) in update_display()
1000 int interlace_method, compression_method, filter_method; in compare_read() local
1004 &color_type, &interlace_method, &compression_method, &filter_method); in compare_read()
1016 C(compression_method); in compare_read()
1356 dp->interlace_method, dp->compression_method, dp->filter_method); in write_png()
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dunzip.h103 uLong compression_method; /* compression method 2 bytes */ member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dwebpinfo.c549 const int compression_method = (data[0] >> 0) & 0x03; in ParseAlphaHeader() local
553 printf(" Compression: %d\n", compression_method); in ParseAlphaHeader()
557 if (compression_method > ALPHA_LOSSLESS_COMPRESSION) { in ParseAlphaHeader()
570 if (compression_method == ALPHA_LOSSLESS_COMPRESSION) { in ParseAlphaHeader()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_png.c113 …ight, int *bit_depth, int *color_type, int *interlace_method, int *compression_method, int *filter…
167 …ight, int *bit_depth, int *color_type, int *interlace_method, int *compression_method, int *filter… in IMG_InitPNG()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngfix.c852 png_byte compression_method; member
1466 else if (file->compression_method != 0) in calc_image_size()
2897 file->compression_method = reread_byte(file); in process_chunk()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpng.h2018 int *compression_method, int *filter_method));
2022 int color_type, int interlace_method, int compression_method,
A Dpngpriv.h1123 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dpng.h2018 int *compression_method, int *filter_method));
2022 int color_type, int interlace_method, int compression_method,

Completed in 45 milliseconds