/external/chromium_org/third_party/WebKit/Source/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 | 320 int bitDepth, colorType, interlaceType; 322 &colorType, &interlaceType, int_p_NULL, int_p_NULL); 365 const int number_passes = (interlaceType != PNG_INTERLACE_NONE) ? 782 int bitDepth, colorType, interlaceType; 784 &colorType, &interlaceType, int_p_NULL, int_p_NULL); 845 const int number_passes = (interlaceType != PNG_INTERLACE_NONE) ? [all...] |
/external/skia/src/images/ |
SkImageDecoder_libpng.cpp | 320 int bitDepth, colorType, interlaceType; 322 &colorType, &interlaceType, int_p_NULL, int_p_NULL); 370 const int number_passes = (interlaceType != PNG_INTERLACE_NONE) ? 781 int bitDepth, colorType, interlaceType; 783 &colorType, &interlaceType, int_p_NULL, int_p_NULL); 844 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...] |