Update V4L2_* constants
* xlat/v4l2_buf_types.in: Add V4L2_BUF_TYPE_META_CAPTURE introduced by linux kernel commit v4.12-rc1~85^2~71. * xlat/v4l2_device_capabilities_flags.in: Add V4L2_CAP_META_CAPTURE introduced by the same commit. * xlat/v4l2_control_flags.in: Add V4L2_CTRL_FLAG_HAS_PAYLOAD, V4L2_CTRL_FLAG_EXECUTE_ON_WRITE, and V4L2_CTRL_FLAG_MODIFY_LAYOUT introduced by linux kernel commits v3.17-rc1~112^2~363, v4.1-rc1~59^2~1^2~63, and v4.12-rc1~85^2~62, respectively. * xlat/v4l2_control_types.in: Add V4L2_CTRL_TYPE_U8, V4L2_CTRL_TYPE_U16, and V4L2_CTRL_TYPE_U32 introduced by linux kernel commits v3.17-rc1~112^2~343 and v3.17-rc1~112^2~112.
This commit is contained in:
parent
683f747adf
commit
586bf2605d
@ -10,3 +10,4 @@ V4L2_BUF_TYPE_SLICED_VBI_OUTPUT
|
||||
V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY
|
||||
V4L2_BUF_TYPE_SDR_CAPTURE
|
||||
V4L2_BUF_TYPE_SDR_OUTPUT
|
||||
V4L2_BUF_TYPE_META_CAPTURE
|
||||
|
@ -6,3 +6,6 @@ V4L2_CTRL_FLAG_INACTIVE
|
||||
V4L2_CTRL_FLAG_SLIDER
|
||||
V4L2_CTRL_FLAG_WRITE_ONLY
|
||||
V4L2_CTRL_FLAG_VOLATILE
|
||||
V4L2_CTRL_FLAG_HAS_PAYLOAD
|
||||
V4L2_CTRL_FLAG_EXECUTE_ON_WRITE
|
||||
V4L2_CTRL_FLAG_MODIFY_LAYOUT
|
||||
|
@ -1,9 +1,12 @@
|
||||
V4L2_CTRL_TYPE_INTEGER
|
||||
V4L2_CTRL_TYPE_BOOLEAN
|
||||
V4L2_CTRL_TYPE_MENU
|
||||
V4L2_CTRL_TYPE_INTEGER_MENU
|
||||
V4L2_CTRL_TYPE_BITMASK
|
||||
V4L2_CTRL_TYPE_BUTTON
|
||||
V4L2_CTRL_TYPE_INTEGER64
|
||||
V4L2_CTRL_TYPE_STRING
|
||||
V4L2_CTRL_TYPE_CTRL_CLASS
|
||||
V4L2_CTRL_TYPE_STRING
|
||||
V4L2_CTRL_TYPE_BITMASK
|
||||
V4L2_CTRL_TYPE_INTEGER_MENU
|
||||
V4L2_CTRL_TYPE_U8
|
||||
V4L2_CTRL_TYPE_U16
|
||||
V4L2_CTRL_TYPE_U32
|
||||
|
@ -25,3 +25,4 @@ V4L2_CAP_DEVICE_CAPS
|
||||
V4L2_CAP_SDR_CAPTURE
|
||||
V4L2_CAP_EXT_PIX_FORMAT
|
||||
V4L2_CAP_SDR_OUTPUT
|
||||
V4L2_CAP_META_CAPTURE
|
||||
|
Loading…
Reference in New Issue
Block a user