[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200616123001.11321-1-stanimir.varbanov@linaro.org>
Date: Tue, 16 Jun 2020 15:29:57 +0300
From: Stanimir Varbanov <stanimir.varbanov@...aro.org>
To: linux-media@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-msm@...r.kernel.org
Cc: Hans Verkuil <hverkuil-cisco@...all.nl>,
Ezequiel Garcia <ezequiel@...labora.com>,
Maheshwar Ajja <majja@...eaurora.org>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Stanimir Varbanov <stanimir.varbanov@...aro.org>
Subject: [PATCH 0/4] Add two new v4l controls and implementation
Hello,
Here we add two more v4l controls:
- V4L2_CID_MPEG_VIDEO_CONSTANT_QUALITY for encoders
- V4L2_CID_MPEG_VIDEO_DECODE_INTRA_FRAMES_ONLY for decoders
and the implementations in Venus driver.
The original patch for CQ from Maheshwar has been rebased on top of
current media/master and the comment from Hans has been taken into
account.
Comments are welcome.
regards,
Stan
Maheshwar Ajja (1):
media: v4l2-ctrls: Add encoder constant quality control
Stanimir Varbanov (3):
venus: venc: Add support for constant quality control
v4l2-ctrl: Add control for intra only decode
venus: vdec: Add support for decode intra frames only
.../media/v4l/ext-ctrls-codec.rst | 19 +++++++
drivers/media/platform/qcom/venus/core.h | 2 +
drivers/media/platform/qcom/venus/hfi_cmds.c | 49 ++++++++++++++++++-
.../media/platform/qcom/venus/hfi_helper.h | 4 +-
drivers/media/platform/qcom/venus/vdec.c | 7 +++
.../media/platform/qcom/venus/vdec_ctrls.c | 9 +++-
drivers/media/platform/qcom/venus/venc.c | 4 +-
.../media/platform/qcom/venus/venc_ctrls.c | 6 +++
drivers/media/v4l2-core/v4l2-ctrls.c | 4 ++
include/uapi/linux/v4l2-controls.h | 3 ++
10 files changed, 103 insertions(+), 4 deletions(-)
--
2.17.1
Powered by blists - more mailing lists