Searched refs:PROPERTY_INT (Results 1 – 1 of 1) sorted by relevance
125 static const std::map<std::string, uint32_t> PROPERTY_INT = { variable789 if (PROPERTY_INT.find(exifInfo_.orientation_) != PROPERTY_INT.end()) { in GetImagePropertyInt()790 value = PROPERTY_INT.at(exifInfo_.orientation_); in GetImagePropertyInt()