HomeSort by relevance Sort by last modified time
    Searched full:interlaced (Results 1 - 25 of 66) sorted by null

1 2 3

  /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
  /frameworks/base/media/libeffects/testlibs/
AudioPeakingFilter.h 42 // nChannels Number of input/output channels (interlaced).
48 // nChannels Number of input/output channels (interlaced).
99 // frameCount * nChannels interlaced samples. Processing can be done
AudioShelvingFilter.h 49 // nChannels Number of input/output channels (interlaced).
55 // nChannels Number of input/output channels (interlaced).
93 // frameCount * nChannels interlaced samples. Processing can be done
AudioEqualizer.h 69 // nChannels Number of input/output channels (interlaced).
87 // nChannels Number of input/output channels (interlaced).
180 // frameCount * nChannels interlaced samples. Processing can be done
231 // nChannels Number of input/output channels (interlaced).
  /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/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
  /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/libpng/contrib/gregbook/
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! */
writepng.h 110 int interlaced; member in struct:_mainprog_info
  /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...]
example.c 497 * image is interlaced, and you turned on the interlace handler,
528 * For the non-NULL rows of interlaced images, you must call
531 * NULL rows (it will just return) and for non-interlaced images
541 * the first pass (and only for interlaced images), you will have
777 /* The number of passes is either 1 for non-interlaced images,
778 * or 7 for interlaced images.
pngwrite.c 731 /* Write a few rows of image data. If the image is interlaced,
756 * if you are writing an interlaced image.
771 /* Initialize interlace handling. If image is not interlaced,
845 /* If interlaced and not interested in row, return */
846 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
927 if (png_ptr->interlaced && png_ptr->pass < 6 &&
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fb.h 203 #define FB_VMODE_NONINTERLACED 0 /* non interlaced */
204 #define FB_VMODE_INTERLACED 1 /* interlaced */
206 #define FB_VMODE_ODD_FLD_FIRST 4 /* interlaced: top line first */
  /external/qemu/distrib/libpng-1.2.19/
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...]
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...]
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...]
  /external/jpeg/
rdtarga.c 279 /* For now, assume image is bottom-up and not interlaced. */
280 /* NEEDS WORK to support interlaced images! */
366 interlace_type != 0) /* currently don't allow interlaced image */
wrtarga.c 73 targaheader[17] = 0x20; /* Top-down, non-interlaced */
  /external/libvpx/vpx_scale/
vpxscale.h 98 unsigned int interlaced
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h 143 int timestamp_top; // [OUT] timestamp of top filed(This is used for interlaced stream)
144 int timestamp_bottom; // [OUT] timestamp of bottom filed(This is used for interlaced stream)
  /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
  /external/giflib/
gif_lib.h 80 Interlace; /* Sequential/Interlaced lines. */
  /external/kernel-headers/original/linux/
videodev.h 215 #define VBI_INTERLACED 2 /* lines are interlaced */

Completed in 311 milliseconds

1 2 3