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

/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifFrame.java9 boolean interlace; field in class:GifFrame
/external/libvpx/libvpx/
H A Dy4minput.h37 char interlace; member in struct:y4m_input
/external/ImageMagick/MagickWand/
H A Dstream.c117 "-interlace type type of image interlacing scheme",
484 if (LocaleCompare("interlace",option+1) == 0)
487 interlace;
494 interlace=ParseCommandOption(MagickInterlaceOptions,MagickFalse,
496 if (interlace < 0)
485 interlace; local
H A Danimate.c156 "-interlace type type of image interlacing scheme",
380 "interlace","none");
381 image_info->interlace=(InterlaceType)
933 if (LocaleCompare("interlace",option+1) == 0)
936 interlace;
943 interlace=ParseCommandOption(MagickInterlaceOptions,MagickFalse,
945 if (interlace < 0)
934 interlace; local
H A Dcompare.c123 "-interlace type type of image interlacing scheme",
618 if (LocaleCompare("interlace",option+1) == 0)
621 interlace;
628 interlace=ParseCommandOption(MagickInterlaceOptions,MagickFalse,
630 if (interlace < 0)
619 interlace; local
H A Ddisplay.c184 "-interlace type type of image interlacing scheme",
437 "interlace","none");
438 image_info->interlace=(InterlaceType)
1235 if (LocaleCompare("interlace",option+1) == 0)
1238 interlace;
1245 interlace=ParseCommandOption(MagickInterlaceOptions,MagickFalse,
1247 if (interlace < 0)
1236 interlace; local
H A Didentify.c139 "-interlace type type of image interlacing scheme",
653 if (LocaleCompare("interlace",option+1) == 0)
656 interlace;
663 interlace=ParseCommandOption(MagickInterlaceOptions,MagickFalse,
665 if (interlace < 0)
654 interlace; local
H A Dimport.c158 "-interlace type None, Line, Plane, or Partition",
380 "interlace","none");
381 image_info->interlace=UndefinedInterlace;
383 image_info->interlace=NoInterlace;
385 image_info->interlace=LineInterlace;
387 image_info->interlace=PlaneInterlace;
389 image_info->interlace=PartitionInterlace;
390 if (image_info->interlace == UndefinedInterlace)
391 ThrowImportException(OptionError,"Unrecognized interlace type",
863 if (LocaleCompare("interlace",optio
864 interlace; local
[all...]
H A Dmontage.c168 "-interlace type type of image interlacing scheme",
1089 if (LocaleCompare("interlace",option+1) == 0)
1092 interlace;
1099 interlace=ParseCommandOption(MagickInterlaceOptions,MagickFalse,
1101 if (interlace < 0)
1090 interlace; local
H A Dcomposite.c308 "-interlace type type of image interlacing scheme",
1069 if (LocaleCompare("interlace",option+1) == 0) local
1072 interlace;
1079 interlace=ParseCommandOption(MagickInterlaceOptions,MagickFalse,
1081 if (interlace < 0)
H A Dconvert.c410 "-interlace type type of image interlacing scheme",
1867 if (LocaleCompare("interlace",option+1) == 0)
1870 interlace;
1877 interlace=ParseCommandOption(MagickInterlaceOptions,MagickFalse,
1879 if (interlace < 0)
1868 interlace; local
H A Dmogrify.c3723 "-interlace type type of image interlacing scheme",
5184 if (LocaleCompare("interlace",option+1) == 0)
5187 interlace;
5194 interlace=ParseCommandOption(MagickInterlaceOptions,MagickFalse,
5196 if (interlace < 0)
7059 if (LocaleCompare("interlace",option+1) == 0)
7063 image_info->interlace=UndefinedInterlace;
7067 image_info->interlace=(InterlaceType) ParseCommandOption(
5181 interlace; local
H A Dmagick-image.c5166 % MagickGetImageInterlaceScheme() gets the image interlace scheme.
5189 return(wand->images->interlace);
10173 % MagickSetImageInterlaceScheme() sets the image interlace scheme.
10178 % const InterlaceType interlace)
10184 % o interlace: the image interlace scheme: NoInterlace, LineInterlace,
10189 const InterlaceType interlace)
10197 wand->images->interlace=interlace;
9982 MagickSetImageInterlaceScheme(MagickWand *wand, const InterlaceType interlace) argument
/external/ImageMagick/coders/
H A Dyuv.c110 interlace;
154 interlace=image_info->interlace;
174 if ((interlace == UndefinedInterlace) ||
175 ((interlace == NoInterlace) && (vertical_factor == 2)))
177 interlace=NoInterlace; /* CCIR 4:2:2 */
179 interlace=PlaneInterlace; /* CCIR 4:1:1 */
181 if (interlace != PartitionInterlace)
199 if (interlace == NoInterlace)
223 if (interlace
107 interlace; local
565 interlace; local
[all...]
H A Ddpx.c284 interlace,
1027 dpx.television.interlace=(unsigned char) ReadBlobByte(image);
1029 if (dpx.television.interlace != 0)
1030 (void) FormatImageProperty(image,"dpx:television.interlace","%.20g",
1031 (double) dpx.television.interlace);
1874 value=GetDPXProperty(image,"dpx:television.interlace",exception);
1876 dpx.television.interlace=(unsigned char) StringToLong(value);
1877 offset+=WriteBlobByte(image,dpx.television.interlace);
281 interlace, member in struct:_DPXTelevisionInfo
H A Dtiff.c1128 interlace,
1213 (TIFFGetFieldDefaulted(tiff,TIFFTAG_PLANARCONFIG,&interlace) != 1) ||
1295 interlace);
1583 if ((samples_per_pixel >= 2) && (interlace == PLANARCONFIG_CONTIG))
1585 if ((samples_per_pixel >= 2) && (interlace == PLANARCONFIG_SEPARATE))
1597 (interlace == PLANARCONFIG_SEPARATE) && (bits_per_sample < 64))
3490 if ((image_info->interlace == PlaneInterlace) ||
3491 (image_info->interlace == PartitionInterlace))
3708 switch (image_info->interlace)
1122 interlace, local
/external/freetype/src/sfnt/
H A Dpngshim.c266 int bitdepth, color_type, interlace; local
319 &bitdepth, &color_type, &interlace,
376 if ( interlace != PNG_INTERLACE_NONE )
385 &bitdepth, &color_type, &interlace,
/external/libpng/contrib/pngminus/
H A Dpnm2png.c67 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace,
82 BOOL interlace = FALSE; local
93 interlace = TRUE;
159 if (pnm2png (fp_rd, fp_wr, fp_al, interlace, alpha) == FALSE)
203 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, argument
489 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7,
/external/pdfium/core/fxcodec/gif/
H A Dcfx_gif.h50 uint8_t interlace : 1; member in struct:__anon17751
H A Dcfx_gifcontext.cpp63 bool interlace) {
66 delay_time, user_input, trans_index, disposal_method, interlace);
202 gif_image->image_info.local_flags.interlace);
218 gif_image->image_info.local_flags.interlace);
301 if (gif_image->image_info.local_flags.interlace) {
52 GetRecordPosition(uint32_t cur_pos, int32_t left, int32_t top, int32_t width, int32_t height, int32_t pal_num, CFX_GifPalette* pal, int32_t delay_time, bool user_input, int32_t trans_index, int32_t disposal_method, bool interlace) argument
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_vp.c126 unsigned interlace : 1; // 5 field_pic_flag member in struct:h264_picparm_vp
341 h->interlace = d->field_pic_flag;
/external/ImageMagick/MagickCore/
H A Dimage.h228 interlace; member in struct:_Image
392 interlace; /* interlace for image write */ member in struct:_ImageInfo
/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_progress.cpp608 bool interlace) {
638 m_SrcPassNumber = interlace ? 4 : 1;
599 GifInputRecordPositionBuf( uint32_t rcd_pos, const FX_RECT& img_rc, int32_t pal_num, void* pal_ptr, int32_t delay_time, bool user_input, int32_t trans_index, int32_t disposal_method, bool interlace) argument
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h245 uint8_t interlace; member in struct:pipe_vc1_picture_desc

Completed in 1695 milliseconds