Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp54 static constexpr int PNG_HEAD_SIZE = 100; variable
727 if (!stream->Seek(PNG_HEAD_SIZE)) { in ReadIncrementalHead()