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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp 325 int bitDepth, colorType, interlaceType, compressionType, filterType, channels;
326 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);
375 if (interlaceType == PNG_INTERLACE_ADAM7)
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 316 int bitDepth, pngColorType, interlaceType;
318 &pngColorType, &interlaceType, int_p_NULL, int_p_NULL);
364 const int number_passes = (interlaceType != PNG_INTERLACE_NONE) ?
772 int bitDepth, pngColorType, interlaceType;
774 &pngColorType, &interlaceType, int_p_NULL, int_p_NULL);
836 const int number_passes = (interlaceType != PNG_INTERLACE_NONE) ?
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 316 int bitDepth, pngColorType, interlaceType;
318 &pngColorType, &interlaceType, int_p_NULL, int_p_NULL);
364 const int number_passes = (interlaceType != PNG_INTERLACE_NONE) ?
772 int bitDepth, pngColorType, interlaceType;
774 &pngColorType, &interlaceType, int_p_NULL, int_p_NULL);
836 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     [all...]

Completed in 217 milliseconds