/external/webkit/Source/WebCore/platform/image-decoders/gif/ |
D | GIFImageReader.h | 110 bool interlaced : 1; /* TRUE, if scanlines arrive interlaced order */ member 137 is_local_colormap_defined = progressive_display = is_transparent = interlaced = false; in GIFFrameReader()
|
D | GIFImageReader.cpp | 122 if (gs->progressive_display && gs->interlaced && gs->ipass < 4) { in output_row() 164 gs->progressive_display && gs->interlaced && gs->ipass > 1)) in output_row() 169 if (!gs->interlaced) in output_row() 790 frame_reader->interlaced = true; in read() 793 frame_reader->interlaced = false; in read()
|
/external/libvpx/vpx_scale/generic/ |
D | vpxscale.c | 352 unsigned int interlaced in Scale2D() argument 428 if (interlaced) in Scale2D() 510 if (interlaced) in Scale2D() 613 unsigned int interlaced in vp8_scale_frame() argument 623 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vp8_scale_frame() 635 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vp8_scale_frame() 647 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vp8_scale_frame()
|
/external/libpng/contrib/gregbook/ |
D | writepng.h | 110 int interlaced; member
|
D | wpng.c | 182 wpng_info.interlaced = FALSE; in main() 253 wpng_info.interlaced = TRUE; in main() 702 if (wpng_info.interlaced) { in main()
|
D | writepng.c | 151 interlace_type = mainprog_ptr->interlaced? PNG_INTERLACE_ADAM7 : in writepng_init()
|
/external/libpng/ |
D | pngread.c | 660 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_read_row() 824 if (png_ptr->interlaced && in png_read_row() 956 if (png_ptr->interlaced) in png_configure_decoder() 997 if (!png_ptr->interlaced) in png_build_index() 1086 if (png_ptr->interlaced) in png_read_image()
|
D | pngtrans.c | 97 if (png_ptr && png_ptr->interlaced) in png_set_interlace_handling()
|
D | pngwrite.c | 846 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_write_row() 927 if (png_ptr->interlaced && png_ptr->pass < 6 && in png_write_row()
|
D | pngrutil.c | 490 png_ptr->interlaced = (png_byte)interlace_type; in png_handle_IHDR() 3131 if (png_ptr->interlaced) in png_read_finish_row() 3260 if (png_ptr->interlaced) in png_read_start_row() 3398 if (png_ptr->interlaced) in png_read_start_row()
|
D | pngpread.c | 956 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_push_process_row() 1167 if (png_ptr->interlaced) in png_read_push_finish_row()
|
D | pngwutil.c | 492 png_ptr->interlaced = (png_byte)interlace_type; in png_write_IHDR() 1830 if (png_ptr->interlaced) in png_write_start_row() 1888 if (png_ptr->interlaced) in png_write_finish_row()
|
D | libpng-1.2.44.txt | 1245 of the interlaced image. 1302 If the file is interlaced (interlace_type != 0 in the IHDR chunk), things 1349 This function can be called even if the file is not interlaced, 1590 /* If the image is interlaced, and you turned 1601 For the non-NULL rows of interlaced images, 1605 return) and for non-interlaced images (it just 1619 for interlaced images), you will have to pass 2358 use png_write_rows() instead. If the file is not interlaced, 2373 When the file is interlaced, things can get a good deal more complicated.
|
D | libpng-1.2.46.txt | 1245 of the interlaced image. 1302 If the file is interlaced (interlace_type != 0 in the IHDR chunk), things 1349 This function can be called even if the file is not interlaced, 1590 /* If the image is interlaced, and you turned 1601 For the non-NULL rows of interlaced images, 1605 return) and for non-interlaced images (it just 1619 for interlaced images), you will have to pass 2358 use png_write_rows() instead. If the file is not interlaced, 2373 When the file is interlaced, things can get a good deal more complicated.
|
D | CHANGES | 77 fixed some bugs (16 bit, 4 bit interlaced, etc.) 420 if an attempt is made to read an interlaced image when it's not supported. 671 Fixed "interlace" typo (should be "interlaced") in contrib/gregbook/read2-x.c 915 Fixed bug with progressive reading of narrow interlaced images in pngpread.c 1850 the end of 48-bit interlaced rows (Glenn R-P). 2338 interlaced file, to avoid a possible UMR.
|
/external/libvpx/vpx_scale/ |
D | vpxscale.h | 98 unsigned int interlaced
|
/external/kernel-headers/original/video/ |
D | dsscomp.h | 426 __u8 interlaced; /* bool */ member
|
/external/mesa3d/docs/ |
D | MESA_swap_control.spec | 87 full frame of video data. In the case of an interlaced monitor,
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pngpread.c | 788 png_ptr->interlaced && png_ptr->pass > 6) || in png_process_IDAT_data() 789 (!png_ptr->interlaced && in png_process_IDAT_data() 831 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_push_process_row() 1019 if (png_ptr->interlaced) in png_read_push_finish_row()
|
D | pngread.c | 620 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_read_row() 773 if (png_ptr->interlaced && in png_read_row() 893 if (png_ptr->interlaced) in png_read_image()
|
D | pngtrans.c | 82 if (png_ptr && png_ptr->interlaced) in png_set_interlace_handling()
|
D | pngwrite.c | 808 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_write_row() 889 if (png_ptr->interlaced && png_ptr->pass < 6 && in png_write_row()
|
D | pngwutil.c | 472 png_ptr->interlaced = (png_byte)interlace_type; in png_write_IHDR() 1796 if (png_ptr->interlaced) in png_write_start_row() 1853 if (png_ptr->interlaced) in png_write_finish_row()
|
D | pngrutil.c | 381 png_ptr->interlaced = (png_byte)interlace_type; in png_handle_IHDR() 3896 if (png_ptr->interlaced) in png_read_finish_row() 4025 if (png_ptr->interlaced) in png_read_start_row()
|
/external/kernel-headers/original/linux/ |
D | videodev2.h | 1023 __u32 interlaced; /* Interlaced or progressive */ member
|