/external/webkit/WebCore/platform/image-decoders/gif/ |
GIFImageReader.h | 95 int ipass; /* Interlace pass; Ranges 1-4 if interlaced. */ 112 bool interlaced : 1; /* TRUE, if scanlines arrive interlaced order */ member in struct:GIFFrameReader 139 is_local_colormap_defined = progressive_display = is_transparent = interlaced = false;
|
GIFImageReader.cpp | 116 * Haeberli-inspired hack for interlaced GIFs: Replicate lines while 121 if (gs->progressive_display && gs->interlaced && gs->ipass < 4) { 163 gs->progressive_display && gs->interlaced && gs->ipass > 1)) 168 if (!gs->interlaced) 804 frame_reader->interlaced = true; 807 frame_reader->interlaced = false; 814 /* Overlaying interlaced, transparent GIFs over
|
/external/libpng/contrib/gregbook/ |
writepng.h | 110 int interlaced; member in struct:_mainprog_info
|
wpng.c | 6 maxval = 255) to PNG. Non-interlaced PNGs are written progressively; 7 interlaced PNGs are read and written in one memory-intensive blast. 182 wpng_info.interlaced = FALSE; 253 wpng_info.interlaced = TRUE; 418 " -interlace\twrite interlaced PNG image\n" 696 /* read and write the image, either in its entirety (if writing interlaced 697 * PNG) or row by row (if non-interlaced) */ 702 if (wpng_info.interlaced) { 731 } else /* not interlaced: write progressively (row by row) */ {
|
writepng.c | 151 interlace_type = mainprog_ptr->interlaced? PNG_INTERLACE_ADAM7 : 295 int writepng_encode_row(mainprog_info *mainprog_ptr) /* NON-interlaced only! */ 325 int writepng_encode_finish(mainprog_info *mainprog_ptr) /* NON-interlaced! */
|
/external/libvpx/vpx_scale/generic/ |
vpxscale.c | 322 * unsigned int interlaced : Interlace flag. 352 unsigned int interlaced 428 if (interlaced) 430 //if the content is interlaced, point sampling is used 510 if (interlaced) 591 * unsigned int interlaced : Interlace flag. 613 unsigned int interlaced 623 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); 635 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); 647 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); [all...] |
/external/libvpx/vpx_scale/leapster/ |
vpxscale_lf.c | 304 * unsigned int interlaced : Interlace flag. 333 unsigned int interlaced 352 if (interlaced) 433 * unsigned int interlaced : Interlace flag. 455 unsigned int interlaced 465 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); 477 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); 489 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
|
/external/libvpx/vpx_scale/ |
vpxscale.h | 98 unsigned int interlaced
|
/external/libpng/ |
pngread.c | 659 /* If interlaced and we do not need a new row, combine row and return */ 660 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) 818 /* Blow up interlaced rows to full size */ 819 if (png_ptr->interlaced && 852 /* Read one or more rows of image data. If the image is interlaced, 869 * also, but you may. If the image is not interlaced, or if you have 951 if (png_ptr->interlaced) 974 // number of rows in a 8x8 block for each interlaced pass. 992 if (!png_ptr->interlaced) [all...] |
pngrutil.c | 484 png_ptr->interlaced = (png_byte)interlace_type; [all...] |
pngpread.c | 955 /* Blow up interlaced rows to full size */ 956 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) 1167 if (png_ptr->interlaced) [all...] |
pngwrite.c | 730 /* Write a few rows of image data. If the image is interlaced, 755 * if you are writing an interlaced image. 770 /* Initialize interlace handling. If image is not interlaced, 844 /* If interlaced and not interested in row, return */ 845 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) 926 if (png_ptr->interlaced && png_ptr->pass < 6 && [all...] |
pngwutil.c | 492 png_ptr->interlaced = (png_byte)interlace_type; [all...] |
pngtrans.c | 97 if (png_ptr && png_ptr->interlaced)
|
png.h | [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngpread.c | 788 png_ptr->interlaced && png_ptr->pass > 6) || 789 (!png_ptr->interlaced && 830 /* blow up interlaced rows to full size */ 831 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) 1019 if (png_ptr->interlaced) [all...] |
pngread.c | 619 /* if interlaced and we do not need a new row, combine row and return */ 620 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) 772 /* blow up interlaced rows to full size */ 773 if (png_ptr->interlaced && 806 /* Read one or more rows of image data. If the image is interlaced, 823 * also, but you may. If the image is not interlaced, or if you have 876 * each pass of a interlaced image, use png_read_rows() instead. 893 if (png_ptr->interlaced) 895 "Cannot read interlaced image -- interlace handler disabled."); [all...] |
pngwrite.c | 700 /* Write a few rows of image data. If the image is interlaced, 725 * if you are writing an interlaced image. 739 /* intialize interlace handling. If image is not interlaced, 807 /* if interlaced and not interested in row, return */ 808 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) 889 if (png_ptr->interlaced && png_ptr->pass < 6 && [all...] |
pngwutil.c | 472 png_ptr->interlaced = (png_byte)interlace_type; [all...] |
pngtrans.c | 82 if (png_ptr && png_ptr->interlaced)
|
pngrutil.c | 381 png_ptr->interlaced = (png_byte)interlace_type; [all...] |
png.h | 1186 png_byte interlaced; \/* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 *\/ member in struct:png_struct_def [all...] |
/external/webkit/WebCore/platform/image-decoders/png/ |
PNGImageDecoder.cpp | 295 // Tell libpng to send us rows for interlaced pngs. 338 if (m_reader->pngPtr()->interlaced) 356 * For the non-NULL rows of interlaced images, you must call 359 * just return) and for non-interlaced images (it just does the 368 * the first pass (and only for interlaced images), you will have
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
edid.h | 234 #define INTERLACED _INTERLACED(c) 408 unsigned int interlaced:1; member in struct:detailed_timings
|
/frameworks/base/media/libstagefright/rtsp/ |
APacketSource.cpp | 414 unsigned interlaced = br.getBits(1); local
|