Searched refs:PushAllToDecode (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/ |
H A D | png_decoder.h | 78 uint32_t PushAllToDecode(InputDataStream *stream, size_t bufferSize, size_t length);
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/ |
H A D | png_decoder.cpp | 876 uint32_t PngDecoder::PushAllToDecode(InputDataStream *stream, size_t bufferSize, size_t length) in PushAllToDecode() function in OHOS::ImagePlugin::PngDecoder 950 … uint32_t ret = PushAllToDecode(stream, DECODE_BUFFER_SIZE, idatLength_ - incrementalLength_); in IncrementalReadRows()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/ |
H A D | png_decoder_test.cpp | 1098 uint32_t ret = pngDecoder->PushAllToDecode(stream, bufferSize, length); 1115 uint32_t ret = pngDecoder->PushAllToDecode(mock.get(), bufferSize, length);
|