HomeSort by relevance Sort by last modified time
    Searched refs:interlace_type (Results 1 - 25 of 33) sorted by null

1 2

  /external/libpng/
pnginfo.h 70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_def
example.c 276 int bit_depth, color_type, interlace_type;
288 int bit_depth, color_type, interlace_type;
365 &interlace_type, NULL, NULL);
    [all...]
pngget.c 100 return info_ptr->interlace_type;
826 int *color_type, int *interlace_type, int *compression_type,
852 if (interlace_type != NULL)
853 *interlace_type = info_ptr->interlace_type;
861 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
    [all...]
pngset.c 256 int color_type, int interlace_type, int compression_type,
270 info_ptr->interlace_type = (png_byte)interlace_type;
273 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
    [all...]
pngtest.c 1086 int interlace_type, compression_type, filter_type; local
1089 &color_type, &interlace_type, &compression_type, &filter_type) != 0)
1092 color_type, interlace_type, compression_type, filter_type);
1096 switch (interlace_type)
    [all...]
pngwutil.c 675 int interlace_type)
785 if (interlace_type != PNG_INTERLACE_NONE &&
786 interlace_type != PNG_INTERLACE_ADAM7)
789 interlace_type = PNG_INTERLACE_ADAM7;
792 interlace_type=PNG_INTERLACE_NONE;
798 png_ptr->interlaced = (png_byte)interlace_type;
820 buf[12] = (png_byte)interlace_type;
    [all...]
pngrutil.c 844 int interlace_type; local
866 interlace_type = buf[12];
872 png_ptr->interlaced = (png_byte)interlace_type;
908 color_type, interlace_type, compression_type, filter_type);
    [all...]
  /external/pdfium/third_party/libpng16/
pnginfo.h 70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_def
pngget.c 100 return info_ptr->interlace_type;
797 int *color_type, int *interlace_type, int *compression_type,
823 if (interlace_type != NULL)
824 *interlace_type = info_ptr->interlace_type;
832 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
    [all...]
pngset.c 209 int color_type, int interlace_type, int compression_type,
223 info_ptr->interlace_type = (png_byte)interlace_type;
226 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
    [all...]
pngwutil.c 675 int interlace_type)
780 if (interlace_type != PNG_INTERLACE_NONE &&
781 interlace_type != PNG_INTERLACE_ADAM7)
784 interlace_type = PNG_INTERLACE_ADAM7;
787 interlace_type=PNG_INTERLACE_NONE;
793 png_ptr->interlaced = (png_byte)interlace_type;
815 buf[12] = (png_byte)interlace_type;
    [all...]
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...]
  /external/libpng/contrib/oss-fuzz/
libpng_read_fuzzer.cc 150 int bit_depth, color_type, interlace_type, compression_type; local
154 &height, &bit_depth, &color_type, &interlace_type,
  /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/libpng/contrib/libtests/
pngvalid.c 380 int bit_depth, unsigned int npalette, int interlace_type,
398 if (interlace_type != PNG_INTERLACE_NONE)
2434 int interlace_type :9; \/* int, but must store '1' *\/ member in struct:png_modifier
4284 int interlace_type; local
4783 int interlace_type; local
4944 png_byte interlace_type; member in struct:standard_display
5820 int interlace_type; local
    [all...]
  /external/libjpeg-turbo/
rdtarga.c 339 int idlen, cmaptype, subtype, flags, interlace_type, components; local
363 interlace_type = flags >> 6; /* bits 6/7 are interlace code */
368 interlace_type != 0 || /* currently don't allow interlaced image */
  /external/syslinux/com32/lib/libpng/
example.c 89 int bit_depth, color_type, interlace_type;
101 int bit_depth, color_type, interlace_type;
178 &interlace_type, int_p_NULL, int_p_NULL);
pngget.c 103 return info_ptr->interlace_type;
579 int *color_type, int *interlace_type, int *compression_type,
600 if (interlace_type != NULL)
601 *interlace_type = info_ptr->interlace_type;
609 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
pngset.c 229 int color_type, int interlace_type, int compression_type,
243 info_ptr->interlace_type = (png_byte)interlace_type;
246 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
    [all...]
pngwutil.c 394 int interlace_type)
479 if (interlace_type != PNG_INTERLACE_NONE &&
480 interlace_type != PNG_INTERLACE_ADAM7)
483 interlace_type = PNG_INTERLACE_ADAM7;
486 interlace_type=PNG_INTERLACE_NONE;
492 png_ptr->interlaced = (png_byte)interlace_type;
514 buf[12] = (png_byte)interlace_type;
    [all...]
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...]
png.c 962 int color_type, int interlace_type, int compression_type,
1044 if (interlace_type >= PNG_INTERLACE_LAST)
pngrutil.c 439 int interlace_type; local
461 interlace_type = buf[12];
467 png_ptr->interlaced = (png_byte)interlace_type;
503 color_type, interlace_type, compression_type, filter_type);
    [all...]
  /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);
1144 int bit_depth, interlace_type, compression_type; local
    [all...]
  /external/pdfium/testing/image_diff/
image_diff_png.cpp 184 int bit_depth, color_type, interlace_type, compression_type; local
188 &interlace_type, &compression_type, &filter_type);
233 if (interlace_type == PNG_INTERLACE_ADAM7)

Completed in 399 milliseconds

1 2