Searched refs:interlace (Results 1 - 25 of 59) sorted by relevance

123

/external/libpng/tests/
H A Dpngvalid-progressive-interlace-standard2 exec ./pngvalid --strict --standard --progressive-read --interlace
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifFrame.java9 boolean interlace; field in class:GifFrame
H A DGifHeaderParser.java183 // 1 - local color table flag interlace
189 header.currentFrame.interlace = (packed & 0x40) != 0;
/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 Dycbcr.c158 if (image_info->interlace != PartitionInterlace)
218 switch (image_info->interlace)
1037 if (image_info->interlace != PartitionInterlace)
1069 switch (image_info->interlace)
1210 if (image_info->interlace == PartitionInterlace)
/external/autotest/tko/
H A Dvertical_text.py33 im.interlace(1)
/external/libvpx/libvpx/
H A Dy4minput.h37 char interlace; member in struct:y4m_input
H A Dy4minput.c91 _y4m->interlace = p[1];
113 if (!got_interlace) _y4m->interlace = '?';
806 if (_y4m->interlace == '?') {
810 } else if (_y4m->interlace != 'p') {
/external/freetype/src/sfnt/
H A Dpngshim.c198 int bitdepth, color_type, interlace; local
251 &bitdepth, &color_type, &interlace,
308 if ( interlace != PNG_INTERLACE_NONE )
317 &bitdepth, &color_type, &interlace,
/external/pdfium/core/fxcodec/codec/
H A Dicodec_gifmodule.h33 bool interlace) = 0;
H A Dccodec_gifmodule.cpp72 bool interlace) {
77 delay_time, user_input, trans_index, disposal_method, interlace);
60 gif_get_record_position(gif_decompress_struct_p gif_ptr, uint32_t cur_pos, int32_t left, int32_t top, int32_t width, int32_t height, 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
H A Dccodec_progressivedecoder.h192 bool interlace) override;
/external/pdfium/third_party/freetype/src/sfnt/
H A Dpngshim.c197 int bitdepth, color_type, interlace; local
250 &bitdepth, &color_type, &interlace,
317 if ( interlace != PNG_INTERLACE_NONE )
326 &bitdepth, &color_type, &interlace,
/external/libpng/contrib/pngminus/
H A Dpnm2png.c54 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace,
69 BOOL interlace = FALSE; local
80 interlace = TRUE;
146 if (pnm2png (fp_rd, fp_wr, fp_al, interlace, alpha) == FALSE)
190 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, argument
470 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7,
/external/ImageMagick/MagickWand/
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 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 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 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 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
/external/ImageMagick/MagickCore/
H A Dimage.h228 interlace; member in struct:_Image
392 interlace; /* interlace for image write */ member in struct:_ImageInfo
/external/chromium-trace/catapult/telemetry/third_party/png/
H A Dpng.py331 interlace=False,
362 interlace
437 If `interlace` is true then an interlaced image is created
447 Enabling the `interlace` option requires the entire image
583 # colormap, interlace) are converted to bool because Iverson's
596 self.interlace = bool(interlace)
631 If `interlace` is specified (when creating the instance), then
640 if self.interlace:
678 0, 0, self.interlace))
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h217 uint8_t interlace; member in struct:pipe_vc1_picture_desc
/external/ImageMagick/scripts/
H A Dxsnap205 checkbutton .options.output.checks.interlace -text "Interlace" -width 11 \
206 -anchor w -variable snap(interlace)
209 pack .options.output.checks.compress .options.output.checks.interlace \
463 set option +interlace
464 if {$snap(interlace)} {
465 set option "-interlace plane"
589 set snap(interlace) 1
/external/pdfium/core/fxcodec/lgif/
H A Dfx_gif.h48 uint8_t interlace : 1; member in struct:tagGifLF
251 bool interlace);
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Ddecode.c295 picture->interlace = picture_info->interlace;

Completed in 802 milliseconds

123