/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | writepng.c | 88 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()
|
/third_party/libpng/contrib/gregbook/ |
D | writepng.c | 88 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()
|
/third_party/libpng/contrib/libtests/ |
D | pngvalid.c | 381 int bit_depth, unsigned int npalette, int interlace_type, in standard_name() argument 399 if (interlace_type != PNG_INTERLACE_NONE) in standard_name() 2434 int interlace_type :9; /* int, but must store '1' */ member 2534 pm->interlace_type = PNG_INTERLACE_NONE; in modifier_init() 3738 npasses_from_interlace_type(png_const_structp pp, int interlace_type) in npasses_from_interlace_type() argument 3740 switch (interlace_type) in npasses_from_interlace_type() 3988 check_interlace_type(int const interlace_type) in check_interlace_type() argument 3994 if (interlace_type != PNG_INTERLACE_NONE) in check_interlace_type() 4107 int interlace_type, png_const_charp name) in make_transform_image() argument 4111 check_interlace_type(interlace_type); in make_transform_image() [all …]
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngvalid.c | 381 int bit_depth, unsigned int npalette, int interlace_type, in standard_name() argument 399 if (interlace_type != PNG_INTERLACE_NONE) in standard_name() 2434 int interlace_type :9; /* int, but must store '1' */ member 2534 pm->interlace_type = PNG_INTERLACE_NONE; in modifier_init() 3738 npasses_from_interlace_type(png_const_structp pp, int interlace_type) in npasses_from_interlace_type() argument 3740 switch (interlace_type) in npasses_from_interlace_type() 3988 check_interlace_type(int const interlace_type) in check_interlace_type() argument 3994 if (interlace_type != PNG_INTERLACE_NONE) in check_interlace_type() 4107 int interlace_type, png_const_charp name) in make_transform_image() argument 4111 check_interlace_type(interlace_type); in make_transform_image() [all …]
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngvalid.c | 381 int bit_depth, unsigned int npalette, int interlace_type, in standard_name() argument 399 if (interlace_type != PNG_INTERLACE_NONE) in standard_name() 2434 int interlace_type :9; /* int, but must store '1' */ member 2534 pm->interlace_type = PNG_INTERLACE_NONE; in modifier_init() 3738 npasses_from_interlace_type(png_const_structp pp, int interlace_type) in npasses_from_interlace_type() argument 3740 switch (interlace_type) in npasses_from_interlace_type() 3988 check_interlace_type(int const interlace_type) in check_interlace_type() argument 3994 if (interlace_type != PNG_INTERLACE_NONE) in check_interlace_type() 4107 int interlace_type, png_const_charp name) in make_transform_image() argument 4111 check_interlace_type(interlace_type); in make_transform_image() [all …]
|
/third_party/libpng/contrib/oss-fuzz/ |
D | libpng_read_fuzzer.cc | 148 int bit_depth, color_type, interlace_type, compression_type; in LLVMFuzzerTestOneInput() local 152 &height, &bit_depth, &color_type, &interlace_type, in LLVMFuzzerTestOneInput()
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/oss-fuzz/ |
D | libpng_read_fuzzer.cc | 148 int bit_depth, color_type, interlace_type, compression_type; in LLVMFuzzerTestOneInput() local 152 &height, &bit_depth, &color_type, &interlace_type, in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/libpng/contrib/oss-fuzz/ |
D | libpng_read_fuzzer.cc | 148 int bit_depth, color_type, interlace_type, compression_type; in LLVMFuzzerTestOneInput() local 152 &height, &bit_depth, &color_type, &interlace_type, in LLVMFuzzerTestOneInput()
|
/third_party/ffmpeg/libavcodec/ |
D | mmaldec.c | 281 MMAL_PARAMETER_VIDEO_INTERLACE_TYPE_T interlace_type; in ffmal_update_format() local 308 interlace_type.hdr.id = MMAL_PARAMETER_VIDEO_INTERLACE_TYPE; in ffmal_update_format() 309 interlace_type.hdr.size = sizeof(MMAL_PARAMETER_VIDEO_INTERLACE_TYPE_T); in ffmal_update_format() 310 status = mmal_port_parameter_get(decoder->output[0], &interlace_type.hdr); in ffmal_update_format() 314 ctx->interlaced_frame = (interlace_type.eMode != MMAL_InterlaceProgressive); in ffmal_update_format() 315 ctx->top_field_first = (interlace_type.eMode == MMAL_InterlaceFieldsInterleavedUpperFirst); in ffmal_update_format()
|
D | pngdec.c | 84 int interlace_type; member 337 if (s->interlace_type) { in YUV2RGB() 350 if (!s->interlace_type) { in png_handle_row() 608 s->interlace_type = bytestream2_get_byte(&s->gb); in decode_ihdr_chunk() 615 s->compression_type, s->filter_type, s->interlace_type); in decode_ihdr_chunk() 731 p->interlaced_frame = !!s->interlace_type; in decode_idat_chunk() 736 if (!s->interlace_type) { in decode_idat_chunk() 755 if (s->interlace_type || in decode_idat_chunk() 1680 pdst->interlace_type = psrc->interlace_type; in update_thread_context()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | rdtarga.c | 338 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()
|
/third_party/skia/third_party/externals/libpng/ |
D | example.c | 279 int bit_depth, color_type, interlace_type; 291 int bit_depth, color_type, interlace_type; 366 &interlace_type, NULL, NULL);
|
D | pngget.c | 100 return info_ptr->interlace_type; in png_get_interlace_type() 827 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR() argument 853 if (interlace_type != NULL) in png_get_IHDR() 854 *interlace_type = info_ptr->interlace_type; in png_get_IHDR() 862 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_get_IHDR()
|
D | pnginfo.h | 70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
|
/third_party/libpng/ |
D | example.c | 279 int bit_depth, color_type, interlace_type; 291 int bit_depth, color_type, interlace_type; 366 &interlace_type, NULL, NULL);
|
D | pngget.c | 100 return info_ptr->interlace_type; in png_get_interlace_type() 827 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR() argument 853 if (interlace_type != NULL) in png_get_IHDR() 854 *interlace_type = info_ptr->interlace_type; in png_get_IHDR() 862 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_get_IHDR()
|
D | pnginfo.h | 70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
|
D | pngwutil.c | 674 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()
|
/third_party/libjpeg-turbo/ |
D | rdtarga.c | 343 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local 367 interlace_type = flags >> 6; /* bits 6/7 are interlace code */ in start_input_tga() 372 interlace_type != 0 || /* currently don't allow interlaced image */ in start_input_tga()
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | example.c | 279 int bit_depth, color_type, interlace_type; 291 int bit_depth, color_type, interlace_type; 366 &interlace_type, NULL, NULL);
|
D | pngget.c | 100 return info_ptr->interlace_type; in png_get_interlace_type() 827 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR() argument 853 if (interlace_type != NULL) in png_get_IHDR() 854 *interlace_type = info_ptr->interlace_type; in png_get_IHDR() 862 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type, in png_get_IHDR()
|
D | pnginfo.h | 70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member
|
D | pngwutil.c | 674 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()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | rdtarga.c | 333 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local 358 interlace_type = flags >> 6; /* bits 6/7 are interlace code */ in start_input_tga() 363 interlace_type != 0 || /* currently don't allow interlaced image */ in start_input_tga()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglbumper.c | 168 gint interlace_type = 0; in gst_gl_bumper_init_resources() local 223 &interlace_type, int_p_NULL, int_p_NULL); in gst_gl_bumper_init_resources()
|