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

  /external/libpng/contrib/examples/
iccfrompng.c 64 int compression_type; local
67 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile,
  /external/libpng/
pnginfo.h 69 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member in struct:png_info_def
pngget.c 109 return info_ptr->compression_type;
705 png_charpp name, int *compression_type,
711 && name != NULL && compression_type != NULL && profile != NULL &&
720 *compression_type = PNG_COMPRESSION_TYPE_BASE;
764 int *color_type, int *interlace_type, int *compression_type,
778 if (compression_type != NULL)
779 *compression_type = info_ptr->compression_type;
794 info_ptr->compression_type, info_ptr->filter_type);
    [all...]
pngset.c 207 int color_type, int interlace_type, int compression_type,
219 info_ptr->compression_type = (png_byte)compression_type;
225 info_ptr->compression_type, info_ptr->filter_type);
612 png_const_charp name, int compression_type,
624 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
    [all...]
pngtest.c 1049 int interlace_type, compression_type, filter_type; local
1052 &color_type, &interlace_type, &compression_type, &filter_type))
1055 color_type, interlace_type, compression_type, filter_type);
1130 int compression_type; local
    [all...]
pngstruct.h 481 png_byte compression_type; member in struct:png_struct_def
pngwutil.c 755 int bit_depth, int color_type, int compression_type, int filter_type,
831 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
834 compression_type = PNG_COMPRESSION_TYPE_BASE;
878 png_ptr->compression_type = (png_byte)compression_type;
894 buf[10] = (png_byte)compression_type;
    [all...]
pngrutil.c 823 int bit_depth, color_type, compression_type, filter_type; local
844 compression_type = buf[10];
857 png_ptr->compression_type = (png_byte)compression_type;
889 color_type, interlace_type, compression_type, filter_type);
    [all...]
png.h     [all...]
png.c     [all...]
pngpriv.h     [all...]
pngwrite.c 107 info_ptr->bit_depth, info_ptr->color_type, info_ptr->compression_type,
    [all...]
  /external/chromium_org/v8/tools/
js2c.py 481 def CompressMaybe(sources, compression_type):
486 compression_type: string, describing the desired compression.
492 if compression_type == "off":
494 elif compression_type == "bz2":
497 raise Error("Unknown compression type %s." % compression_type)
541 def JS2C(source, target, native_type, compression_type, raw_file, startup_blob):
543 sources_bytes = CompressMaybe(sources, compression_type)
  /external/chromium_org/third_party/libpng/
pngget.c 112 return info_ptr->compression_type;
525 png_charpp name, int *compression_type,
535 /* Compression_type is a dummy so the API won't have to change
539 *compression_type = (int)info_ptr->iccp_compression;
579 int *color_type, int *interlace_type, int *compression_type,
594 if (compression_type != NULL)
595 *compression_type = info_ptr->compression_type;
610 info_ptr->compression_type, info_ptr->filter_type);
pngset.c 229 int color_type, int interlace_type, int compression_type,
241 info_ptr->compression_type = (png_byte)compression_type;
247 info_ptr->compression_type, info_ptr->filter_type);
595 png_charp name, int compression_type,
633 info_ptr->iccp_compression = (png_byte)compression_type;
    [all...]
pngrutil.c 445 int bit_depth, color_type, compression_type, filter_type; local
466 compression_type = buf[10];
479 png_ptr->compression_type = (png_byte)compression_type;
510 color_type, interlace_type, compression_type, filter_type);
1053 png_byte compression_type; local
    [all...]
pngwutil.c 393 int bit_depth, int color_type, int compression_type, int filter_type,
449 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
452 compression_type = PNG_COMPRESSION_TYPE_BASE;
496 png_ptr->compression_type = (png_byte)compression_type;
512 buf[10] = (png_byte)compression_type;
651 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE)
769 png_write_iCCP(png_structp png_ptr, png_charp name, int compression_type,
792 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
    [all...]
png.c 962 int color_type, int interlace_type, int compression_type,
1050 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
png.h     [all...]
pngwrite.c 50 info_ptr->bit_depth, info_ptr->color_type, info_ptr->compression_type,
    [all...]
  /external/chromium_org/third_party/ots/src/
woff2.cc 778 const uint8_t* src_buf, size_t src_size, uint32_t compression_type) {
779 if (compression_type == kCompressionTypeGzip) {
787 } else if (compression_type == kCompressionTypeBrotli) {
977 uint32_t compression_type = flags & kCompressionTypeMask; local
983 } else if (compression_type == kCompressionTypeNone) {
1006 src_buf, compressed_length, compression_type)) {
    [all...]
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 149 int bit_depth, color_type, interlace_type, compression_type; local
153 &interlace_type, &compression_type, &filter_type);
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 162 int bit_depth, color_type, interlace_type, compression_type; local
166 &interlace_type, &compression_type, &filter_type);

Completed in 467 milliseconds