Searched refs:gps_version (Results 1 – 2 of 2) sorted by relevance
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosCamera.cpp | 3704 unsigned char gps_version[4] = { 0x02, 0x02, 0x00, 0x00 }; in m_setExifFixedAttribute() local 3705 memcpy(mExifInfo.gps_version_id, gps_version, sizeof(gps_version)); in m_setExifFixedAttribute()
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosCameraHWInterface2.cpp | 5698 unsigned char gps_version[4] = { 0x02, 0x02, 0x00, 0x00 }; in m_setExifFixedAttribute() local 5699 memcpy(mExifInfo.gps_version_id, gps_version, sizeof(gps_version)); in m_setExifFixedAttribute()
|