[PATCH 2/3] media: Add controls for jpeg quantization tables

2018-08-01 Thread Ezequiel Garcia
From: Shunqian Zheng Add V4L2_CID_JPEG_LUMA/CHROMA_QUANTIZATION controls to allow userspace configure the JPEG quantization tables. Signed-off-by: Shunqian Zheng --- drivers/media/v4l2-core/v4l2-ctrls.c | 4 include/uapi/linux/v4l2-controls.h | 3 +++ 2 files changed, 7 insertions(+) d

Re: [PATCH 2/3] media: Add controls for jpeg quantization tables

2018-07-18 Thread Hans Verkuil
On 05/07/18 19:28, Ezequiel Garcia wrote: > From: Shunqian Zheng > > Add V4L2_CID_JPEG_LUMA/CHROMA_QUANTIZATION controls to allow userspace > configure the JPEG quantization tables. > > Signed-off-by: Shunqian Zheng > --- > drivers/media/v4l2-core/v4l2-ctrls.c | 4 > include/uapi/linux/v4

[PATCH 2/3] media: Add controls for jpeg quantization tables

2018-07-05 Thread Ezequiel Garcia
From: Shunqian Zheng Add V4L2_CID_JPEG_LUMA/CHROMA_QUANTIZATION controls to allow userspace configure the JPEG quantization tables. Signed-off-by: Shunqian Zheng --- drivers/media/v4l2-core/v4l2-ctrls.c | 4 include/uapi/linux/v4l2-controls.h | 3 +++ 2 files changed, 7 insertions(+) d