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

1 2 3

  /external/libvpx/
y4minput.h 37 char interlace; member in struct:y4m_input
y4minput.c 51 _y4m->interlace=p[1];
70 if(!got_interlace)_y4m->interlace='?';
697 if(_y4m->interlace=='?'){
701 else if(_y4m->interlace!='p'){
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 36 /* Implement the GIF interlace algorithm in an iterator.
281 if (gif->Image.Interlace)
288 return error_return(gif, *bm, "interlace DGifGetLine");
295 // easy, non-interlace case
SkImageDecoder_libpng.cpp 334 /* Turn on interlace handling. REQUIRED if you are not using
700 /* Turn on interlace handling. REQUIRED if you are not using
    [all...]
SkMovie_gif.cpp 244 if (frame->ImageDesc.Interlace) {
  /external/libpng/contrib/pngminus/
pnm2png.c 52 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha);
66 BOOL interlace = FALSE; local
77 interlace = TRUE;
143 if (pnm2png (fp_rd, fp_wr, fp_al, interlace, alpha) == FALSE)
186 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha)
405 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7,
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.h 93 int ipass; /* Interlace pass; Ranges 1-4 if interlaced. */
109 bool progressive_display : 1; /* If TRUE, do Haeberli interlace hack */
  /external/libpng/
png.c 64 /* Start of interlace block */
67 /* Offset to next interlace block */
70 /* Start of interlace block in the y direction */
73 /* Offset to next interlace block in the y direction */
76 /* Height of interlace block. This is not currently used - if you need
1016 png_warning(png_ptr, "Unknown interlace method in IHDR");
example.c 331 /* Turn on interlace handling. REQUIRED if you are not using
497 * image is interlaced, and you turned on the interlace handler,
505 * no new data to be replaced (in cases of interlace loading).
637 * or PNG_COLOR_TYPE_RGB_ALPHA. interlace is either PNG_INTERLACE_NONE or
748 /* Turn on interlace handling if you are not using png_write_image() */
pngrutil.c     [all...]
pngwutil.c 482 png_warning(png_ptr, "Invalid interlace type specified");
    [all...]
pngpread.c 1144 /* Start of interlace block */
1147 /* Offset to next interlace block */
1150 /* Start of interlace block in the y direction */
1153 /* Offset to next interlace block in the y direction */
1156 /* Height of interlace block. This is not currently used - if you need
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.c 58 /* start of interlace block */
61 /* offset to next interlace block */
64 /* start of interlace block in the y direction */
67 /* offset to next interlace block in the y direction */
70 /* width of interlace block (used in assembler routines only) */
75 /* Height of interlace block. This is not currently used - if you need
pngpread.c 992 /* start of interlace block */
995 /* offset to next interlace block */
998 /* start of interlace block in the y direction */
1001 /* offset to next interlace block in the y direction */
1004 /* Width of interlace block. This is not currently used - if you need
1009 /* Height of interlace block. This is not currently used - if you need
    [all...]
pngwutil.c 462 png_warning(png_ptr, "Invalid interlace type specified");
    [all...]
pngrutil.c     [all...]
  /external/giflib/
gif_lib.h 80 Interlace; /* Sequential/Interlaced lines. */
  /external/libvpx/examples/includes/geshi/geshi/
gnuplot.php 177 'notransparent', 'transparent', 'nointerlace', 'interlace',
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h 180 int PictureInterlace; /* [IN] Enables the interlace mode */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_Video.h 315 * @brief Specifies the type of interlace content
318 OMX_TI_Video_Interlace_PICAFF = 0, //!< PicAFF type of interlace coding
319 OMX_TI_Video_Interlace_MBAFF, //!< MBAFF type of interlace coding
343 @brief OMX_TI_VIDEO_PARAM_AVCINTERLACECODING : to configure the interlace encoding related settings
344 @param eInterlaceCodingType to specify the settings of interlace content
  /external/libpng/contrib/gregbook/
wpng.c 405 "Usage: %s [-gamma exp] [-bgcolor bg] [-text] [-time] [-interlace] pnmfile\n"
406 "or: ... | %s [-gamma exp] [-bgcolor bg] [-text] [-time] [-interlace] | ...\n"
418 " -interlace\twrite interlaced PNG image\n"
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
mozilla 288 interlace
  /frameworks/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp 114 {XA_VIDEOPROFILE_H263_INTERLACE, "interlace"},
  /external/jpeg/
rdtarga.c 361 interlace_type = flags >> 6; /* bits 6/7 are interlace code */
  /external/qemu/distrib/jpeg-6b/
rdtarga.c 361 interlace_type = flags >> 6; /* bits 6/7 are interlace code */

Completed in 354 milliseconds

1 2 3