HomeSort by relevance Sort by last modified time
    Searched full:compression_type (Results 1 - 23 of 23) sorted by null

  /external/libpng/
pngget.c 112 return info_ptr->compression_type;
525 png_charpp name, int *compression_type,
535 /* Compression_type is a dummy so the API won't have to change
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);
libpngpf.3 
pngset.c 229 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;
    [all...]
pngtest.c 907 int interlace_type, compression_type, filter_type; local
910 &color_type, &interlace_type, &compression_type, &filter_type))
914 color_type, interlace_type, compression_type, filter_type);
916 color_type, PNG_INTERLACE_NONE, compression_type, filter_type);
970 int compression_type; local
972 if (png_get_iCCP(read_ptr, read_info_ptr, &name, &compression_type,
975 png_set_iCCP(write_ptr, write_info_ptr, name, compression_type,
    [all...]
pngrutil.c 461 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
    [all...]
pngwutil.c 393 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,
792 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
    [all...]
libpng.3 163 \fBpng_uint_32 png_get_iCCP (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_charpp \fP\fIname\fP\fB, int \fP\fI*compression_type\fP\fB, png_charpp \fP\fIprofile\fP\fB, png_uint_32 \fI*proflen\fP\fB);\fP
167 \fBpng_uint_32 png_get_IHDR (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_uint_32 \fP\fI*width\fP\fB, png_uint_32 \fP\fI*height\fP\fB, int \fP\fI*bit_depth\fP\fB, int \fP\fI*color_type\fP\fB, int \fP\fI*interlace_type\fP\fB, int \fP\fI*compression_type\fP\fB, int \fI*filter_type\fP\fB);\fP
    [all...]
libpng-1.2.44.txt 526 &compression_type, &filter_method);
559 compression_type - (must be PNG_COMPRESSION_TYPE_BASE
564 Any or all of interlace_type, compression_type, or
585 compression_type = png_get_compression_type(png_ptr,
635 &compression_type, &profile, &proflen);
    [all...]
libpng-1.2.46.txt 526 &compression_type, &filter_method);
559 compression_type - (must be PNG_COMPRESSION_TYPE_BASE
564 Any or all of interlace_type, compression_type, or
585 compression_type = png_get_compression_type(png_ptr,
635 &compression_type, &profile, &proflen);
    [all...]
png.c 962 int color_type, int interlace_type, int compression_type,
1050 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
png.h     [all...]
example.c 638 * PNG_INTERLACE_ADAM7, and the compression_type and filter_type MUST
pngwrite.c 50 info_ptr->bit_depth, info_ptr->color_type, info_ptr->compression_type,
    [all...]
CHANGES     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngget.c 112 return info_ptr->compression_type;
490 png_charpp name, int *compression_type,
499 /* compression_type is a dummy so the API won't have to change
502 *compression_type = (int)info_ptr->iccp_compression;
541 int *color_type, int *interlace_type, int *compression_type,
557 if (compression_type != NULL)
558 *compression_type = info_ptr->compression_type;
pngset.c 262 int color_type, int interlace_type, int compression_type,
307 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
342 info_ptr->compression_type = (png_byte)compression_type;
677 png_charp name, int compression_type,
710 info_ptr->iccp_compression = (png_byte)compression_type;
    [all...]
pngrutil.c 352 int bit_depth, color_type, compression_type, filter_type; local
373 compression_type = buf[10];
386 png_ptr->compression_type = (png_byte)compression_type;
414 color_type, interlace_type, compression_type, filter_type);
991 png_byte compression_type; local
1054 /* compression_type should always be zero */
1055 compression_type = *profile++;
1056 if (compression_type)
1059 compression_type=0x00; /* Reset it to zero (libpng-1.0.6 through 1.0.
    [all...]
pngwutil.c 377 int bit_depth, int color_type, int compression_type, int filter_type,
429 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
432 compression_type = PNG_COMPRESSION_TYPE_BASE;
476 png_ptr->compression_type = (png_byte)compression_type;
492 buf[10] = (png_byte)compression_type;
617 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE)
728 png_write_iCCP(png_structp png_ptr, png_charp name, int compression_type,
754 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
    [all...]
png.h 709 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member in struct:png_info_struct
1396 png_byte compression_type; member in struct:png_struct_def
    [all...]
pngwrite.c 43 info_ptr->bit_depth, info_ptr->color_type, info_ptr->compression_type,
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 76 int bit_depth, interlace_type, compression_type; local
83 &interlace_type, &compression_type, NULL);
86 //printf("color_type=%d, bit_depth=%d, interlace_type=%d, compression_type=%d\n",
87 // color_type, bit_depth, interlace_type, compression_type);
132 interlace_type, compression_type));
136 &interlace_type, &compression_type, NULL);
980 int bit_depth, interlace_type, compression_type; local
    [all...]
  /external/libpng/contrib/gregbook/
readpng.c 135 * compression_type and filter_type => NULLs] */
  /external/skia/src/images/
SkImageDecoder_libpng.cpp     [all...]

Completed in 484 milliseconds