Searched refs:ORIENTATION_INT_MAP (Results 1 – 2 of 2) sorted by relevance
352 static const std::map<std::string, uint32_t> ORIENTATION_INT_MAP = { variable2033 if (ORIENTATION_INT_MAP.count(orgValue) == 0) { in SpecialExifData()2038 value = std::to_string(ORIENTATION_INT_MAP.at(orgValue)); in SpecialExifData()
280 const static std::map<std::string, uint32_t> ORIENTATION_INT_MAP = { variable1684 if (ORIENTATION_INT_MAP.count(strValue) == 0) { in GetImagePropertyInt()1688 strValue = std::to_string(ORIENTATION_INT_MAP.at(strValue)); in GetImagePropertyInt()