Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp125 static const std::map<std::string, uint32_t> PROPERTY_INT = { variable
789 if (PROPERTY_INT.find(exifInfo_.orientation_) != PROPERTY_INT.end()) { in GetImagePropertyInt()
790 value = PROPERTY_INT.at(exifInfo_.orientation_); in GetImagePropertyInt()