Home
last modified time | relevance | path

Searched refs:mollocByteCount (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp805 …uint64_t mollocByteCount = static_cast<uint64_t>(pngImageInfo_.rowDataSize) * pngImageInfo_.height; in SaveInterlacedRows() local
807 if (mollocByteCount < needByteCount) { in SaveInterlacedRows()
809 … static_cast<unsigned long long>(mollocByteCount), static_cast<unsigned long long>(needByteCount)); in SaveInterlacedRows()