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

12

/external/libpng/
H A Dpnginfo.h71 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_info_def
H A Dexample.c276 int bit_depth, color_type, interlace_type;
288 int bit_depth, color_type, interlace_type;
365 &interlace_type, NULL, NULL);
H A Dpngget.c100 return info_ptr->interlace_type;
764 int *color_type, int *interlace_type, int *compression_type,
784 if (interlace_type != NULL)
785 *interlace_type = info_ptr->interlace_type;
793 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
762 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp info_ptr, png_uint_32 *width, png_uint_32 *height, int *bit_depth, int *color_type, int *interlace_type, int *compression_type, int *filter_type) argument
H A Dpngset.c207 int color_type, int interlace_type, int compression_type,
221 info_ptr->interlace_type = (png_byte)interlace_type;
224 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
205 png_set_IHDR(png_const_structrp png_ptr, png_inforp info_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
H A Dpngtest.c1049 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);
1061 switch (interlace_type)
H A Dpngwutil.c756 int interlace_type)
861 if (interlace_type != PNG_INTERLACE_NONE &&
862 interlace_type != PNG_INTERLACE_ADAM7)
865 interlace_type = PNG_INTERLACE_ADAM7;
868 interlace_type=PNG_INTERLACE_NONE;
874 png_ptr->interlaced = (png_byte)interlace_type;
896 buf[12] = (png_byte)interlace_type;
754 png_write_IHDR(png_structrp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int compression_type, int filter_type, int interlace_type) argument
H A Dpngrutil.c824 int interlace_type; local
846 interlace_type = buf[12];
852 png_ptr->interlaced = (png_byte)interlace_type;
889 color_type, interlace_type, compression_type, filter_type);
H A Dpng.c2427 int color_type, int interlace_type, int compression_type,
2502 if (interlace_type >= PNG_INTERLACE_LAST)
2425 png_check_IHDR(png_const_structrp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
/external/libpng/contrib/gregbook/
H A Dwritepng.c88 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/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc149 int bit_depth, color_type, interlace_type, compression_type; local
153 &interlace_type, &compression_type, &filter_type);
198 if (interlace_type == PNG_INTERLACE_ADAM7)
/external/jpeg/
H A Drdtarga.c337 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 */
/external/qemu/distrib/jpeg-6b/
H A Drdtarga.c337 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 */
/external/libpng/contrib/libtests/
H A Dpngvalid.c297 int bit_depth, unsigned int npalette, int interlace_type,
311 if (interlace_type != PNG_INTERLACE_NONE)
1922 int interlace_type :9; /* int, but must store '1' */ member in struct:png_modifier
2011 pm->interlace_type = PNG_INTERLACE_NONE;
3169 npasses_from_interlace_type(png_const_structp pp, int interlace_type) argument
3171 switch (interlace_type)
3419 check_interlace_type(int PNG_CONST interlace_type) argument
3421 if (interlace_type != PNG_INTERLACE_NONE)
3441 int interlace_type, png_const_charp name)
3445 check_interlace_type(interlace_type);
296 standard_name(char *buffer, size_t bufsize, size_t pos, png_byte colour_type, int bit_depth, unsigned int npalette, int interlace_type, png_uint_32 w, png_uint_32 h, int do_interlace) argument
3439 make_transform_image(png_store* PNG_CONST ps, png_byte PNG_CONST colour_type, png_byte PNG_CONST bit_depth, unsigned int palette_number, int interlace_type, png_const_charp name) argument
3585 int interlace_type; local
3671 make_size_image(png_store* PNG_CONST ps, png_byte PNG_CONST colour_type, png_byte PNG_CONST bit_depth, int PNG_CONST interlace_type, png_uint_32 PNG_CONST w, png_uint_32 PNG_CONST h, int PNG_CONST do_interlace) argument
3979 make_error(png_store* volatile psIn, png_byte PNG_CONST colour_type, png_byte bit_depth, int interlace_type, int test, png_const_charp name) argument
4088 int interlace_type; local
4249 int interlace_type; member in struct:standard_display
5116 int interlace_type; local
9000 gamma_threshold_test(png_modifier *pm, png_byte colour_type, png_byte bit_depth, int interlace_type, double file_gamma, double screen_gamma) argument
9052 gamma_transform_test(png_modifier *pm, PNG_CONST png_byte colour_type, PNG_CONST png_byte bit_depth, PNG_CONST int palette_number, PNG_CONST int interlace_type, PNG_CONST double file_gamma, PNG_CONST double screen_gamma, PNG_CONST png_byte sbit, PNG_CONST int use_input_precision, PNG_CONST int scale16) argument
9207 gamma_composition_test(png_modifier *pm, PNG_CONST png_byte colour_type, PNG_CONST png_byte bit_depth, PNG_CONST int palette_number, PNG_CONST int interlace_type, PNG_CONST double file_gamma, PNG_CONST double screen_gamma, PNG_CONST int use_input_precision, PNG_CONST int do_background, PNG_CONST int expand_16) argument
[all...]
/external/chromium_org/third_party/libpng/
H A Dpngget.c103 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,
577 png_get_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 *width, png_uint_32 *height, int *bit_depth, int *color_type, int *interlace_type, int *compression_type, int *filter_type) argument
H A Dpngset.c229 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,
227 png_set_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
H A Dpngwutil.c394 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;
392 png_write_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int compression_type, int filter_type, int interlace_type) argument
H A Dpng.c962 int color_type, int interlace_type, int compression_type,
1044 if (interlace_type >= PNG_INTERLACE_LAST)
960 png_check_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
H A Dpngrutil.c446 int interlace_type; local
468 interlace_type = buf[12];
474 png_ptr->interlaced = (png_byte)interlace_type;
510 color_type, interlace_type, compression_type, filter_type);
/external/qemu/distrib/libpng-1.2.46/
H A Dpngget.c103 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,
577 png_get_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 *width, png_uint_32 *height, int *bit_depth, int *color_type, int *interlace_type, int *compression_type, int *filter_type) argument
H A Dpng.c932 int color_type, int interlace_type, int compression_type,
1014 if (interlace_type >= PNG_INTERLACE_LAST)
930 png_check_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
H A Dpngset.c229 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,
227 png_set_IHDR(png_structp png_ptr, png_infop info_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) argument
H A Dpngwutil.c394 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;
392 png_write_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int compression_type, int filter_type, int interlace_type) argument
H A Dpngrutil.c462 int interlace_type; local
484 interlace_type = buf[12];
490 png_ptr->interlaced = (png_byte)interlace_type;
526 color_type, interlace_type, compression_type, filter_type);
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.cc167 int bit_depth, color_type, interlace_type, compression_type; local
171 &interlace_type, &compression_type, &filter_type);
273 if (interlace_type == PNG_INTERLACE_ADAM7)
H A Dpng_codec_unittest.cc155 const int interlace_type = PNG_INTERLACE_NONE,
217 interlace_type, PNG_COMPRESSION_TYPE_DEFAULT,

Completed in 4656 milliseconds

12