HomeSort by relevance Sort by last modified time
    Searched refs:compression_method (Results 1 - 23 of 23) sorted by null

  /external/tensorflow/tensorflow/core/lib/io/
zlib_compression_options.cc 27 compression_method = Z_DEFLATED;
zlib_compression_options.h 88 int8 compression_method; member in class:tensorflow::io::ZlibCompressionOptions
zlib_outputbuffer.cc 58 zlib_options_.compression_method, zlib_options_.window_bits,
  /external/tensorflow/tensorflow/python/lib/io/
tf_record.py 59 compression_method=None,
78 compression_method: compression method or `None`.
98 self.compression_method = compression_method
144 if self.compression_method is not None:
145 options.zlib_options.compression_method = self.compression_method
py_record_writer.i 65 %unignore tensorflow::io::ZlibCompressionOptions::compression_method;
  /external/honggfuzz/examples/libpng/
persistent-png.c 115 int bit_depth, color_type, interlace_method, compression_method, filter_method, unit_type, local
121 &compression_method, &filter_method);
  /external/zlib/src/contrib/minizip/
unzip.c 157 uLong compression_method; /* compression method (0==store) */ member in struct:__anon50572
925 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK)
    [all...]
unzip.h 116 uLong compression_method; /* compression method 2 bytes */ member in struct:unz_file_info64_s
137 uLong compression_method; /* compression method 2 bytes */ member in struct:unz_file_info_s
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/
utils.cc 107 auto compression_method = cmf & 0x0F; local
108 // For deflate compression_method should be 8.
109 TEST_AND_RETURN_FALSE(compression_method == 8);
268 auto compression_method = get_unaligned<uint16_t>(data.data() + pos + 8); local
269 if (compression_method != 8) { // non-deflate type
  /external/libpng/contrib/examples/
pngpixel.c 184 compression_method, filter_method; local
219 &compression_method, &filter_method))
  /external/boringssl/src/ssl/
tls13_client.cc 77 uint8_t compression_method; local
83 !CBS_get_u8(&body, &compression_method) ||
84 compression_method != 0 ||
229 uint8_t compression_method; local
235 !CBS_get_u8(&body, &compression_method) ||
236 compression_method != 0 ||
handshake_client.cc 550 uint8_t compression_method; local
556 !CBS_get_u8(&server_hello, &compression_method)) {
723 if (compression_method != 0) {
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 566 int compression_method; member in struct:display
951 &dp->interlace_method, &dp->compression_method, &dp->filter_method))
1000 int interlace_method, compression_method, filter_method; local
1004 &color_type, &interlace_method, &compression_method, &filter_method);
1016 C(compression_method);
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.h 404 unsigned compression_method;/*compression method of the original file. Always 0.*/ member in struct:LodePNGInfo
    [all...]
lodepng.cpp     [all...]
  /art/dex2oat/linker/
oat_writer_test.cc 334 uint16_t compression_method = 0; // 0 = store only. variable
349 uint16_t compression_method = 0; // 0 = store only. variable
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 852 png_byte compression_method; member in struct:file
    [all...]
  /external/libpng/
png.h     [all...]
pngpriv.h     [all...]
  /external/pdfium/third_party/libpng16/
png.h     [all...]
pngpriv.h     [all...]
  /external/ImageMagick/coders/
png.c 628 compression_method,
626 compression_method, member in struct:_MngBuffer
    [all...]

Completed in 754 milliseconds