Home
last modified time | relevance | path

Searched refs:unixTime (Results 1 – 7 of 7) sorted by relevance

/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp2192 time_t unixTime = (time_t)atol(str); in getExifGpsDateTimeStamp() local
2193 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp2192 time_t unixTime = (time_t)atol(str); in getExifGpsDateTimeStamp() local
2193 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3Channel.cpp2381 time_t unixTime = (time_t)atol(str); in getExifGpsDateTimeStamp() local
2382 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp3909 time_t unixTime; in initExifData() local
3912 unixTime = (time_t)mExifValues.mGPSTimestamp; in initExifData()
3913 UTCTimestamp = gmtime(&unixTime); in initExifData()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraParameters.cpp7772 time_t unixTime = (time_t)atol(str); in getExifGpsDateTimeStamp() local
7773 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraParameters.cpp9831 time_t unixTime = (time_t)atol(str); in getExifGpsDateTimeStamp() local
9832 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraParameters.cpp9831 time_t unixTime = (time_t)atol(str); in getExifGpsDateTimeStamp() local
9832 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()