Searched defs:compression_type (Results 1 – 11 of 11) sorted by relevance
/external/qemu/distrib/libpng-1.2.19/ |
D | pngset.c | 262 int color_type, int interlace_type, int compression_type, in png_set_IHDR() 677 png_charp name, int compression_type, in png_set_iCCP()
|
D | pngget.c | 490 png_charpp name, int *compression_type, in png_get_iCCP() 541 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR()
|
D | pngwutil.c | 377 int bit_depth, int color_type, int compression_type, int filter_type, in png_write_IHDR() 728 png_write_iCCP(png_structp png_ptr, png_charp name, int compression_type, in png_write_iCCP()
|
D | pngrutil.c | 352 int bit_depth, color_type, compression_type, filter_type; in png_handle_IHDR() local 991 png_byte compression_type; in png_handle_iCCP() local
|
D | png.h | 709 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member 1396 png_byte compression_type; member
|
/external/libpng/ |
D | pngget.c | 525 png_charpp name, int *compression_type, in png_get_iCCP() 579 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR()
|
D | pngset.c | 229 int color_type, int interlace_type, int compression_type, in png_set_IHDR() 595 png_charp name, int compression_type, in png_set_iCCP()
|
D | pngtest.c | 907 int interlace_type, compression_type, filter_type; in test_one_file() local 970 int compression_type; in test_one_file() local
|
D | png.c | 962 int color_type, int interlace_type, int compression_type, in png_check_IHDR()
|
D | pngwutil.c | 393 int bit_depth, int color_type, int compression_type, int filter_type, in png_write_IHDR() 769 png_write_iCCP(png_structp png_ptr, png_charp name, int compression_type, in png_write_iCCP()
|
D | pngrutil.c | 455 int bit_depth, color_type, compression_type, filter_type; in png_handle_IHDR() local 1063 png_byte compression_type; in png_handle_iCCP() local
|