HomeSort by relevance Sort by last modified time
    Searched refs:interlaceType (Results 1 - 23 of 23) sorted by null

  /external/ImageMagick/Magick++/lib/Magick++/
Options.h 139 void interlaceType(const InterlaceType interlace_);
140 InterlaceType interlaceType(void) const;
Image.h 300 void interlaceType(const InterlaceType interlace_);
301 InterlaceType interlaceType(void) const;
    [all...]
  /external/ImageMagick/Magick++/tests/
attributes.cpp 826 // interlaceType
829 if ( image.interlaceType() != NoInterlace )
833 << ", interlaceType default is not NoInterlace as expected" << endl;
837 image.interlaceType( PlaneInterlace );
838 if ( image.interlaceType() != PlaneInterlace )
841 cout << "Line: " << __LINE__ << ", interlaceType set/get failed" << endl;
843 image.interlaceType(NoInterlace);
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_QCOMExtns.h 510 OMX_QCOM_INTERLACETYPE interlaceType;
  /frameworks/base/tools/aapt2/compile/
Png.cpp 116 int colorType, bitDepth, interlaceType, compressionType;
118 &colorType, &interlaceType, &compressionType, nullptr);
441 int colorType, bitDepth, interlaceType, compressionType;
613 &interlaceType, &compressionType, nullptr);
619 << ", inter = " << interlaceType
    [all...]
  /external/ImageMagick/Magick++/lib/
Options.cpp 375 void Magick::Options::interlaceType(const InterlaceType interlace_)
380 Magick::InterlaceType Magick::Options::interlaceType(void) const
382 return(static_cast<Magick::InterlaceType>(_imageInfo->interlace));
STL.cpp     [all...]
Image.cpp 1015 void Magick::Image::interlaceType(const Magick::InterlaceType interlace_)
1019 options()->interlaceType(interlace_);
1022 Magick::InterlaceType Magick::Image::interlaceType(void) const
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 765 frame_info->interlaceType, frame_info->nConcealedMacroblocks);
    [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]

Completed in 590 milliseconds