Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp441 incrementalLength_ = 0; in Reset()
922 if (idatLength_ < incrementalLength_) { in IncrementalReadRows()
950 … uint32_t ret = PushAllToDecode(stream, DECODE_BUFFER_SIZE, idatLength_ - incrementalLength_); in IncrementalReadRows()
953 idatLength_, incrementalLength_); in IncrementalReadRows()
961 ret, idatLength_, incrementalLength_); in IncrementalReadRows()
980 while (incrementalLength_ < idatLength_) { in PushCurrentToDecode()
981 const size_t targetSize = std::min(DECODE_BUFFER_SIZE, idatLength_ - incrementalLength_); in PushCurrentToDecode()
987 incrementalLength_ += ReadData.dataSize; in PushCurrentToDecode()
1005 incrementalLength_ = 0; in PushCurrentToDecode()
1006 while (incrementalLength_ < idatLength_) { in PushCurrentToDecode()
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/
H A Dpng_decoder.h107 size_t incrementalLength_ = 0; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H A Dpng_decoder_test.cpp800 pngDecoder->incrementalLength_ = 2;
850 pngDecoder->incrementalLength_ = 5;
1317 pngDecoder->incrementalLength_ = 20;