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

1 2 3 4 5

  /external/libpng/tests/
pngvalid-progressive-interlace-standard 2 exec ./pngvalid --strict --standard --progressive-read --interlace
  /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...]
  /external/autotest/tko/
vertical_text.py 33 im.interlace(1)
  /external/libvpx/libvpx/
y4minput.h 37 char interlace; member in struct:y4m_input
  /bootable/recovery/
interlace-frames.py 36 def interlace(output, inputs): function
110 interlace(args.output, args.input)
  /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/core/fxcodec/codec/
icodec_gifmodule.h 33 bool interlace) = 0;
ccodec_gifmodule.cpp 72 bool interlace) {
77 delay_time, user_input, trans_index, disposal_method, 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,
  /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::__anon44880::__anon44881
  /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::__anon44948::__anon44949
  /hardware/qcom/display/sdm845/sdm/include/core/
layer_buffer.h 199 uint32_t interlace : 1; //!< This flag shall be set by the client to indicate that member in struct:sdm::LayerBufferFlags::__anon45026::__anon45027
  /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,
  /external/mesa3d/src/gallium/state_trackers/va/
picture_vc1.c 42 context->desc.vc1.interlace = vc1->sequence_fields.bits.interlace;
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_layers.cpp 661 bool interlace = layer_buffer->flags.interlace; local
663 interlace = interlaced ? true : false;
677 if ((layer_igc != layer_buffer->igc) || (interlace != layer_buffer->flags.interlace) ||
684 layer_buffer->flags.interlace = interlace;
  /external/ImageMagick/MagickWand/
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...]
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
  /external/ImageMagick/MagickCore/
image.h 228 interlace; member in struct:_Image
392 interlace; /* interlace for image write */ member in struct:_ImageInfo
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block.go 21 // Can interlace the computation of w with the
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block.go 82 // Can interlace the computation of w with the
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block.go 21 // Can interlace the computation of w with the
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block.go 82 // Can interlace the computation of w with the
  /external/ImageMagick/scripts/
xsnap 205 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/
fx_gif.h 48 uint8_t interlace : 1; member in struct:tagGifLF
251 bool interlace);

Completed in 576 milliseconds

1 2 3 4 5