All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Intra-refresh type control
@ 2022-03-14  7:53 quic_dikshita
  2022-03-14  7:53 ` [PATCH v2 1/2] media: v4l2-ctrls: Add intra-refresh " quic_dikshita
  2022-03-14  7:53 ` [PATCH v2 2/2] venus: venc: Add support for intra-refresh mode quic_dikshita
  0 siblings, 2 replies; 3+ messages in thread
From: quic_dikshita @ 2022-03-14  7:53 UTC (permalink / raw)
  To: linux-media, linux-kernel, hverkuil-cisco
  Cc: linux-arm-msm, ezequiel, stanimir.varbanov, quic_vgarodia,
	quic_majja, quic_jdas, Dikshita Agarwal

From: Dikshita Agarwal <quic_dikshita@quicinc.com>

Hi,

This series add a new intra-refresh type control for encoders.
this can be used to specify which intra refresh to be enabled,
random, cyclic or none.

Change since v0:
 Dropped INTRA_REFRESH_TYPE_NONE as it was not needed.
 Intra refresh period value as zero will disable the intra
 refresh.

Change since v1:
 Updated the control name for better undestanding.
 Also updated the documentation accordingly.

Thanks,
Dikshita

Dikshita Agarwal (2):
  media: v4l2-ctrls: Add intra-refresh type control
  venus: venc: Add support for intra-refresh mode

 .../userspace-api/media/v4l/ext-ctrls-codec.rst    | 27 ++++++++++++++++++++++
 drivers/media/platform/qcom/venus/core.h           |  1 +
 drivers/media/platform/qcom/venus/venc.c           |  3 ++-
 drivers/media/platform/qcom/venus/venc_ctrls.c     |  8 +++++++
 drivers/media/v4l2-core/v4l2-ctrls-defs.c          |  9 ++++++++
 include/uapi/linux/v4l2-controls.h                 |  5 ++++
 6 files changed, 52 insertions(+), 1 deletion(-)

-- 
2.7.4


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

end of thread, other threads:[~2022-03-14  7:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14  7:53 [PATCH v2 0/2] Intra-refresh type control quic_dikshita
2022-03-14  7:53 ` [PATCH v2 1/2] media: v4l2-ctrls: Add intra-refresh " quic_dikshita
2022-03-14  7:53 ` [PATCH v2 2/2] venus: venc: Add support for intra-refresh mode quic_dikshita

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.