Home
last modified time | relevance | path

Searched refs:totalPixels (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp1133 uint64_t totalPixels = static_cast<uint64_t>(info.size.width) * static_cast<uint64_t>(info.size.height); in SetImageInfo() local
1134 uint64_t totalSize = totalPixels * static_cast<uint64_t>(pixelBytes_); in SetImageInfo()
1136 totalPixels > INT_MAX || totalSize > INT_MAX) { in SetImageInfo()
2551 uint64_t totalPixels = static_cast<uint64_t>(imgInfo.size.width) * static_cast<uint64_t>(imgInfo.size.height); in ReadPropertiesFromParcel() local
2552 uint64_t totalSize = totalPixels * static_cast<uint64_t>(bytesPerPixel); in ReadPropertiesFromParcel()
2553 if (bytesPerPixel == 0 || rowDataSize <= 0 || totalPixels > INT_MAX || totalSize > INT_MAX || in ReadPropertiesFromParcel()

Completed in 7 milliseconds