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

  /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
pngrutil.c 833 int bit_depth, color_type, compression_type, filter_type; local
854 compression_type = buf[10];
867 png_ptr->compression_type = (png_byte)compression_type;
898 color_type, interlace_type, compression_type, filter_type);
    [all...]
pngstruct.h 428 png_byte compression_type; member in struct:png_struct_def
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...]
  /external/opencv3/3rdparty/libpng/
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
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...]
  /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
pngrutil.c 798 int bit_depth, color_type, compression_type, filter_type; local
819 compression_type = buf[10];
832 png_ptr->compression_type = (png_byte)compression_type;
864 color_type, interlace_type, compression_type, filter_type);
    [all...]
pngstruct.h 434 png_byte compression_type; member in struct:png_struct_def
  /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/pdfium/samples/
image_diff_png.cc 151 int bit_depth, color_type, interlace_type, compression_type; local
155 &interlace_type, &compression_type, &filter_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...]

Completed in 121 milliseconds