Searched defs:interlace (Results 1 - 10 of 10) sorted by relevance

/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifFrame.java9 public boolean interlace; field in class:GifFrame
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dy4minput.h43 char interlace; member in struct:y4m_input
/external/libvpx/libvpx/
H A Dy4minput.h43 char interlace; member in struct:y4m_input
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dpngshim.c194 int bitdepth, color_type, interlace; local
238 &bitdepth, &color_type, &interlace,
275 if ( interlace != PNG_INTERLACE_NONE )
284 &bitdepth, &color_type, &interlace,
/external/freetype/src/sfnt/
H A Dpngshim.c196 int bitdepth, color_type, interlace; local
249 &bitdepth, &color_type, &interlace,
308 if ( interlace != PNG_INTERLACE_NONE )
317 &bitdepth, &color_type, &interlace,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dpngshim.c194 int bitdepth, color_type, interlace; local
238 &bitdepth, &color_type, &interlace,
275 if ( interlace != PNG_INTERLACE_NONE )
284 &bitdepth, &color_type, &interlace,
/external/libpng/contrib/pngminus/
H A Dpnm2png.c53 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha);
67 BOOL interlace = FALSE; local
78 interlace = TRUE;
144 if (pnm2png (fp_rd, fp_wr, fp_al, interlace, alpha) == FALSE)
187 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha) argument
456 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7,
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_video_state.h217 uint8_t interlace; member in struct:pipe_vc1_picture_desc
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h217 uint8_t interlace; member in struct:pipe_vc1_picture_desc
/external/chromium_org/third_party/libva/va/
H A Dva.h1328 unsigned int interlace : 1; /* SEQUENCE_LAYER::INTERLACE */ member in struct:_VAPictureParameterBufferVC1::__anon12892::__anon12893

Completed in 692 milliseconds