Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp806 uint64_t needByteCount = static_cast<uint64_t>(pngStructPtr_->width) * sizeof(*oldRow); in SaveInterlacedRows() local
807 if (mollocByteCount < needByteCount) { in SaveInterlacedRows()
809 … static_cast<unsigned long long>(mollocByteCount), static_cast<unsigned long long>(needByteCount)); in SaveInterlacedRows()