diff options
| author | Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> | 2016-09-06 10:38:55 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-14 21:49:06 -0400 |
| commit | 5deb1c04c9f2cc3fe4b355a55a8fad244683a54a (patch) | |
| tree | 9167a0869494138cbede2b073de41f7b63af0370 /include/uapi/linux/videodev2.h | |
| parent | f2421521de185c0281799712863db8e23d29a375 (diff) | |
[media] v4l: Define a pixel format for the R-Car VSP1 2-D histogram engine
The format is used on the R-Car VSP1 video queues that carry
2-D histogram statistics data.
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/uapi/linux/videodev2.h')
| -rw-r--r-- | include/uapi/linux/videodev2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index 09cf3a32faf4..75f032448ae5 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h | |||
| @@ -677,7 +677,8 @@ struct v4l2_pix_format { | |||
| 677 | #define V4L2_TCH_FMT_TU08 v4l2_fourcc('T', 'U', '0', '8') /* 8-bit unsigned touch data */ | 677 | #define V4L2_TCH_FMT_TU08 v4l2_fourcc('T', 'U', '0', '8') /* 8-bit unsigned touch data */ |
| 678 | 678 | ||
| 679 | /* Meta-data formats */ | 679 | /* Meta-data formats */ |
| 680 | #define V4L2_META_FMT_VSP1_HGO v4l2_fourcc('V', 'S', 'P', 'H') /* R-Car VSP1 Histogram */ | 680 | #define V4L2_META_FMT_VSP1_HGO v4l2_fourcc('V', 'S', 'P', 'H') /* R-Car VSP1 1-D Histogram */ |
| 681 | #define V4L2_META_FMT_VSP1_HGT v4l2_fourcc('V', 'S', 'P', 'T') /* R-Car VSP1 2-D Histogram */ | ||
| 681 | 682 | ||
| 682 | /* priv field value to indicates that subsequent fields are valid. */ | 683 | /* priv field value to indicates that subsequent fields are valid. */ |
| 683 | #define V4L2_PIX_FMT_PRIV_MAGIC 0xfeedcafe | 684 | #define V4L2_PIX_FMT_PRIV_MAGIC 0xfeedcafe |
