xlat: update V4L2_* constants

* xlat/v4l2_buf_types.in (V4L2_BUF_TYPE_META_OUTPUT): New constant
introduced by Linux kernel commit v5.0-rc1~181^2~21.
* xlat/v4l2_device_capabilities_flags.in (V4L2_CAP_META_OUTPUT):
Likewise.
* xlat/v4l2_pix_fmts.in (V4L2_PIX_FMT_CNF4): New constant introduced
by Linux kernel commit v5.0-rc1~182^2~120.
* NEWS: Mention this.
This commit is contained in:
Дмитрий Левин 2019-01-05 21:14:42 +00:00
parent 4ba813df47
commit 2b31eeb6c1
4 changed files with 5 additions and 2 deletions

4
NEWS
View File

@ -2,8 +2,8 @@ Noteworthy changes in release ?.?? (????-??-??)
===============================================
* Improvements
* Updated lists of BPF_*, BTRFS_*, KERN_*, KVM_CAP_*, NDA_*, and *_MAGIC
constants.
* Updated lists of BPF_*, BTRFS_*, KERN_*, KVM_CAP_*, NDA_*, V4L2_*,
and *_MAGIC constants.
* Bug fixes
* Fixed strace-k test on alpha.

View File

@ -11,3 +11,4 @@ V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY
V4L2_BUF_TYPE_SDR_CAPTURE
V4L2_BUF_TYPE_SDR_OUTPUT
V4L2_BUF_TYPE_META_CAPTURE
V4L2_BUF_TYPE_META_OUTPUT

View File

@ -20,6 +20,7 @@ V4L2_CAP_MODULATOR
V4L2_CAP_READWRITE
V4L2_CAP_ASYNCIO
V4L2_CAP_STREAMING
V4L2_CAP_META_OUTPUT
V4L2_CAP_TOUCH
V4L2_CAP_DEVICE_CAPS
V4L2_CAP_SDR_CAPTURE

View File

@ -49,6 +49,7 @@ V4L2_PIX_FMT_YUV420M v4l2_fourcc('Y', 'M', '1', '2') /* 12 YUV420 planar */
V4L2_PIX_FMT_ARGB444 v4l2_fourcc('A', 'R', '1', '2') /* 16 aaaarrrr ggggbbbb */
V4L2_PIX_FMT_XRGB444 v4l2_fourcc('X', 'R', '1', '2') /* 16 xxxxrrrr ggggbbbb */
V4L2_PIX_FMT_SUNXI_TILED_NV12 v4l2_fourcc('S', 'T', '1', '2') /* Sunxi Tiled NV12 Format */
V4L2_PIX_FMT_CNF4 v4l2_fourcc('C', 'N', 'F', '4') /* Intel 4-bit packed depth confidence information */
V4L2_PIX_FMT_YUV420 v4l2_fourcc('Y', 'U', '1', '2') /* 12 YUV 4:2:0 */
V4L2_PIX_FMT_NV12 v4l2_fourcc('N', 'V', '1', '2') /* 12 Y/CbCr 4:2:0 */
V4L2_PIX_FMT_YVU420 v4l2_fourcc('Y', 'V', '1', '2') /* 12 YVU 4:2:0 */