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

  /external/libpng/contrib/examples/
iccfrompng.c 64 int compression_type; local
67 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile,
  /external/libpng/
pnginfo.h 69 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member in struct:png_info_def
pngrutil.c 823 int bit_depth, color_type, compression_type, filter_type; local
844 compression_type = buf[10];
857 png_ptr->compression_type = (png_byte)compression_type;
889 color_type, interlace_type, compression_type, filter_type);
    [all...]
pngstruct.h 481 png_byte compression_type; member in struct:png_struct_def
pngtest.c 1049 int interlace_type, compression_type, filter_type; local
1052 &color_type, &interlace_type, &compression_type, &filter_type))
1055 color_type, interlace_type, compression_type, filter_type);
1130 int 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/chromium_org/tools/imagediff/
image_diff_png.cc 149 int bit_depth, color_type, interlace_type, compression_type; local
153 &interlace_type, &compression_type, &filter_type);
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 162 int bit_depth, color_type, interlace_type, compression_type; local
166 &interlace_type, &compression_type, &filter_type);
  /external/chromium_org/third_party/ots/src/
woff2.cc 778 const uint8_t* src_buf, size_t src_size, uint32_t compression_type) {
779 if (compression_type == kCompressionTypeGzip) {
787 } else if (compression_type == kCompressionTypeBrotli) {
977 uint32_t compression_type = flags & kCompressionTypeMask; local
983 } else if (compression_type == kCompressionTypeNone) {
1006 src_buf, compressed_length, compression_type)) {
    [all...]
  /external/chromium_org/third_party/libpng/
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...]
  /external/qemu/distrib/libpng-1.2.46/
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...]
  /frameworks/base/tools/aapt/
Images.cpp 103 int bit_depth, interlace_type, compression_type; local
112 &interlace_type, &compression_type, NULL);
115 //printf("color_type=%d, bit_depth=%d, interlace_type=%d, compression_type=%d\n",
116 // color_type, bit_depth, interlace_type, compression_type);
163 interlace_type, compression_type));
167 &interlace_type, &compression_type, NULL);
1074 int bit_depth, interlace_type, compression_type; local
    [all...]

Completed in 690 milliseconds