/external/tensorflow/tensorflow/python/lib/io/ |
D | tf_record.py | 59 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
|
D | py_record_writer.i | 65 %unignore tensorflow::io::ZlibCompressionOptions::compression_method;
|
/external/zlib/src/contrib/minizip/ |
D | unzip.c | 157 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 …]
|
D | unzip.h | 116 uLong compression_method; /* compression method 2 bytes */ member 137 uLong compression_method; /* compression method 2 bytes */ member
|
D | miniunz.c | 266 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/ |
D | utils.cc | 107 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/ |
D | persistent-png.c | 115 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/ |
D | tls13_client.cc | 77 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()
|
D | handshake_client.cc | 550 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/ |
D | zlib_compression_options.cc | 27 compression_method = Z_DEFLATED; in ZlibCompressionOptions()
|
D | zlib_compression_options.h | 88 int8 compression_method; variable
|
D | zlib_outputbuffer.cc | 58 zlib_options_.compression_method, zlib_options_.window_bits, in Init()
|
/external/libpng/contrib/examples/ |
D | pngpixel.c | 184 compression_method, filter_method; in main() local 219 &compression_method, &filter_method)) in main()
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.io.-t-f-record-options.pbtxt | 11 … \'output_buffer_size\', \'window_bits\', \'compression_level\', \'compression_method\', \'mem_lev…
|
D | tensorflow.python_io.-t-f-record-options.pbtxt | 11 … \'output_buffer_size\', \'window_bits\', \'compression_level\', \'compression_method\', \'mem_lev…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.io.-t-f-record-options.pbtxt | 11 … \'output_buffer_size\', \'window_bits\', \'compression_level\', \'compression_method\', \'mem_lev…
|
/external/libpng/contrib/libtests/ |
D | pngimage.c | 566 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/ |
D | lodepng.h | 404 unsigned compression_method;/*compression method of the original file. Always 0.*/ member
|
D | lodepng.cpp | 2843 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/ |
D | pngfix.c | 852 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/ |
D | png.h | 2049 int *compression_method, int *filter_method)); 2053 int color_type, int interlace_method, int compression_method,
|
D | pngpriv.h | 1114 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
|
/external/pdfium/third_party/libpng16/ |
D | png.h | 2043 int *compression_method, int *filter_method)); 2047 int color_type, int interlace_method, int compression_method,
|
D | pngpriv.h | 1040 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
|
/external/ImageMagick/coders/ |
D | png.c | 626 compression_method, member 4036 mng_info->ob[object_id]->compression_method= in ReadOnePNGImage()
|