Searched refs:gps_timestamp (Results 1 - 6 of 6) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosExif.h221 rational_t gps_timestamp[3]; member in struct:__anon2747
H A DExynosCamera.cpp3912 exifInfo->gps_timestamp[0].num = tm_data.tm_hour;
3913 exifInfo->gps_timestamp[0].den = 1;
3914 exifInfo->gps_timestamp[1].num = tm_data.tm_min;
3915 exifInfo->gps_timestamp[1].den = 1;
3916 exifInfo->gps_timestamp[2].num = tm_data.tm_sec;
3917 exifInfo->gps_timestamp[2].den = 1;
H A DExynosJpegEncoderForCamera.cpp511 3, exifInfo->gps_timestamp, &LongerTagOffest, pIfdStart);
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosExif.h226 rational_t gps_timestamp[3]; member in struct:__anon2755
H A DExynosJpegEncoderForCamera.cpp494 3, exifInfo->gps_timestamp, &LongerTagOffest, pIfdStart);
H A DExynosCameraHWInterface2.cpp5959 exifInfo->gps_timestamp[0].num = tm_data.tm_hour;
5960 exifInfo->gps_timestamp[0].den = 1;
5961 exifInfo->gps_timestamp[1].num = tm_data.tm_min;
5962 exifInfo->gps_timestamp[1].den = 1;
5963 exifInfo->gps_timestamp[2].num = tm_data.tm_sec;
5964 exifInfo->gps_timestamp[2].den = 1;

Completed in 26 milliseconds