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

1 2

  /external/libpng/contrib/examples/
iccfrompng.c 68 int compression_type; local
71 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile,
  /external/libpng/
pnginfo.h 68 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member in struct:png_info_def
pngget.c 109 return info_ptr->compression_type;
737 png_charpp name, int *compression_type,
744 name != NULL && compression_type != NULL && profile != NULL &&
753 *compression_type = PNG_COMPRESSION_TYPE_BASE;
797 int *color_type, int *interlace_type, int *compression_type,
817 if (compression_type != NULL)
818 *compression_type = info_ptr->compression_type;
833 info_ptr->compression_type, info_ptr->filter_type);
    [all...]
pngset.c 209 int color_type, int interlace_type, int compression_type,
221 info_ptr->compression_type = (png_byte)compression_type;
227 info_ptr->compression_type, info_ptr->filter_type);
628 png_const_charp name, int compression_type,
640 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
    [all...]
pngtest.c 1077 int interlace_type, compression_type, filter_type; local
1080 &color_type, &interlace_type, &compression_type, &filter_type) != 0)
1083 color_type, interlace_type, compression_type, filter_type);
1158 int compression_type; local
    [all...]
pngwutil.c 674 int bit_depth, int color_type, int compression_type, int filter_type,
750 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
753 compression_type = PNG_COMPRESSION_TYPE_BASE;
797 png_ptr->compression_type = (png_byte)compression_type;
813 buf[10] = (png_byte)compression_type;
997 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE)
    [all...]
pngstruct.h 428 png_byte compression_type; member in struct:png_struct_def
  /external/pdfium/third_party/lpng_v163/
pnginfo.h 69 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member in struct:png_info_def
pngget.c 108 return info_ptr->compression_type;
704 png_charpp name, int *compression_type,
710 && name != NULL && compression_type != NULL && profile != NULL &&
719 *compression_type = PNG_COMPRESSION_TYPE_BASE;
763 int *color_type, int *interlace_type, int *compression_type,
777 if (compression_type != NULL)
778 *compression_type = info_ptr->compression_type;
793 info_ptr->compression_type, info_ptr->filter_type);
    [all...]
pngset.c 206 int color_type, int interlace_type, int compression_type,
218 info_ptr->compression_type = (png_byte)compression_type;
224 info_ptr->compression_type, info_ptr->filter_type);
611 png_const_charp name, int compression_type,
623 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
    [all...]
pngstruct.h 434 png_byte compression_type; member in struct:png_struct_def
pngwutil.c 754 int bit_depth, int color_type, int compression_type, int filter_type,
830 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
833 compression_type = PNG_COMPRESSION_TYPE_BASE;
877 png_ptr->compression_type = (png_byte)compression_type;
893 buf[10] = (png_byte)compression_type;
    [all...]
  /external/opencv3/3rdparty/libpng/
pnginfo.h 69 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member in struct:png_info_def
pngget.c 109 return info_ptr->compression_type;
679 png_charpp name, int *compression_type,
685 && name != NULL && compression_type != NULL && profile != NULL &&
690 /* Compression_type is a dummy so the API won't have to change
694 *compression_type = info_ptr->iccp_compression;
738 int *color_type, int *interlace_type, int *compression_type,
753 if (compression_type != NULL)
754 *compression_type = info_ptr->compression_type;
769 info_ptr->compression_type, info_ptr->filter_type)
    [all...]
pngset.c 221 int color_type, int interlace_type, int compression_type,
233 info_ptr->compression_type = (png_byte)compression_type;
239 info_ptr->compression_type, info_ptr->filter_type);
618 png_const_charp name, int compression_type,
660 info_ptr->iccp_compression = (png_byte)compression_type;
    [all...]
pngstruct.h 318 png_byte compression_type; member in struct:png_struct_def
pngwutil.c 678 int bit_depth, int color_type, int compression_type, int filter_type,
754 if (compression_type != PNG_COMPRESSION_TYPE_BASE)
757 compression_type = PNG_COMPRESSION_TYPE_BASE;
801 png_ptr->compression_type = (png_byte)compression_type;
817 buf[10] = (png_byte)compression_type;
972 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE)
    [all...]
pngrutil.c 525 int bit_depth, color_type, compression_type, filter_type; local
546 compression_type = buf[10];
559 png_ptr->compression_type = (png_byte)compression_type;
591 color_type, interlace_type, compression_type, filter_type);
1236 png_byte compression_type; local
    [all...]
  /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
  /external/vboot_reference/firmware/stub/
vboot_api_stub.c 83 uint32_t compression_type,
  /frameworks/base/tools/aapt/
Images.cpp 104 int bit_depth, interlace_type, compression_type; local
113 &interlace_type, &compression_type, NULL);
116 //printf("color_type=%d, bit_depth=%d, interlace_type=%d, compression_type=%d\n",
117 // color_type, bit_depth, interlace_type, compression_type);
165 interlace_type, compression_type);
170 &interlace_type, &compression_type, NULL);
1143 int bit_depth, interlace_type, compression_type; local
    [all...]
  /external/pdfium/samples/
image_diff_png.cc 151 int bit_depth, color_type, interlace_type, compression_type; local
155 &interlace_type, &compression_type, &filter_type);
  /external/vboot_reference/firmware/include/
vboot_api.h     [all...]
  /external/vboot_reference/tests/
vboot_region_tests.c 165 uint32_t compression_type,

Completed in 280 milliseconds

1 2