From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mailout3.samsung.com ([203.254.224.33]:31955 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751279AbdGQLeJ (ORCPT ); Mon, 17 Jul 2017 07:34:09 -0400 Received: from epcas5p2.samsung.com (unknown [182.195.41.40]) by mailout3.samsung.com (KnoxPortal) with ESMTP id 20170717113407epoutp03183149812b687fdce51ea8227409aff5~SGvDY_wkq0895608956epoutp03X for ; Mon, 17 Jul 2017 11:34:07 +0000 (GMT) Subject: Re: [Patch v5 05/12] [media] videodev2.h: Add v4l2 definition for HEVC From: Smitha T Murthy To: Stanimir Varbanov Cc: linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, kyungmin.park@samsung.com, kamil@wypas.org, jtp.park@samsung.com, a.hajda@samsung.com, mchehab@kernel.org, pankaj.dubey@samsung.com, krzk@kernel.org, m.szyprowski@samsung.com, s.nawrocki@samsung.com In-Reply-To: <12b890e0-b955-4d64-6b6b-2847f693ee57@linaro.org> Date: Mon, 17 Jul 2017 16:42:39 +0530 Message-ID: <1500289959.16819.0.camel@smitha-fedora> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" References: <1497849055-26583-1-git-send-email-smitha.t@samsung.com> <1497849055-26583-6-git-send-email-smitha.t@samsung.com> <12b890e0-b955-4d64-6b6b-2847f693ee57@linaro.org> Sender: linux-media-owner@vger.kernel.org List-ID: On Fri, 2017-07-07 at 17:56 +0300, Stanimir Varbanov wrote: > Hi Smitha, > > On 06/19/2017 08:10 AM, Smitha T Murthy wrote: > > Add V4L2 definition for HEVC compressed format > > > > Signed-off-by: Smitha T Murthy > > Reviewed-by: Andrzej Hajda > > --- > > 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 2b8feb8..488de3d 100644 > > --- a/include/uapi/linux/videodev2.h > > +++ b/include/uapi/linux/videodev2.h > > @@ -629,6 +629,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 */ > > > > /* Vendor-specific formats */ > > #define V4L2_PIX_FMT_CPIA1 v4l2_fourcc('C', 'P', 'I', 'A') /* cpia1 YUV */ > > > > Hans wanted the name to be H265, not sure is that valid yet. > > I have tested 5/12, 6/12, and 7/12 on venus codec driver, and in case > you need it, you have my > > Reviewed-by: Stanimir Varbanov > Thank you for the review. Regards, Smitha