Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp352 static const std::map<std::string, uint32_t> ORIENTATION_INT_MAP = { variable
2033 if (ORIENTATION_INT_MAP.count(orgValue) == 0) { in SpecialExifData()
2038 value = std::to_string(ORIENTATION_INT_MAP.at(orgValue)); in SpecialExifData()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp280 const static std::map<std::string, uint32_t> ORIENTATION_INT_MAP = { variable
1684 if (ORIENTATION_INT_MAP.count(strValue) == 0) { in GetImagePropertyInt()
1688 strValue = std::to_string(ORIENTATION_INT_MAP.at(strValue)); in GetImagePropertyInt()