Home
last modified time | relevance | path

Searched refs:compression_type (Results 1 – 25 of 28) sorted by relevance

12

/external/libpng/contrib/examples/
Diccfrompng.c68 int compression_type; in extract() local
71 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile, in extract()
/external/libpng/
Dpngget.c109 return info_ptr->compression_type; in png_get_compression_type()
737 png_charpp name, int *compression_type, in png_get_iCCP() argument
744 name != NULL && compression_type != NULL && profile != NULL && in png_get_iCCP()
753 *compression_type = PNG_COMPRESSION_TYPE_BASE; in png_get_iCCP()
797 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR() argument
817 if (compression_type != NULL) in png_get_IHDR()
818 *compression_type = info_ptr->compression_type; in png_get_IHDR()
833 info_ptr->compression_type, info_ptr->filter_type); in png_get_IHDR()
Dpnginfo.h68 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member
Dpngset.c209 int color_type, int interlace_type, int compression_type, in png_set_IHDR() argument
221 info_ptr->compression_type = (png_byte)compression_type; in png_set_IHDR()
227 info_ptr->compression_type, info_ptr->filter_type); in png_set_IHDR()
628 png_const_charp name, int compression_type, in png_set_iCCP() argument
640 if (compression_type != PNG_COMPRESSION_TYPE_BASE) in png_set_iCCP()
Dpngtest.c1077 int interlace_type, compression_type, filter_type; in test_one_file() local
1080 &color_type, &interlace_type, &compression_type, &filter_type) != 0) in test_one_file()
1083 color_type, interlace_type, compression_type, filter_type); in test_one_file()
1158 int compression_type; in test_one_file() local
1160 if (png_get_iCCP(read_ptr, read_info_ptr, &name, &compression_type, in test_one_file()
1163 png_set_iCCP(write_ptr, write_info_ptr, name, compression_type, in test_one_file()
Dpngwutil.c674 int bit_depth, int color_type, int compression_type, int filter_type, in png_write_IHDR() argument
750 if (compression_type != PNG_COMPRESSION_TYPE_BASE) in png_write_IHDR()
753 compression_type = PNG_COMPRESSION_TYPE_BASE; in png_write_IHDR()
797 png_ptr->compression_type = (png_byte)compression_type; in png_write_IHDR()
813 buf[10] = (png_byte)compression_type; in png_write_IHDR()
997 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE) in png_compress_IDAT()
1043 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE) in png_compress_IDAT()
Dpngstruct.h428 png_byte compression_type; member
Dpngrutil.c833 int bit_depth, color_type, compression_type, filter_type; in png_handle_IHDR() local
854 compression_type = buf[10]; in png_handle_IHDR()
867 png_ptr->compression_type = (png_byte)compression_type; in png_handle_IHDR()
898 color_type, interlace_type, compression_type, filter_type); in png_handle_IHDR()
Dpng.h2116 png_inforp info_ptr, png_charpp name, int *compression_type,
2122 png_inforp info_ptr, png_const_charp name, int compression_type,
Dpng.c2482 int color_type, int interlace_type, int compression_type,
2584 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
Dpngpriv.h1577 int color_type, int interlace_type, int compression_type,
Dlibpng-manual.txt1231 &compression_type, &filter_method);
1265 compression_type - (must be PNG_COMPRESSION_TYPE_BASE
1275 interlace_type, compression_type, or filter_method can
1300 compression_type = png_get_compression_type(png_ptr,
1399 &compression_type, &profile, &proflen);
1403 compression_type - The compression type; always
2903 compression_type, filter_method)
2938 compression_type - (must be
2952 If you wish, you can reset the compression_type, interlace_type, or
3026 png_set_iCCP(png_ptr, info_ptr, name, compression_type,
[all …]
/external/pdfium/third_party/lpng_v163/
Dpngget.c108 return info_ptr->compression_type; in png_get_compression_type()
704 png_charpp name, int *compression_type, in png_get_iCCP() argument
710 && name != NULL && compression_type != NULL && profile != NULL && in png_get_iCCP()
719 *compression_type = PNG_COMPRESSION_TYPE_BASE; in png_get_iCCP()
763 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR() argument
777 if (compression_type != NULL) in png_get_IHDR()
778 *compression_type = info_ptr->compression_type; in png_get_IHDR()
793 info_ptr->compression_type, info_ptr->filter_type); in png_get_IHDR()
Dpnginfo.h69 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member
Dpngset.c206 int color_type, int interlace_type, int compression_type, in png_set_IHDR() argument
218 info_ptr->compression_type = (png_byte)compression_type; in png_set_IHDR()
224 info_ptr->compression_type, info_ptr->filter_type); in png_set_IHDR()
611 png_const_charp name, int compression_type, in png_set_iCCP() argument
623 if (compression_type != PNG_COMPRESSION_TYPE_BASE) in png_set_iCCP()
Dpngwutil.c754 int bit_depth, int color_type, int compression_type, int filter_type, in png_write_IHDR() argument
830 if (compression_type != PNG_COMPRESSION_TYPE_BASE) in png_write_IHDR()
833 compression_type = PNG_COMPRESSION_TYPE_BASE; in png_write_IHDR()
877 png_ptr->compression_type = (png_byte)compression_type; in png_write_IHDR()
893 buf[10] = (png_byte)compression_type; in png_write_IHDR()
1074 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE) in png_compress_IDAT()
1120 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE) in png_compress_IDAT()
Dpngstruct.h434 png_byte compression_type; member
Dpngrutil.c798 int bit_depth, color_type, compression_type, filter_type; in png_handle_IHDR() local
819 compression_type = buf[10]; in png_handle_IHDR()
832 png_ptr->compression_type = (png_byte)compression_type; in png_handle_IHDR()
864 color_type, interlace_type, compression_type, filter_type); in png_handle_IHDR()
Dpng.h2536 png_inforp info_ptr, png_charpp name, int *compression_type,
2542 png_inforp info_ptr, png_const_charp name, int compression_type,
Dpng.c2360 int color_type, int interlace_type, int compression_type,
2449 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
Dpngpriv.h1605 int color_type, int interlace_type, int compression_type,
/external/vboot_reference/firmware/stub/
Dvboot_api_stub.c83 uint32_t compression_type, in VbExDecompress() argument
/external/pdfium/samples/
Dimage_diff_png.cc151 int bit_depth, color_type, interlace_type, compression_type; in DecodeInfoCallback() local
155 &interlace_type, &compression_type, &filter_type); in DecodeInfoCallback()
/external/vboot_reference/tests/
Dvboot_region_tests.c165 uint32_t compression_type, in VbExDecompress() argument
/external/vboot_reference/firmware/include/
Dvboot_api.h959 uint32_t compression_type,

12