aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/linux/v4l2-controls.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2022-05-25 13:32:07 -0700
committerChristopher Ferris <cferris@google.com>2022-05-25 13:32:07 -0700
commit67f1fe0ddddfd9adb7e2df702de4e6f255056bec (patch)
tree5a93f55c806dd7b81b7050a0560b8b016d40c78c /original/uapi/linux/v4l2-controls.h
parentf3f3e5a1f5566ec35e8bd6ccafd19d5693231ac8 (diff)
downloadkernel-headers-67f1fe0ddddfd9adb7e2df702de4e6f255056bec.tar.gz
Update to v5.18 kernel headers.
Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-5.18 Test: NA Change-Id: I5844ca1fcf0d798bd78c02b901d3361bd901edf2
Diffstat (limited to 'original/uapi/linux/v4l2-controls.h')
-rw-r--r--original/uapi/linux/v4l2-controls.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/original/uapi/linux/v4l2-controls.h b/original/uapi/linux/v4l2-controls.h
index c8e0f84..bb40129 100644
--- a/original/uapi/linux/v4l2-controls.h
+++ b/original/uapi/linux/v4l2-controls.h
@@ -219,6 +219,12 @@ enum v4l2_colorfx {
*/
#define V4L2_CID_USER_ALLEGRO_BASE (V4L2_CID_USER_BASE + 0x1170)
+/*
+ * The base for the isl7998x driver controls.
+ * We reserve 16 controls for this driver.
+ */
+#define V4L2_CID_USER_ISL7998X_BASE (V4L2_CID_USER_BASE + 0x1180)
+
/* MPEG-class control IDs */
/* The MPEG controls are applicable to all codec controls
* and the 'MPEG' part of the define is historical */
@@ -1563,6 +1569,8 @@ struct v4l2_h264_dpb_entry {
#define V4L2_H264_DECODE_PARAM_FLAG_IDR_PIC 0x01
#define V4L2_H264_DECODE_PARAM_FLAG_FIELD_PIC 0x02
#define V4L2_H264_DECODE_PARAM_FLAG_BOTTOM_FIELD 0x04
+#define V4L2_H264_DECODE_PARAM_FLAG_PFRAME 0x08
+#define V4L2_H264_DECODE_PARAM_FLAG_BFRAME 0x10
#define V4L2_CID_STATELESS_H264_DECODE_PARAMS (V4L2_CID_CODEC_STATELESS_BASE + 7)
/**