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

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HALHeader.h59 int64_t* gps_timestamp; member in struct:qcamera::__anon408
H A DQCamera3HWI.cpp1777 if (inputjpegsettings->gps_timestamp) {
1778 camMetadata.update(ANDROID_JPEG_GPS_TIMESTAMP, inputjpegsettings->gps_timestamp, 1);
1779 ALOGV("%s: gps_timestamp=%lld", __func__, *(inputjpegsettings->gps_timestamp));
4022 if (mJpegSettings->gps_timestamp) {
4023 free(mJpegSettings->gps_timestamp);
4024 mJpegSettings->gps_timestamp = NULL;
4073 mJpegSettings->gps_timestamp = (int64_t*)malloc(sizeof(int64_t*));
4074 *(mJpegSettings->gps_timestamp) =
4077 mJpegSettings->gps_timestamp
[all...]
H A DQCamera3Channel.cpp1743 if (mJpegSettings->gps_timestamp) {
1746 rc = getExifGpsDateTimeStamp(gpsDateStamp, 20, gpsTimeStamp, *(mJpegSettings->gps_timestamp));
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosExif.h221 rational_t gps_timestamp[3]; member in struct:__anon1516
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.h221 rational_t gps_timestamp[3]; member in struct:__anon1524
H A DExynosJpegEncoderForCamera.cpp470 3, exifInfo->gps_timestamp, &LongerTagOffest, pIfdStart);
H A DExynosCameraHWInterface2.cpp5930 exifInfo->gps_timestamp[0].num = tm_data.tm_hour;
5931 exifInfo->gps_timestamp[0].den = 1;
5932 exifInfo->gps_timestamp[1].num = tm_data.tm_min;
5933 exifInfo->gps_timestamp[1].den = 1;
5934 exifInfo->gps_timestamp[2].num = tm_data.tm_sec;
5935 exifInfo->gps_timestamp[2].den = 1;

Completed in 593 milliseconds