Searched refs:tm_data (Results 1 – 2 of 2) sorted by relevance
3910 struct tm tm_data; in m_setExifChangedAttribute() local3911 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()
5879 struct tm tm_data; in m_setExifChangedAttribute() local5882 gmtime_r(×tamp, &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()