/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | writepng.c | 88 int color_type, interlace_type; in writepng_init() local
|
/third_party/cups-filters/cupsfilters/ |
H A D | image-png.c | 48 interlace_type, /* Interlace type */ in _cupsImageReadPNG() local
|
/third_party/skia/third_party/externals/libpng/contrib/oss-fuzz/ |
H A D | libpng_read_fuzzer.cc | 148 int bit_depth, color_type, interlace_type, compression_type; in LLVMFuzzerTestOneInput() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | rdtarga.c | 333 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pnginfo.h | 70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
|
H A D | pngget.c | 825 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) png_get_IHDR() argument
|
H A D | png.c | 2547 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) png_check_IHDR() argument
|
H A D | pngrutil.c | 843 int interlace_type; in png_handle_IHDR() local
|
H A D | pngset.c | 254 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) png_set_IHDR() argument
|
H A D | pngtest.c | 1088 int interlace_type, compression_type, filter_type; in test_one_file() local
|
H A D | pngwutil.c | 672 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) png_write_IHDR() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | mmaldec.c | 284 MMAL_PARAMETER_VIDEO_INTERLACE_TYPE_T interlace_type; in ffmal_update_format() local
|
H A D | pngdec.c | 86 int interlace_type; member [all...] |
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 2434 int interlace_type :9; /* int, but must store '1' */ member 3738 npasses_from_interlace_type(png_const_structp pp, int interlace_type) in npasses_from_interlace_type() argument 3988 check_interlace_type(int const interlace_type) in check_interlace_type() argument 380 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) standard_name() argument 4105 make_transform_image(png_store* const ps, png_byte const colour_type, png_byte const bit_depth, unsigned int palette_number, int interlace_type, png_const_charp name) make_transform_image() argument 4284 int interlace_type; make_transform_images() local 4324 make_size_image(png_store* const ps, png_byte const colour_type, png_byte const bit_depth, int const interlace_type, png_uint_32 const w, png_uint_32 const h, int const do_interlace) make_size_image() argument 4639 make_error(png_store* const ps, png_byte const colour_type, png_byte bit_depth, int interlace_type, int test, png_const_charp name) make_error() argument 4783 int interlace_type; make_errors() local 4944 png_byte interlace_type; global() member 5820 int interlace_type; test_standard() local 10553 gamma_threshold_test(png_modifier *pm, png_byte colour_type, png_byte bit_depth, int interlace_type, double file_gamma, double screen_gamma) gamma_threshold_test() argument 10609 gamma_transform_test(png_modifier *pm, png_byte colour_type, png_byte bit_depth, int palette_number, int interlace_type, const double file_gamma, const double screen_gamma, png_byte sbit, int use_input_precision, int scale16) gamma_transform_test() argument 10770 gamma_composition_test(png_modifier *pm, png_byte colour_type, png_byte bit_depth, int palette_number, int interlace_type, const double file_gamma, const double screen_gamma, int use_input_precision, int do_background, int expand_16) gamma_composition_test() argument [all...] |