Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3PostProc.cpp2627 time_t unixTime = (time_t)atol(str); in getExifGpsDateTimeStamp() local
2628 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp11478 time_t unixTime = (time_t)atol(str); in getExifGpsDateTimeStamp() local
11479 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()