Home
last modified time | relevance | path

Searched defs:interlace_type (Results 1 – 24 of 24) sorted by relevance

/external/libpng/contrib/gregbook/
Dwritepng.c88 int color_type, interlace_type; in writepng_init() local
/external/libpng/
Dpnginfo.h71 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
Dpngset.c207 int color_type, int interlace_type, int compression_type, in png_set_IHDR()
Dpngget.c764 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR()
Dpngtest.c1049 int interlace_type, compression_type, filter_type; in test_one_file() local
Dpngwutil.c756 int interlace_type) in png_write_IHDR()
Dpngrutil.c824 int interlace_type; in png_handle_IHDR() local
/external/jpeg/
Drdtarga.c337 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local
/external/qemu/distrib/jpeg-6b/
Drdtarga.c337 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local
/external/chromium_org/third_party/libjpeg_turbo/
Drdtarga.c337 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local
/external/libpng/contrib/libtests/
Dpngvalid.c297 int bit_depth, unsigned int npalette, int interlace_type, in standard_name()
1922 int interlace_type :9; /* int, but must store '1' */ member
3169 npasses_from_interlace_type(png_const_structp pp, int interlace_type) in npasses_from_interlace_type()
3419 check_interlace_type(int PNG_CONST interlace_type) in check_interlace_type()
3441 int interlace_type, png_const_charp name) in make_transform_image()
3585 int interlace_type; in make_transform_images() local
3672 png_byte PNG_CONST bit_depth, int PNG_CONST interlace_type, in make_size_image()
3980 png_byte bit_depth, int interlace_type, int test, png_const_charp name) in make_error()
4088 int interlace_type; in make_errors() local
4249 int interlace_type; member
[all …]
/external/qemu/distrib/libpng-1.2.46/
Dpng.c932 int color_type, int interlace_type, int compression_type, in png_check_IHDR()
Dpngset.c229 int color_type, int interlace_type, int compression_type, in png_set_IHDR()
Dpngget.c579 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR()
Dpngrutil.c462 int interlace_type; in png_handle_IHDR() local
Dpngwutil.c394 int interlace_type) in png_write_IHDR()
/external/chromium_org/third_party/libpng/
Dpng.c962 int color_type, int interlace_type, int compression_type, in png_check_IHDR()
Dpngset.c229 int color_type, int interlace_type, int compression_type, in png_set_IHDR()
Dpngget.c579 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR()
Dpngwutil.c394 int interlace_type) in png_write_IHDR()
Dpngrutil.c446 int interlace_type; in png_handle_IHDR() local
/external/chromium_org/tools/imagediff/
Dimage_diff_png.cc149 int bit_depth, color_type, interlace_type, compression_type; in DecodeInfoCallback() local
/external/chromium_org/ui/gfx/codec/
Dpng_codec.cc162 int bit_depth, color_type, interlace_type, compression_type; in DecodeInfoCallback() local
Dpng_codec_unittest.cc155 const int interlace_type = PNG_INTERLACE_NONE, in EncodeImage()