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

  /external/skia/src/codec/
SkCodec_libpng.cpp 441 int bitDepth, pngColorType, interlaceType;
443 &pngColorType, &interlaceType, int_p_NULL, int_p_NULL);
445 fNumberPasses = (interlaceType != PNG_INTERLACE_NONE) ?
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 324 int bitDepth, pngColorType, interlaceType;
326 &pngColorType, &interlaceType, int_p_NULL, int_p_NULL);
378 const int number_passes = (interlaceType != PNG_INTERLACE_NONE) ?
777 int bitDepth, pngColorType, interlaceType;
779 &pngColorType, &interlaceType, int_p_NULL, int_p_NULL);
841 const int number_passes = (interlaceType != PNG_INTERLACE_NONE) ?
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_QCOMExtns.h 510 OMX_QCOM_INTERLACETYPE interlaceType;
  /frameworks/base/tools/aapt2/
Png.cpp 113 int colorType, bitDepth, interlaceType, compressionType;
115 &interlaceType, &compressionType, nullptr);
422 int colorType, bitDepth, interlaceType, compressionType;
586 png_get_IHDR(writePtr, infoPtr, &width, &height, &bitDepth, &colorType, &interlaceType,
592 << ", inter = " << interlaceType << ", comp = " << compressionType
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 765 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_hevc_swvdec.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]

Completed in 344 milliseconds