All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/2] Add encoder ctrls for long term reference
@ 2021-03-23 15:54 Dikshita Agarwal
  2021-03-23 15:54 ` [PATCH v9 1/2] media: v4l2-ctrl: add controls " Dikshita Agarwal
  2021-03-23 15:54 ` [PATCH v9 2/2] venus: venc: Add support for Long Term Reference (LTR) controls Dikshita Agarwal
  0 siblings, 2 replies; 3+ messages in thread
From: Dikshita Agarwal @ 2021-03-23 15:54 UTC (permalink / raw)
  To: linux-media, hverkuil-cisco, stanimir.varbanov
  Cc: linux-kernel, linux-arm-msm, vgarodia, Dikshita Agarwal

This series add the encoder controls for long term reference (LTR)
and support for the same in venus driver.

Dikshita Agarwal (2):
  media: v4l2-ctrl: add controls for long term reference.
  venus: venc: Add support for Long Term Reference (LTR) controls

Changes since v8:
- Update 2/2 patch to allow LTR MARK and USE control setting
  only after stream on.

 .../userspace-api/media/v4l/ext-ctrls-codec.rst    | 18 +++++++
 drivers/media/platform/qcom/venus/venc_ctrls.c     | 55 +++++++++++++++++++++-
 drivers/media/v4l2-core/v4l2-ctrls.c               | 14 ++++++
 include/uapi/linux/v4l2-controls.h                 |  3 ++
 4 files changed, 89 insertions(+), 1 deletion(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-23 15:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23 15:54 [PATCH v9 0/2] Add encoder ctrls for long term reference Dikshita Agarwal
2021-03-23 15:54 ` [PATCH v9 1/2] media: v4l2-ctrl: add controls " Dikshita Agarwal
2021-03-23 15:54 ` [PATCH v9 2/2] venus: venc: Add support for Long Term Reference (LTR) controls Dikshita Agarwal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.