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

  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/png/
PNGImageDecoder.cpp 324 int bitDepth, colorType, interlaceType, compressionType, filterType, channels;
325 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);
373 if (interlaceType == PNG_INTERLACE_ADAM7)
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 289 int bitDepth, colorType, interlaceType;
291 &colorType, &interlaceType, int_p_NULL, int_p_NULL);
335 const int number_passes = (interlaceType != PNG_INTERLACE_NONE) ?
711 int bitDepth, colorType, interlaceType;
713 &colorType, &interlaceType, int_p_NULL, int_p_NULL);
775 const int number_passes = (interlaceType != PNG_INTERLACE_NONE) ?
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 291 int bitDepth, colorType, interlaceType;
293 &colorType, &interlaceType, int_p_NULL, int_p_NULL);
336 const int number_passes = (interlaceType != PNG_INTERLACE_NONE) ?
717 int bitDepth, colorType, interlaceType;
719 &colorType, &interlaceType, int_p_NULL, int_p_NULL);
780 const int number_passes = (interlaceType != PNG_INTERLACE_NONE) ?
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_QCOMExtns.h 510 OMX_QCOM_INTERLACETYPE interlaceType;
  /hardware/qcom/media/mm-core/inc/
OMX_QCOMExtns.h 825 OMX_QCOM_INTERLACETYPE interlaceType;
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 769 frame_info->interlaceType, frame_info->nConcealedMacroblocks);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]

Completed in 386 milliseconds