Home
last modified time | relevance | path

Searched refs:interlace_type (Results 1 – 25 of 31) sorted by relevance

12

/external/libpng/contrib/gregbook/
Dwritepng.c88 int color_type, interlace_type; in writepng_init() local
153 interlace_type = mainprog_ptr->interlaced? PNG_INTERLACE_ADAM7 : in writepng_init()
157 mainprog_ptr->sample_depth, color_type, interlace_type, in writepng_init()
/external/libpng/contrib/libtests/
Dpngvalid.c383 int bit_depth, unsigned int npalette, int interlace_type, in standard_name() argument
401 if (interlace_type != PNG_INTERLACE_NONE) in standard_name()
2051 int interlace_type :9; /* int, but must store '1' */ member
2151 pm->interlace_type = PNG_INTERLACE_NONE; in modifier_init()
3366 npasses_from_interlace_type(png_const_structp pp, int interlace_type) in npasses_from_interlace_type() argument
3368 switch (interlace_type) in npasses_from_interlace_type()
3616 check_interlace_type(int const interlace_type) in check_interlace_type() argument
3622 if (interlace_type != PNG_INTERLACE_NONE) in check_interlace_type()
3732 int interlace_type, png_const_charp name) in make_transform_image() argument
3736 check_interlace_type(interlace_type); in make_transform_image()
[all …]
/external/libjpeg-turbo/
Drdtarga.c338 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local
362 interlace_type = flags >> 6; /* bits 6/7 are interlace code */ in start_input_tga()
367 interlace_type != 0 || /* currently don't allow interlaced image */ in start_input_tga()
/external/opencv3/3rdparty/libpng/
Dpngget.c100 return info_ptr->interlace_type; in png_get_interlace_type()
738 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR() argument
759 if (interlace_type != NULL) in png_get_IHDR()
760 *interlace_type = info_ptr->interlace_type; in png_get_IHDR()
768 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_get_IHDR()
Dpnginfo.h71 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
Dpngset.c221 int color_type, int interlace_type, int compression_type, in png_set_IHDR() argument
235 info_ptr->interlace_type = (png_byte)interlace_type; in png_set_IHDR()
238 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_set_IHDR()
Dpngwutil.c679 int interlace_type) in png_write_IHDR() argument
784 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR()
785 interlace_type != PNG_INTERLACE_ADAM7) in png_write_IHDR()
788 interlace_type = PNG_INTERLACE_ADAM7; in png_write_IHDR()
791 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR()
797 png_ptr->interlaced = (png_byte)interlace_type; in png_write_IHDR()
819 buf[12] = (png_byte)interlace_type; in png_write_IHDR()
Dpngrutil.c526 int interlace_type; in png_handle_IHDR() local
548 interlace_type = buf[12]; in png_handle_IHDR()
554 png_ptr->interlaced = (png_byte)interlace_type; in png_handle_IHDR()
591 color_type, interlace_type, compression_type, filter_type); in png_handle_IHDR()
Dpng.c1171 int color_type, int interlace_type, int compression_type,
1254 if (interlace_type >= PNG_INTERLACE_LAST)
Dpngpriv.h1394 int color_type, int interlace_type, int compression_type,
/external/libpng/
Dpngget.c100 return info_ptr->interlace_type; in png_get_interlace_type()
797 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR() argument
823 if (interlace_type != NULL) in png_get_IHDR()
824 *interlace_type = info_ptr->interlace_type; in png_get_IHDR()
832 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_get_IHDR()
Dexample.c276 int bit_depth, color_type, interlace_type;
288 int bit_depth, color_type, interlace_type;
365 &interlace_type, NULL, NULL);
Dpnginfo.h70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
Dpngwutil.c675 int interlace_type) in png_write_IHDR() argument
780 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR()
781 interlace_type != PNG_INTERLACE_ADAM7) in png_write_IHDR()
784 interlace_type = PNG_INTERLACE_ADAM7; in png_write_IHDR()
787 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR()
793 png_ptr->interlaced = (png_byte)interlace_type; in png_write_IHDR()
815 buf[12] = (png_byte)interlace_type; in png_write_IHDR()
Dpngtest.c1077 int interlace_type, compression_type, filter_type; in test_one_file() local
1080 &color_type, &interlace_type, &compression_type, &filter_type) != 0) in test_one_file()
1083 color_type, interlace_type, compression_type, filter_type); in test_one_file()
1087 switch (interlace_type) in test_one_file()
Dpngset.c209 int color_type, int interlace_type, int compression_type, in png_set_IHDR() argument
223 info_ptr->interlace_type = (png_byte)interlace_type; in png_set_IHDR()
226 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_set_IHDR()
Dpngrutil.c834 int interlace_type; in png_handle_IHDR() local
856 interlace_type = buf[12]; in png_handle_IHDR()
862 png_ptr->interlaced = (png_byte)interlace_type; in png_handle_IHDR()
898 color_type, interlace_type, compression_type, filter_type); in png_handle_IHDR()
Dpng.c2482 int color_type, int interlace_type, int compression_type,
2578 if (interlace_type >= PNG_INTERLACE_LAST)
/external/pdfium/third_party/lpng_v163/
Dpngget.c99 return info_ptr->interlace_type; in png_get_interlace_type()
763 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR() argument
783 if (interlace_type != NULL) in png_get_IHDR()
784 *interlace_type = info_ptr->interlace_type; in png_get_IHDR()
792 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_get_IHDR()
Dpnginfo.h71 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
Dpngset.c206 int color_type, int interlace_type, int compression_type, in png_set_IHDR() argument
220 info_ptr->interlace_type = (png_byte)interlace_type; in png_set_IHDR()
223 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_set_IHDR()
Dpngwutil.c755 int interlace_type) in png_write_IHDR() argument
860 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR()
861 interlace_type != PNG_INTERLACE_ADAM7) in png_write_IHDR()
864 interlace_type = PNG_INTERLACE_ADAM7; in png_write_IHDR()
867 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR()
873 png_ptr->interlaced = (png_byte)interlace_type; in png_write_IHDR()
895 buf[12] = (png_byte)interlace_type; in png_write_IHDR()
Dpngrutil.c799 int interlace_type; in png_handle_IHDR() local
821 interlace_type = buf[12]; in png_handle_IHDR()
827 png_ptr->interlaced = (png_byte)interlace_type; in png_handle_IHDR()
864 color_type, interlace_type, compression_type, filter_type); in png_handle_IHDR()
Dpng.c2360 int color_type, int interlace_type, int compression_type,
2443 if (interlace_type >= PNG_INTERLACE_LAST)
/external/pdfium/samples/
Dimage_diff_png.cc151 int bit_depth, color_type, interlace_type, compression_type; in DecodeInfoCallback() local
155 &interlace_type, &compression_type, &filter_type); in DecodeInfoCallback()
200 if (interlace_type == PNG_INTERLACE_ADAM7) in DecodeInfoCallback()

12