Searched refs:gpsDateStamp (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp1570 * @gpsDateStamp : GPS date time stamp string
1578 int32_t getExifGpsDateTimeStamp(char *gpsDateStamp, argument
1588 strftime(gpsDateStamp, bufLen, "%Y:%m:%d", UTCTimestamp);
1744 char gpsDateStamp[20]; local
1746 rc = getExifGpsDateTimeStamp(gpsDateStamp, 20, gpsTimeStamp, *(mJpegSettings->gps_timestamp));
1750 strlen(gpsDateStamp) + 1,
1751 (void *)gpsDateStamp);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.h393 int32_t getExifGpsDateTimeStamp(char *gpsDateStamp, uint32_t bufLen, rat_t *gpsTimeStamp);
H A DQCamera2HWI.cpp4133 char gpsDateStamp[20]; local
4135 rc = mParameters.getExifGpsDateTimeStamp(gpsDateStamp, 20, gpsTimeStamp);
4139 strlen(gpsDateStamp) + 1,
4140 (void *)gpsDateStamp);
H A DQCameraParameters.cpp5472 * @gpsDateStamp : GPS date time stamp string
5480 int32_t QCameraParameters::getExifGpsDateTimeStamp(char *gpsDateStamp, argument
5489 strftime(gpsDateStamp, bufLen, "%Y:%m:%d", UTCTimestamp);

Completed in 824 milliseconds