HomeSort by relevance Sort by last modified time
    Searched refs:compression_type (Results 1 - 25 of 29) sorted by null

1 2

  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 69 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member in struct:png_info_def
pngstruct.h 318 png_byte compression_type; member in struct:png_struct_def
pngpriv.h     [all...]
  /external/chromium_org/third_party/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);
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...]
pngrutil.c 445 int bit_depth, color_type, compression_type, filter_type; local
466 compression_type = buf[10];
479 png_ptr->compression_type = (png_byte)compression_type;
510 color_type, interlace_type, compression_type, filter_type);
1053 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...]
png.c 962 int color_type, int interlace_type, int compression_type,
1050 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
png.h     [all...]
  /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);
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...]
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...]
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...]
png.c 932 int color_type, int interlace_type, int compression_type,
1020 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
png.h     [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...]
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...]
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...]
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...]
  /external/chromium_org/third_party/ots/src/
woff2.cc 750 const uint8_t* src_buf, size_t src_size, uint32_t compression_type) {
751 if (compression_type == kCompressionTypeGzip) {
759 } else if (compression_type == kCompressionTypeLzma) {
966 uint32_t compression_type = flags & kCompressionTypeMask; local
972 } else if (compression_type == kCompressionTypeNone) {
995 src_buf, table->src_length, 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/chromium_org/tools/imagediff/
image_diff_png.cc 156 int bit_depth, color_type, interlace_type, compression_type; local
160 &interlace_type, &compression_type, &filter_type);
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 167 int bit_depth, color_type, interlace_type, compression_type; local
171 &interlace_type, &compression_type, &filter_type);

Completed in 202 milliseconds

1 2