Searched refs:DECODE_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
51 static constexpr size_t DECODE_BUFFER_SIZE = 4096; variable712 …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()