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

1 2

  /bootable/recovery/
interlace-frames.py 36 def interlace(output, inputs): function
110 interlace(args.output, args.input)
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifFrame.java 9 boolean interlace; field in class:GifFrame
  /external/ImageMagick/coders/
yuv.c 110 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 == PartitionInterlace
107 interlace; local
565 interlace; local
    [all...]
dpx.c 284 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);
281 interlace, member in struct:_DPXTelevisionInfo
    [all...]
tiff.c 1122 interlace, local
    [all...]
  /external/libvpx/libvpx/
y4minput.h 37 char interlace; member in struct:y4m_input
  /external/ImageMagick/MagickWand/
identify.c 139 "-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
    [all...]
stream.c 117 "-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
animate.c 156 "-interlace type type of image interlacing scheme",
380 "interlace","none");
381 image_info->interlace=(InterlaceType)
934 interlace; local
    [all...]
compare.c 123 "-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
    [all...]
convert.c 410 "-interlace type type of image interlacing scheme",
1868 interlace; local
    [all...]
display.c 184 "-interlace type type of image interlacing scheme",
437 "interlace","none");
438 image_info->interlace=(InterlaceType)
1236 interlace; local
    [all...]
import.c 158 "-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",option+1) == 0
864 interlace; local
    [all...]
montage.c 168 "-interlace type type of image interlacing scheme",
1090 interlace; local
    [all...]
composite.c 308 "-interlace type type of image interlacing scheme",
1069 interlace; local
    [all...]
mogrify.c 5181 interlace; local
    [all...]
  /external/freetype/src/sfnt/
pngshim.c 198 int bitdepth, color_type, interlace; local
251 &bitdepth, &color_type, &interlace,
308 if ( interlace != PNG_INTERLACE_NONE )
317 &bitdepth, &color_type, &interlace,
  /external/pdfium/third_party/freetype/src/sfnt/
pngshim.c 197 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/
pnm2png.c 54 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,
470 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7,
  /hardware/qcom/display/msm8996/sdm/include/core/
layer_buffer.h 205 uint32_t interlace : 1; //!< This flag shall be set by the client to indicate that member in struct:sdm::LayerBufferFlags::__anon42173::__anon42174
  /hardware/qcom/display/msm8998/sdm/include/core/
layer_buffer.h 197 uint32_t interlace : 1; //!< This flag shall be set by the client to indicate that member in struct:sdm::LayerBufferFlags::__anon42246::__anon42247
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 217 uint8_t interlace; member in struct:pipe_vc1_picture_desc
  /external/ImageMagick/MagickCore/
image.h 228 interlace; member in struct:_Image
392 interlace; /* interlace for image write */ member in struct:_ImageInfo
  /external/pdfium/core/fxcodec/lgif/
fx_gif.h 48 uint8_t interlace : 1; member in struct:tagGifLF
251 bool interlace);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 232 enum vdec_interlaced_format interlace; member in struct:video_driver_context
    [all...]

Completed in 490 milliseconds

1 2