Home
last modified time | relevance | path

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

/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 = { member
2031 if (ORIENTATION_INT_MAP.count(orgValue) == 0) { in SpecialExifData()
2036 value = std::to_string(ORIENTATION_INT_MAP.at(orgValue)); in SpecialExifData()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp308 const static std::map<std::string, uint32_t> ORIENTATION_INT_MAP = { member
1680 if (ORIENTATION_INT_MAP.count(strValue) == 0) {
1681 IMAGE_LOGD("ORIENTATION_INT_MAP not find %{public}s", strValue.c_str());
1684 strValue = std::to_string(ORIENTATION_INT_MAP.at(strValue));

Completed in 8 milliseconds