Searched refs:unixTime (Results 1 – 7 of 7) sorted by relevance
2192 time_t unixTime = (time_t)atol(str); in getExifGpsDateTimeStamp() local2193 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()
2381 time_t unixTime = (time_t)atol(str); in getExifGpsDateTimeStamp() local2382 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()
3909 time_t unixTime; in initExifData() local3912 unixTime = (time_t)mExifValues.mGPSTimestamp; in initExifData()3913 UTCTimestamp = gmtime(&unixTime); in initExifData()
7772 time_t unixTime = (time_t)atol(str); in getExifGpsDateTimeStamp() local7773 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()
9831 time_t unixTime = (time_t)atol(str); in getExifGpsDateTimeStamp() local9832 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()