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

  /external/libpng/contrib/gregbook/
writepng.c 88 int color_type, interlace_type; local
153 interlace_type = mainprog_ptr->interlaced? PNG_INTERLACE_ADAM7 :
157 mainprog_ptr->sample_depth, color_type, interlace_type,
  /external/libjpeg-turbo/
rdtarga.c 338 int idlen, cmaptype, subtype, flags, interlace_type, components; local
362 interlace_type = flags >> 6; /* bits 6/7 are interlace code */
367 interlace_type != 0 || /* currently don't allow interlaced image */
  /external/libpng/
pnginfo.h 70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_def
pngrutil.c 834 int interlace_type; local
856 interlace_type = buf[12];
862 png_ptr->interlaced = (png_byte)interlace_type;
898 color_type, interlace_type, compression_type, filter_type);
    [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);
1087 switch (interlace_type)
    [all...]
  /external/opencv3/3rdparty/libpng/
pnginfo.h 71 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_def
pngrutil.c 526 int interlace_type; local
548 interlace_type = buf[12];
554 png_ptr->interlaced = (png_byte)interlace_type;
591 color_type, interlace_type, compression_type, filter_type);
    [all...]
  /external/pdfium/third_party/lpng_v163/
pnginfo.h 71 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_def
pngrutil.c 799 int interlace_type; local
821 interlace_type = buf[12];
827 png_ptr->interlaced = (png_byte)interlace_type;
864 color_type, interlace_type, compression_type, filter_type);
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 71 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_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);
200 if (interlace_type == PNG_INTERLACE_ADAM7)
  /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/libpng/contrib/libtests/
pngvalid.c 383 int bit_depth, unsigned int npalette, int interlace_type,
401 if (interlace_type != PNG_INTERLACE_NONE)
2051 int interlace_type :9; \/* int, but must store '1' *\/ member in struct:png_modifier
3909 int interlace_type; local
4408 int interlace_type; local
4569 png_byte interlace_type; member in struct:standard_display
5445 int interlace_type; local
    [all...]

Completed in 144 milliseconds