mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-01 07:47:55 +00:00
exynos3: Add V4L2_CID_CAMERA_GPS_PROCESSINGMETHOD to camera header
Used by aries Change-Id: I9cb4bb8c03a257468addb88ea18f7ff3473230ef
This commit is contained in:
parent
0a336cc1f2
commit
317dcfa0f0
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ enum v4l2_vintage_mode {
|
|||
#define V4L2_CID_CAMERA_GPS_TIMESTAMP (V4L2_CID_CAMERA_CLASS_BASE + 32)
|
||||
#define V4L2_CID_CAMERA_GPS_ALTITUDE (V4L2_CID_CAMERA_CLASS_BASE + 33)
|
||||
#define V4L2_CID_CAMERA_EXIF_TIME_INFO (V4L2_CID_CAMERA_CLASS_BASE + 34)
|
||||
#define V4L2_CID_CAMERA_GPS_PROCESSINGMETHOD (V4L2_CID_CAMERA_CLASS_BASE + 35)
|
||||
#define V4L2_CID_CAMERA_ZOOM (V4L2_CID_PRIVATE_BASE + 90)
|
||||
enum v4l2_zoom_level {
|
||||
ZOOM_LEVEL_0 = 0,
|
||||
|
|
Loading…
Reference in a new issue