Searched refs:compression_type (Results 1 - 25 of 30) sorted by relevance

12

/external/libpng/contrib/examples/
H A Diccfrompng.c64 int compression_type; local
67 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile,
/external/libpng/
H A Dpnginfo.h69 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member in struct:png_info_def
H A Dpngget.c109 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);
704 png_get_iCCP(png_const_structrp png_ptr, png_inforp info_ptr, png_charpp name, int *compression_type, png_bytepp profile, png_uint_32 *proflen) argument
762 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp info_ptr, png_uint_32 *width, png_uint_32 *height, int *bit_depth, int *color_type, int *interlace_type, int *compression_type, int *filter_type) argument
H A Dpngset.c207 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)
205 png_set_IHDR(png_const_structrp png_ptr, png_inforp info_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
611 png_set_iCCP(png_const_structrp png_ptr, png_inforp info_ptr, png_const_charp name, int compression_type, png_const_bytep profile, png_uint_32 proflen) argument
H A Dpngtest.c1049 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
1132 if (png_get_iCCP(read_ptr, read_info_ptr, &name, &compression_type,
1135 png_set_iCCP(write_ptr, write_info_ptr, name, compression_type,
H A Dpngstruct.h481 png_byte compression_type; member in struct:png_struct_def
H A Dpngwutil.c755 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;
1075 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE)
1121 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE)
754 png_write_IHDR(png_structrp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int compression_type, int filter_type, int interlace_type) argument
H A Dpngrutil.c823 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);
H A Dpng.h2052 /* Returns image compression_type. */
2246 png_inforp info_ptr, png_charpp name, int *compression_type,
2252 png_inforp info_ptr, png_const_charp name, int compression_type,
/external/chromium_org/v8/tools/
H A Djs2c.py481 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/
H A Dpngget.c112 return info_ptr->compression_type;
525 png_charpp name, int *compression_type,
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);
524 png_get_iCCP(png_structp png_ptr, png_infop info_ptr, png_charpp name, int *compression_type, png_charpp profile, png_uint_32 *proflen) argument
577 png_get_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 *width, png_uint_32 *height, int *bit_depth, int *color_type, int *interlace_type, int *compression_type, int *filter_type) argument
H A Dpngset.c229 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;
227 png_set_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
594 png_set_iCCP(png_structp png_ptr, png_infop info_ptr, png_charp name, int compression_type, png_charp profile, png_uint_32 proflen) argument
H A Dpngrutil.c445 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
1121 compression_type = *profile++;
1122 if (compression_type)
1125 compression_type = 0x00; /* Reset it to zero (libpng-1.0.6 through 1.0.8
1130 png_decompress_chunk(png_ptr, compression_type,
[all...]
H A Dpngwutil.c393 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, argument
792 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
392 png_write_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int compression_type, int filter_type, int interlace_type) argument
H A Dpng.c962 int color_type, int interlace_type, int compression_type,
1050 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
960 png_check_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
H A Dpng.h825 png_byte compression_type PNG_DEPSTRUCT; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */
1528 png_byte compression_type PNG_DEPSTRUCT;
2295 /* Returns image compression_type. */
2472 png_infop info_ptr, png_charpp name, int *compression_type,
2479 png_infop info_ptr, png_charp name, int compression_type,
3287 png_charp name, int compression_type,
3776 int color_type, int interlace_type, int compression_type,
/external/qemu/distrib/libpng-1.2.46/
H A Dpngget.c112 return info_ptr->compression_type;
525 png_charpp name, int *compression_type,
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);
524 png_get_iCCP(png_structp png_ptr, png_infop info_ptr, png_charpp name, int *compression_type, png_charpp profile, png_uint_32 *proflen) argument
577 png_get_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 *width, png_uint_32 *height, int *bit_depth, int *color_type, int *interlace_type, int *compression_type, int *filter_type) argument
H A Dpngset.c229 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;
227 png_set_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
594 png_set_iCCP(png_structp png_ptr, png_infop info_ptr, png_charp name, int compression_type, png_charp profile, png_uint_32 proflen) argument
H A Dpngrutil.c461 int bit_depth, color_type, compression_type, filter_type; local
482 compression_type = buf[10];
495 png_ptr->compression_type = (png_byte)compression_type;
526 color_type, interlace_type, compression_type, filter_type);
1069 png_byte compression_type; local
1137 compression_type = *profile++;
1138 if (compression_type)
1141 compression_type = 0x00; /* Reset it to zero (libpng-1.0.6 through 1.0.8
1146 png_decompress_chunk(png_ptr, compression_type,
[all...]
H A Dpngwutil.c393 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, argument
792 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
392 png_write_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int compression_type, int filter_type, int interlace_type) argument
H A Dpng.c932 int color_type, int interlace_type, int compression_type,
1020 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
930 png_check_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
H A Dpng.h872 png_byte compression_type PNG_DEPSTRUCT; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */
1581 png_byte compression_type PNG_DEPSTRUCT;
2367 /* Returns image compression_type. */
2544 png_infop info_ptr, png_charpp name, int *compression_type,
2551 png_infop info_ptr, png_charp name, int compression_type,
3371 png_charp name, int compression_type,
3865 int color_type, int interlace_type, int compression_type,
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc778 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)) {
777 Woff2Uncompress(uint8_t* dst_buf, size_t dst_size, const uint8_t* src_buf, size_t src_size, uint32_t compression_type) argument
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc149 int bit_depth, color_type, interlace_type, compression_type; local
153 &interlace_type, &compression_type, &filter_type);
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.cc162 int bit_depth, color_type, interlace_type, compression_type; local
166 &interlace_type, &compression_type, &filter_type);

Completed in 507 milliseconds

12