Re: [Patch v2 09/11] v4l2: Add v4l2 control IDs for HEVC encoder

2017-03-14 Thread Smitha T Murthy
On Tue, 2017-03-07 at 09:48 +0100, Andrzej Hajda wrote: > On 03.03.2017 10:07, Smitha T Murthy wrote: > > Add v4l2 controls for HEVC encoder > > > > Signed-off-by: Smitha T Murthy > > --- > > drivers/media/v4l2-core/v4l2-ctrls.c | 51 + > > include/uapi/linux/v4l2-controls.h | 1

Re: [Patch v2 09/11] v4l2: Add v4l2 control IDs for HEVC encoder

2017-03-07 Thread Andrzej Hajda
On 03.03.2017 10:07, Smitha T Murthy wrote: > Add v4l2 controls for HEVC encoder > > Signed-off-by: Smitha T Murthy > --- > drivers/media/v4l2-core/v4l2-ctrls.c | 51 + > include/uapi/linux/v4l2-controls.h | 129 > ++ > 2 files changed, 180 insert

[Patch v2 09/11] v4l2: Add v4l2 control IDs for HEVC encoder

2017-03-03 Thread Smitha T Murthy
Add v4l2 controls for HEVC encoder Signed-off-by: Smitha T Murthy --- drivers/media/v4l2-core/v4l2-ctrls.c | 51 + include/uapi/linux/v4l2-controls.h | 129 ++ 2 files changed, 180 insertions(+), 0 deletions(-) diff --git a/drivers/media/v4l2-cor