Searched refs:origWidth (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/ |
H A D | png_decoder.cpp | 630 png_uint_32 origWidth = 0; in GetImageInfo() local 633 …png_get_IHDR(pngStructPtr_, pngInfoPtr_, &origWidth, &origHeight, &bitDepth, nullptr, nullptr, nul… in GetImageInfo() 634 …if ((origWidth == 0) || (origHeight == 0) || (origWidth > PNG_UINT_31_MAX) || (origHeight > PNG_UI… in GetImageInfo() 635 …OGE("Get the png image size abnormal, width:%{public}u, height:%{public}u", origWidth, origHeight); in GetImageInfo() 649 info.width = origWidth; in GetImageInfo() 654 origWidth, origHeight, info.bitDepth, info.numberPasses); in GetImageInfo()
|