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

1 2

  /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 111 int colorType, bitDepth, interlaceType, compressionType;
113 &interlaceType, &compressionType, nullptr);
420 int colorType, bitDepth, interlaceType, compressionType;
584 png_get_IHDR(writePtr, infoPtr, &width, &height, &bitDepth, &colorType, &interlaceType,
591 << ", inter = " << interlaceType << ", comp = " << compressionType);
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 296 int bitDepth, pngColorType, interlaceType;
298 &pngColorType, &interlaceType, int_p_NULL, int_p_NULL);
350 const int number_passes = (interlaceType != PNG_INTERLACE_NONE) ?
    [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/msmcobalt/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/msmcobalt/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]

Completed in 1362 milliseconds

1 2