Home
last modified time | relevance | path

Searched refs:interlaced (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/Source/WebCore/platform/image-decoders/gif/
DGIFImageReader.h110 bool interlaced : 1; /* TRUE, if scanlines arrive interlaced order */ member
137 is_local_colormap_defined = progressive_display = is_transparent = interlaced = false; in GIFFrameReader()
DGIFImageReader.cpp122 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/
Dvpxscale.c352 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/
Dwritepng.h110 int interlaced; member
Dwpng.c182 wpng_info.interlaced = FALSE; in main()
253 wpng_info.interlaced = TRUE; in main()
702 if (wpng_info.interlaced) { in main()
Dwritepng.c151 interlace_type = mainprog_ptr->interlaced? PNG_INTERLACE_ADAM7 : in writepng_init()
/external/libpng/
Dpngread.c660 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()
Dpngtrans.c97 if (png_ptr && png_ptr->interlaced) in png_set_interlace_handling()
Dpngwrite.c846 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()
Dpngrutil.c490 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()
Dpngpread.c956 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()
Dpngwutil.c492 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()
Dlibpng-1.2.44.txt1245 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.
Dlibpng-1.2.46.txt1245 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.
DCHANGES77 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/
Dvpxscale.h98 unsigned int interlaced
/external/kernel-headers/original/video/
Ddsscomp.h426 __u8 interlaced; /* bool */ member
/external/mesa3d/docs/
DMESA_swap_control.spec87 full frame of video data. In the case of an interlaced monitor,
/external/qemu/distrib/libpng-1.2.19/
Dpngpread.c788 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()
Dpngread.c620 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()
Dpngtrans.c82 if (png_ptr && png_ptr->interlaced) in png_set_interlace_handling()
Dpngwrite.c808 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()
Dpngwutil.c472 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()
Dpngrutil.c381 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/
Dvideodev2.h1023 __u32 interlaced; /* Interlaced or progressive */ member

12