Searched defs:compression_type (Results 1 - 19 of 19) sorted by relevance

/external/libpng/contrib/examples/
H A Diccfrompng.c68 int compression_type; local
71 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile,
/external/libpng/
H A Dpnginfo.h68 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;
737 png_charpp name, int *compression_type,
744 name != NULL && compression_type != NULL && profile != NULL &&
753 *compression_type = PNG_COMPRESSION_TYPE_BASE;
797 int *color_type, int *interlace_type, int *compression_type,
817 if (compression_type != NULL)
818 *compression_type = info_ptr->compression_type;
833 info_ptr->compression_type, info_ptr->filter_type);
736 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
795 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.c209 int color_type, int interlace_type, int compression_type,
221 info_ptr->compression_type = (png_byte)compression_type;
227 info_ptr->compression_type, info_ptr->filter_type);
628 png_const_charp name, int compression_type,
640 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
207 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
627 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 Dpngrutil.c833 int bit_depth, color_type, compression_type, filter_type; local
854 compression_type = buf[10];
867 png_ptr->compression_type = (png_byte)compression_type;
898 color_type, interlace_type, compression_type, filter_type);
H A Dpngstruct.h428 png_byte compression_type; member in struct:png_struct_def
H A Dpngtest.c1077 int interlace_type, compression_type, filter_type; local
1080 &color_type, &interlace_type, &compression_type, &filter_type) != 0)
1083 color_type, interlace_type, compression_type, filter_type);
1158 int compression_type; local
1160 if (png_get_iCCP(read_ptr, read_info_ptr, &name, &compression_type,
1163 png_set_iCCP(write_ptr, write_info_ptr, name, compression_type,
H A Dpngwutil.c674 int bit_depth, int color_type, int compression_type, int filter_type,
750 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
753 compression_type = PNG_COMPRESSION_TYPE_BASE;
797 png_ptr->compression_type = (png_byte)compression_type;
813 buf[10] = (png_byte)compression_type;
997 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE)
1043 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE)
673 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 Dpng.c2482 int color_type, int interlace_type, int compression_type,
2584 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
2480 png_check_IHDR(png_const_structrp 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
/external/pdfium/third_party/lpng_v163/
H A Dpnginfo.h69 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member in struct:png_info_def
H A Dpngget.c108 return info_ptr->compression_type;
704 png_charpp name, int *compression_type,
710 && name != NULL && compression_type != NULL && profile != NULL &&
719 *compression_type = PNG_COMPRESSION_TYPE_BASE;
763 int *color_type, int *interlace_type, int *compression_type,
777 if (compression_type != NULL)
778 *compression_type = info_ptr->compression_type;
793 info_ptr->compression_type, info_ptr->filter_type);
703 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
761 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.c206 int color_type, int interlace_type, int compression_type,
218 info_ptr->compression_type = (png_byte)compression_type;
224 info_ptr->compression_type, info_ptr->filter_type);
611 png_const_charp name, int compression_type,
623 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
204 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
610 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 Dpngrutil.c798 int bit_depth, color_type, compression_type, filter_type; local
819 compression_type = buf[10];
832 png_ptr->compression_type = (png_byte)compression_type;
864 color_type, interlace_type, compression_type, filter_type);
H A Dpngstruct.h434 png_byte compression_type; member in struct:png_struct_def
H A Dpngwutil.c754 int bit_depth, int color_type, int compression_type, int filter_type,
830 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
833 compression_type = PNG_COMPRESSION_TYPE_BASE;
877 png_ptr->compression_type = (png_byte)compression_type;
893 buf[10] = (png_byte)compression_type;
1074 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE)
1120 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE)
753 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 Dpng.c2360 int color_type, int interlace_type, int compression_type,
2449 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
2358 png_check_IHDR(png_const_structrp 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
/external/vboot_reference/firmware/stub/
H A Dvboot_api_stub.c83 uint32_t compression_type,
82 VbExDecompress(void *inbuf, uint32_t in_size, uint32_t compression_type, void *outbuf, uint32_t *out_size) argument
/external/vboot_reference/tests/
H A Dvboot_region_tests.c165 uint32_t compression_type,
164 VbExDecompress(void *inbuf, uint32_t in_size, uint32_t compression_type, void *outbuf, uint32_t *out_size) argument
/external/pdfium/samples/
H A Dimage_diff_png.cc151 int bit_depth, color_type, interlace_type, compression_type; local
155 &interlace_type, &compression_type, &filter_type);

Completed in 215 milliseconds