Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/io/
Dtf_record.py59 compression_method=None, argument
98 self.compression_method = compression_method
144 if self.compression_method is not None:
145 options.zlib_options.compression_method = self.compression_method
Dpy_record_writer.i65 %unignore tensorflow::io::ZlibCompressionOptions::compression_method;
/external/zlib/src/contrib/minizip/
Dunzip.c157 uLong compression_method; /* compression method (0==store) */ member
925 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK) in unz64local_GetCurrentFileInfoInternal()
1153 pfile_info->compression_method = file_info64.compression_method; in unzGetCurrentFileInfo()
1422 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.compression_method)) in unz64local_CheckCurrentFileCoherencyHeader()
1425 if ((err==UNZ_OK) && (s->cur_file_info.compression_method!=0) && in unz64local_CheckCurrentFileCoherencyHeader()
1427 (s->cur_file_info.compression_method!=Z_BZIP2ED) && in unz64local_CheckCurrentFileCoherencyHeader()
1429 (s->cur_file_info.compression_method!=Z_DEFLATED)) 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()
[all …]
Dunzip.h116 uLong compression_method; /* compression method 2 bytes */ member
137 uLong compression_method; /* compression method 2 bytes */ member
Dminiunz.c266 if (file_info.compression_method==0)
269 if (file_info.compression_method==Z_DEFLATED)
280 if (file_info.compression_method==Z_BZIP2ED)
/external/puffin/src/
Dutils.cc107 auto compression_method = cmf & 0x0F; in LocateDeflatesInZlib() local
109 TEST_AND_RETURN_FALSE(compression_method == 8); in LocateDeflatesInZlib()
268 auto compression_method = get_unaligned<uint16_t>(data.data() + pos + 8); in LocateDeflatesInZipArchive() local
269 if (compression_method != 8) { // non-deflate type in LocateDeflatesInZipArchive()
/external/honggfuzz/examples/libpng/
Dpersistent-png.c115 int bit_depth, color_type, interlace_method, compression_method, filter_method, unit_type, in LLVMFuzzerTestOneInput() local
121 &compression_method, &filter_method); in LLVMFuzzerTestOneInput()
/external/boringssl/src/ssl/
Dtls13_client.cc77 uint8_t compression_method; in do_read_hello_retry_request() local
83 !CBS_get_u8(&body, &compression_method) || in do_read_hello_retry_request()
84 compression_method != 0 || in do_read_hello_retry_request()
229 uint8_t compression_method; in do_read_server_hello() local
235 !CBS_get_u8(&body, &compression_method) || in do_read_server_hello()
236 compression_method != 0 || in do_read_server_hello()
Dhandshake_client.cc550 uint8_t compression_method; in do_read_server_hello() local
556 !CBS_get_u8(&server_hello, &compression_method)) { in do_read_server_hello()
723 if (compression_method != 0) { in do_read_server_hello()
/external/tensorflow/tensorflow/core/lib/io/
Dzlib_compression_options.cc27 compression_method = Z_DEFLATED; in ZlibCompressionOptions()
Dzlib_compression_options.h88 int8 compression_method; variable
Dzlib_outputbuffer.cc58 zlib_options_.compression_method, zlib_options_.window_bits, in Init()
/external/libpng/contrib/examples/
Dpngpixel.c184 compression_method, filter_method; in main() local
219 &compression_method, &filter_method)) in main()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.io.-t-f-record-options.pbtxt11 … \'output_buffer_size\', \'window_bits\', \'compression_level\', \'compression_method\', \'mem_lev…
Dtensorflow.python_io.-t-f-record-options.pbtxt11 … \'output_buffer_size\', \'window_bits\', \'compression_level\', \'compression_method\', \'mem_lev…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.io.-t-f-record-options.pbtxt11 … \'output_buffer_size\', \'window_bits\', \'compression_level\', \'compression_method\', \'mem_lev…
/external/libpng/contrib/libtests/
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()
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.h404 unsigned compression_method;/*compression method of the original file. Always 0.*/ member
Dlodepng.cpp2843 info->compression_method = 0; in lodepng_info_init()
3983 info->compression_method = in[26]; in lodepng_inspect()
3998 if(info->compression_method != 0) CERROR_RETURN_ERROR(state->error, 32); in lodepng_inspect()
/external/libpng/contrib/tools/
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()
/external/libpng/
Dpng.h2049 int *compression_method, int *filter_method));
2053 int color_type, int interlace_method, int compression_method,
Dpngpriv.h1114 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
/external/pdfium/third_party/libpng16/
Dpng.h2043 int *compression_method, int *filter_method));
2047 int color_type, int interlace_method, int compression_method,
Dpngpriv.h1040 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
/external/ImageMagick/coders/
Dpng.c626 compression_method, member
4036 mng_info->ob[object_id]->compression_method= in ReadOnePNGImage()