From: smitha.t@samsung.com (Smitha T Murthy)
To: linux-arm-kernel@lists.infradead.org
Subject: [Patch v8 05/12] [media] videodev2.h: Add v4l2 definition for HEVC
Date: Fri, 02 Feb 2018 17:55:41 +0530 [thread overview]
Message-ID: <1517574348-22111-6-git-send-email-smitha.t@samsung.com> (raw)
In-Reply-To: <1517574348-22111-1-git-send-email-smitha.t@samsung.com>
Add V4L2 definition for HEVC compressed format
Signed-off-by: Smitha T Murthy <smitha.t@samsung.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
---
include/uapi/linux/videodev2.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h
index 1c095b5..ba937f5 100644
--- a/include/uapi/linux/videodev2.h
+++ b/include/uapi/linux/videodev2.h
@@ -635,6 +635,7 @@ struct v4l2_pix_format {
#define V4L2_PIX_FMT_VC1_ANNEX_L v4l2_fourcc('V', 'C', '1', 'L') /* SMPTE 421M Annex L compliant stream */
#define V4L2_PIX_FMT_VP8 v4l2_fourcc('V', 'P', '8', '0') /* VP8 */
#define V4L2_PIX_FMT_VP9 v4l2_fourcc('V', 'P', '9', '0') /* VP9 */
+#define V4L2_PIX_FMT_HEVC v4l2_fourcc('H', 'E', 'V', 'C') /* HEVC aka H.265 */
/* Vendor-specific formats */
#define V4L2_PIX_FMT_CPIA1 v4l2_fourcc('C', 'P', 'I', 'A') /* cpia1 YUV */
--
2.7.4
next prev parent reply other threads:[~2018-02-02 12:25 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20180202124952epcas1p4735e31b16819111d6d906711e0935231@epcas1p4.samsung.com>
2018-02-02 12:25 ` [Patch v8 00/12] Add MFC v10.10 support Smitha T Murthy
2018-02-02 12:25 ` [Patch v8 01/12] [media] s5p-mfc: Rename IS_MFCV8 macro Smitha T Murthy
2018-02-02 12:25 ` [Patch v8 02/12] [media] s5p-mfc: Adding initial support for MFC v10.10 Smitha T Murthy
2018-02-02 12:25 ` [Patch v8 03/12] [media] s5p-mfc: Use min scratch buffer size as provided by F/W Smitha T Murthy
2018-02-02 12:25 ` [Patch v8 04/12] [media] s5p-mfc: Support MFCv10.10 buffer requirements Smitha T Murthy
2018-02-02 12:25 ` Smitha T Murthy [this message]
2018-02-02 12:25 ` [Patch v8 06/12] [media] v4l2-ioctl: add HEVC format description Smitha T Murthy
2018-02-02 12:25 ` [Patch v8 07/12] Documentation: v4l: Documentation for HEVC v4l2 definition Smitha T Murthy
2018-02-02 12:25 ` [Patch v8 08/12] [media] s5p-mfc: Add support for HEVC decoder Smitha T Murthy
2018-02-02 12:25 ` [Patch v8 09/12] [media] s5p-mfc: Add VP9 decoder support Smitha T Murthy
2018-02-02 12:25 ` [Patch v8 10/12] [media] v4l2: Add v4l2 control IDs for HEVC encoder Smitha T Murthy
2018-02-02 12:25 ` [Patch v8 11/12] [media] s5p-mfc: Add support " Smitha T Murthy
2018-02-02 14:09 ` Hans Verkuil
2018-02-02 12:25 ` [Patch v8 12/12] Documention: v4l: Documentation for HEVC CIDs Smitha T Murthy
2018-02-02 14:03 ` Hans Verkuil
2018-02-27 15:17 ` Nicolas Dufresne
2018-02-27 15:18 ` Nicolas Dufresne
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1517574348-22111-6-git-send-email-smitha.t@samsung.com \
--to=smitha.t@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox