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

  /external/libpng/contrib/examples/
pngpixel.c 182 compression_method, filter_method; local
217 &compression_method, &filter_method))
  /external/chromium_org/third_party/zlib/contrib/minizip/
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
unzip.c 157 uLong compression_method; /* compression method (0==store) */ member in struct:__anon21008
925 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK)
    [all...]
  /external/zlib/src/contrib/minizip/
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
unzip.c 157 uLong compression_method; /* compression method (0==store) */ member in struct:__anon38424
925 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK)
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
util.cc 205 if (!stream.ReadUInt16(&zip->compression_method)) {
301 stream.WriteUInt16(compression_method);
319 stream.WriteUInt16(compression_method);
355 uint16 compression_method; member in struct:__anon10605::ZipEntry
  /external/zopfli/src/zopflipng/lodepng/
lodepng.h 404 unsigned compression_method;/*compression method of the original file. Always 0.*/ member in struct:LodePNGInfo
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
s3_clnt.c 800 uint8_t compression_method; local
820 !CBS_get_u8(&server_hello, &compression_method))
963 if (compression_method != 0)
    [all...]
  /system/core/libziparchive/
zip_archive.cc 110 uint16_t compression_method; member in struct:CentralDirectoryRecord
159 uint16_t compression_method; member in struct:LocalFileHeader
789 data->method = cdr->compression_method;
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3prot.h 164 SSLCompressionMethod compression_method; member in struct:__anon14296
sslimpl.h 582 SSLCompressionMethod compression_method; member in struct:__anon14336
1074 SSLCompressionMethod compression_method; member in struct:SessionTicketStr
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 522 int compression_method; member in struct:display
868 &dp->interlace_method, &dp->compression_method, &dp->filter_method))
920 int interlace_method, compression_method, filter_method; local
924 &color_type, &interlace_method, &compression_method, &filter_method);
936 C(compression_method);
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 847 png_byte compression_method; member in struct:file
    [all...]

Completed in 497 milliseconds