Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp648 info.numberPasses = png_set_interlace_handling(pngStructPtr_); in GetImageInfo()
654 origWidth, origHeight, info.bitDepth, info.numberPasses); in GetImageInfo()
827 if (pngImageInfo_.numberPasses - 1 == pass && rowNum == lastRow_) { in SaveInterlacedRows()
830 pass, pngImageInfo_.numberPasses, rowNum, lastRow_); in SaveInterlacedRows()
937 if (pngImageInfo_.numberPasses == 1) { in IncrementalReadRows()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/
H A Dpng_decoder.h45 int32_t numberPasses = 0; // interlace is 7 otherwise is 1. member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H A Dpng_decoder_test.cpp1667 pngDecoder->pngImageInfo_.numberPasses = 2;