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

12 3 4 5

  /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...]
animate.c 156 "-interlace type type of image interlacing scheme",
380 "interlace","none");
381 image_info->interlace=(InterlaceType)
934 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...]
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...]
composite.c 308 "-interlace type type of image interlacing scheme",
1069 interlace; local
    [all...]
montage.c 168 "-interlace type type of image interlacing scheme",
1090 interlace; local
    [all...]
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/gifdecoder/SNAPSHOT/
gifdecoder-SNAPSHOT.jar 
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifHeaderParser.java 183 // 1 - local color table flag interlace
189 header.currentFrame.interlace = (packed & 0x40) != 0;
GifDecoder.java 458 if (currentFrame.interlace) {
  /external/libvpx/libvpx/
y4minput.c 91 _y4m->interlace = p[1];
113 if (!got_interlace) _y4m->interlace = '?';
806 if (_y4m->interlace == '?') {
810 } else if (_y4m->interlace != 'p') {
    [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_progressivedecoder.h 192 bool interlace) override;
  /external/ImageMagick/coders/
ycbcr.c 158 if (image_info->interlace != PartitionInterlace)
218 switch (image_info->interlace)
    [all...]
bgr.c 148 if (image_info->interlace != PartitionInterlace)
214 switch (image_info->interlace)
    [all...]
cmyk.c 148 if (image_info->interlace != PartitionInterlace)
208 switch (image_info->interlace)
    [all...]
gif.c 458 if (image->interlace == NoInterlace)
735 if (image_info->interlace == NoInterlace)
    [all...]
rgb.c 147 if (image_info->interlace != PartitionInterlace)
213 switch (image_info->interlace)
    [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/mesa3d/src/gallium/include/pipe/
p_video_state.h 245 uint8_t interlace; member in struct:pipe_vc1_picture_desc
  /prebuilts/go/darwin-x86/src/image/png/
reader.go 64 // Interlace type.
76 // See http://www.w3.org/TR/PNG/#8Interlace
115 interlace int
157 return FormatError("invalid interlace method")
159 d.interlace = int(d.tmp[12])
364 if d.interlace == itNone {
369 } else if d.interlace == itAdam7 {
419 if d.interlace == itAdam7 && !allocateOnly {
  /prebuilts/go/linux-x86/src/image/png/
reader.go 64 // Interlace type.
76 // See http://www.w3.org/TR/PNG/#8Interlace
115 interlace int
157 return FormatError("invalid interlace method")
159 d.interlace = int(d.tmp[12])
364 if d.interlace == itNone {
369 } else if d.interlace == itAdam7 {
419 if d.interlace == itAdam7 && !allocateOnly {
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp     [all...]
  /hardware/intel/img/psb_video/src/
pnw_VC1.c 628 P0(interlace);
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video_bsp.c 171 vc->interlaced = d->interlace;

Completed in 449 milliseconds

12 3 4 5