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

  /external/libpng/contrib/gregbook/
writepng.c 87 int color_type, interlace_type; local
151 interlace_type = mainprog_ptr->interlaced? PNG_INTERLACE_ADAM7 :
155 mainprog_ptr->sample_depth, color_type, interlace_type,
  /external/jpeg/
rdtarga.c 337 int idlen, cmaptype, subtype, flags, interlace_type, components; local
361 interlace_type = flags >> 6; /* bits 6/7 are interlace code */
366 interlace_type != 0) /* currently don't allow interlaced image */
  /frameworks/base/tools/aapt/
Images.cpp 69 int bit_depth, interlace_type, compression_type; local
76 &interlace_type, &compression_type, NULL);
79 //printf("color_type=%d, bit_depth=%d, interlace_type=%d, compression_type=%d\n",
80 // color_type, bit_depth, interlace_type, compression_type);
125 interlace_type, compression_type));
129 &interlace_type, &compression_type, NULL);
845 int bit_depth, interlace_type, compression_type; local
959 &bit_depth, &color_type, &interlace_type,
963 (int)width, (int)height, bit_depth, color_type, interlace_type,
    [all...]
  /external/libpng/
pngtest.c 907 int interlace_type, compression_type, filter_type; local
910 &color_type, &interlace_type, &compression_type, &filter_type))
914 color_type, interlace_type, compression_type, filter_type);
    [all...]
pngrutil.c 456 int interlace_type; local
478 interlace_type = buf[12];
484 png_ptr->interlaced = (png_byte)interlace_type;
520 color_type, interlace_type, compression_type, filter_type);
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 235 int bit_depth, color_type, interlace_type; local
237 &color_type, &interlace_type, int_p_NULL, int_p_NULL);
277 int bit_depth, color_type, interlace_type; local
279 &color_type, &interlace_type, int_p_NULL, int_p_NULL);
332 const int number_passes = interlace_type != PNG_INTERLACE_NONE ?
433 int bit_depth, color_type, interlace_type; local
436 &color_type, &interlace_type, int_p_NULL, int_p_NULL);
451 int bit_depth, color_type, interlace_type; local
453 &color_type, &interlace_type, int_p_NULL, int_p_NULL);
622 int bit_depth, color_type, interlace_type; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 353 int interlace_type; local
375 interlace_type = buf[12];
381 png_ptr->interlaced = (png_byte)interlace_type;
414 color_type, interlace_type, compression_type, filter_type);
    [all...]
png.h 711 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_struct
    [all...]

Completed in 394 milliseconds