HomeSort by relevance Sort by last modified time
    Searched full:interlace (Results 1 - 25 of 51) 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 44 /* 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
SkMovie_gif.cpp 180 if (gif->Image.Interlace) {
SkImageDecoder_libpng.cpp 328 /* Turn on interlace handling. REQUIRED if you are not using
673 /* Turn on interlace handling. REQUIRED if you are not using
    [all...]
  /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,
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
mfc_interface.h 112 int in_interlace_mode; /* [IN] interlace mode(0:progressive, 1:interlace) */
153 int in_interlace_mode; /* [IN] interlace mode(0:progressive, 1:interlace) */
SsbSipMfcApi.h 205 int PictureInterlace; // [IN] Enables the interlace mode
  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageReader.h 95 int ipass; /* Interlace pass; Ranges 1-4 if interlaced. */
111 bool progressive_display : 1; /* If TRUE, do Haeberli interlace hack */
  /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/libpng/
png.c 63 /* Start of interlace block */
66 /* Offset to next interlace block */
69 /* Start of interlace block in the y direction */
72 /* Offset to next interlace block in the y direction */
75 /* Height of interlace block. This is not currently used - if you need
1046 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/giflib/
gif_lib.h 80 Interlace; /* Sequential/Interlaced lines. */
  /external/libvpx/examples/includes/geshi/geshi/
gnuplot.php 177 'notransparent', 'transparent', 'nointerlace', 'interlace',
  /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/libvpx/vpx_scale/leapster/
vpxscale_lf.c 304 * unsigned int interlaced : Interlace flag.
433 * unsigned int interlaced : Interlace flag.
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_QCOMExtns.h 486 OMX_BOOL bInterlace; /** Interlace content **/
508 // common frame meta data. interlace related info removed
  /external/jpeg/
rdtarga.c 361 interlace_type = flags >> 6; /* bits 6/7 are interlace code */
  /external/webkit/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 348 * image is interlacing, and you turned on the interlace handler,

Completed in 1029 milliseconds

1 2 3