Searched refs:raw_time (Results 1 – 2 of 2) sorted by relevance
50 auto raw_time = data.getTime(); in getHistory() local51 auto seconds = std::chrono::time_point_cast<std::chrono::seconds>(raw_time); in getHistory()52 auto d = raw_time - seconds; in getHistory()56 time_t t = std::chrono::system_clock::to_time_t(raw_time); in getHistory()
402 time_t raw_time = 0; in SetExifTags() local404 bool time_available = time(&raw_time) != -1; in SetExifTags()405 localtime_r(&raw_time, &time_info); in SetExifTags()