Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp3910 struct tm tm_data; in m_setExifChangedAttribute() local
3911 gmtime_r(&m_curCameraInfo->gpsTimestamp, &tm_data); in m_setExifChangedAttribute()
3912 exifInfo->gps_timestamp[0].num = tm_data.tm_hour; in m_setExifChangedAttribute()
3914 exifInfo->gps_timestamp[1].num = tm_data.tm_min; in m_setExifChangedAttribute()
3916 exifInfo->gps_timestamp[2].num = tm_data.tm_sec; in m_setExifChangedAttribute()
3919 "%04d:%02d:%02d", tm_data.tm_year + 1900, tm_data.tm_mon + 1, tm_data.tm_mday); in m_setExifChangedAttribute()
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.cpp5879 struct tm tm_data; in m_setExifChangedAttribute() local
5882 gmtime_r(&timestamp, &tm_data); in m_setExifChangedAttribute()
5883 exifInfo->gps_timestamp[0].num = tm_data.tm_hour; in m_setExifChangedAttribute()
5885 exifInfo->gps_timestamp[1].num = tm_data.tm_min; in m_setExifChangedAttribute()
5887 exifInfo->gps_timestamp[2].num = tm_data.tm_sec; in m_setExifChangedAttribute()
5890 "%04d:%02d:%02d", tm_data.tm_year + 1900, tm_data.tm_mon + 1, tm_data.tm_mday); in m_setExifChangedAttribute()