Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/
H A Dpng_decoder.h97 uint32_t GetImageIdatSize(InputDataStream *stream);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp682 uint32_t PngDecoder::GetImageIdatSize(InputDataStream *stream) in GetImageIdatSize() function in OHOS::ImagePlugin::PngDecoder
755 uint32_t ret = GetImageIdatSize(stream); in ReadIncrementalHead()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H A Dpng_decoder_test.cpp1399 uint32_t ret = pngDecoder->GetImageIdatSize(mock.get());