All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dikshita Agarwal <quic_dikshita@quicinc.com>
To: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
	hverkuil-cisco@xs4all.nl, ezequiel@collabora.com
Cc: stanimir.varbanov@linaro.org, linux-arm-msm@vger.kernel.org,
	quic_vgarodia@quicinc.com, quic_majja@quicinc.com,
	quic_jdas@quicinc.com,
	Dikshita Agarwal <quic_dikshita@quicinc.com>
Subject: [PATCH] media: v4l2-ctrl: Add main 10 still picture profile for hevc
Date: Tue, 23 Aug 2022 12:56:03 +0530	[thread overview]
Message-ID: <1661239563-14346-1-git-send-email-quic_dikshita@quicinc.com> (raw)

Add main 10 still picture profile for HEVC encoder.

Signed-off-by: Dikshita Agarwal <quic_dikshita@quicinc.com>
---
 Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst | 2 ++
 include/uapi/linux/v4l2-controls.h                        | 1 +
 2 files changed, 3 insertions(+)

diff --git a/Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst b/Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst
index 2a165ae..5b2da84 100644
--- a/Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst
+++ b/Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst
@@ -2424,6 +2424,8 @@ enum v4l2_mpeg_video_hevc_profile -
       - Main still picture profile.
     * - ``V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN_10``
       - Main 10 profile.
+    * - ``V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN_10_STILL_PICTURE``
+      - Main 10 still picture profile.
 
 .. raw:: latex
 
diff --git a/include/uapi/linux/v4l2-controls.h b/include/uapi/linux/v4l2-controls.h
index 5f46bf4..1159337 100644
--- a/include/uapi/linux/v4l2-controls.h
+++ b/include/uapi/linux/v4l2-controls.h
@@ -743,6 +743,7 @@ enum v4l2_mpeg_video_hevc_profile {
 	V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN = 0,
 	V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN_STILL_PICTURE = 1,
 	V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN_10 = 2,
+	V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN_10_STILL_PICTURE = 3,
 };
 #define V4L2_CID_MPEG_VIDEO_HEVC_LEVEL		(V4L2_CID_CODEC_BASE + 616)
 enum v4l2_mpeg_video_hevc_level {
-- 
2.7.4


             reply	other threads:[~2022-08-23  7:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-23  7:26 Dikshita Agarwal [this message]
2022-08-24 12:06 ` [PATCH] media: v4l2-ctrl: Add main 10 still picture profile for hevc Hans Verkuil
2022-08-26  6:34   ` Dikshita Agarwal (QUIC)
2022-11-24 10:56     ` Hans Verkuil

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1661239563-14346-1-git-send-email-quic_dikshita@quicinc.com \
    --to=quic_dikshita@quicinc.com \
    --cc=ezequiel@collabora.com \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=quic_jdas@quicinc.com \
    --cc=quic_majja@quicinc.com \
    --cc=quic_vgarodia@quicinc.com \
    --cc=stanimir.varbanov@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.