Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagepngplugin_fuzzer/src/
H A Dimage_png_plugin_fuzz.cpp64 pngDecoder->SaveInterlacedRows(const_cast<png_bytep>(new uint8_t), rowNum, pass); in DoPrivateFun()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/
H A Dpng_decoder.h83 void SaveInterlacedRows(png_bytep row, png_uint_32 rowNum, int pass);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H A Dpng_decoder_test.cpp1023 pngDecoder->SaveInterlacedRows(row, rowNum, pass);
1041 pngDecoder->SaveInterlacedRows(row, rowNum, pass);
1417 pngDecoder->SaveInterlacedRows(row, rowNum, pass);
1662 pngDecoder->SaveInterlacedRows(row, rowNum, pass);
1665 pngDecoder->SaveInterlacedRows(row, rowNum, pass);
1668 pngDecoder->SaveInterlacedRows(row, rowNum, pass);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp793 void PngDecoder::SaveInterlacedRows(png_bytep row, png_uint_32 rowNum, int pass) in SaveInterlacedRows() function in OHOS::ImagePlugin::PngDecoder
861 decoder->SaveInterlacedRows(row, rowNum, pass); in GetInterlacedRows()