Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp48 static constexpr int BITDEPTH_VALUE_4 = 4; variable
638 …if (bitDepth != BITDEPTH_VALUE_1 && bitDepth != BITDEPTH_VALUE_2 && bitDepth != BITDEPTH_VALUE_4 && in GetImageInfo()