Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp51 static constexpr size_t DECODE_BUFFER_SIZE = 4096; variable
712 …ret = ProcessData(pngStructPtr_, pngInfoPtr_, stream, readData, DECODE_BUFFER_SIZE, length + CHUNK… in GetImageIdatSize()
950 … uint32_t ret = PushAllToDecode(stream, DECODE_BUFFER_SIZE, idatLength_ - incrementalLength_); in IncrementalReadRows()
981 const size_t targetSize = std::min(DECODE_BUFFER_SIZE, idatLength_ - incrementalLength_); in PushCurrentToDecode()
1007 … const size_t targetSize = std::min(DECODE_BUFFER_SIZE, idatLength_ - incrementalLength_); in PushCurrentToDecode()