HomeSort by relevance Sort by last modified time
    Searched defs:compression_type (Results 1 - 12 of 12) 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 830 int bit_depth, color_type, compression_type, filter_type; local
851 compression_type = buf[10];
864 png_ptr->compression_type = (png_byte)compression_type;
896 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...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
pnginfo.h 69 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member in struct:png_info_def
fx_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);
1062 int bit_depth, interlace_type, compression_type; local
    [all...]

Completed in 614 milliseconds