/external/libpng/contrib/examples/ |
D | iccfrompng.c | 68 int compression_type; in extract() local 71 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile, in extract()
|
/external/libpng/ |
D | pngget.c | 109 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()
|
D | pnginfo.h | 68 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member
|
D | pngset.c | 209 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()
|
D | pngtest.c | 1077 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()
|
D | pngwutil.c | 674 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()
|
D | pngstruct.h | 428 png_byte compression_type; member
|
D | pngrutil.c | 833 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()
|
D | png.h | 2116 png_inforp info_ptr, png_charpp name, int *compression_type, 2122 png_inforp info_ptr, png_const_charp name, int compression_type,
|
D | png.c | 2482 int color_type, int interlace_type, int compression_type, 2584 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
|
D | pngpriv.h | 1577 int color_type, int interlace_type, int compression_type,
|
D | libpng-manual.txt | 1231 &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/ |
D | pngget.c | 108 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()
|
D | pnginfo.h | 69 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member
|
D | pngset.c | 206 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()
|
D | pngwutil.c | 754 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()
|
D | pngstruct.h | 434 png_byte compression_type; member
|
D | pngrutil.c | 798 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()
|
D | png.h | 2536 png_inforp info_ptr, png_charpp name, int *compression_type, 2542 png_inforp info_ptr, png_const_charp name, int compression_type,
|
D | png.c | 2360 int color_type, int interlace_type, int compression_type, 2449 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
|
D | pngpriv.h | 1605 int color_type, int interlace_type, int compression_type,
|
/external/vboot_reference/firmware/stub/ |
D | vboot_api_stub.c | 83 uint32_t compression_type, in VbExDecompress() argument
|
/external/pdfium/samples/ |
D | image_diff_png.cc | 151 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/ |
D | vboot_region_tests.c | 165 uint32_t compression_type, in VbExDecompress() argument
|
/external/vboot_reference/firmware/include/ |
D | vboot_api.h | 959 uint32_t compression_type,
|