media: uapi: move HEVC stateless controls out of staging
HEVC uAPI is used by 2 mainline drivers (Hantro, Cedrus) and at least 2 out-of-tree drivers (rkvdec, RPi). The uAPI has been reviewed so it is time to make it 'public' by un-staging it. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@collabora.com> Reviewed-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Acked-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Tested-by: Jernej Skrabec <jernej.skrabec@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
e7060d9a78
commit
ca24fef0f2
8 changed files with 1387 additions and 1387 deletions
|
|
@ -1793,6 +1793,11 @@ struct v4l2_ext_control {
|
|||
struct v4l2_ctrl_mpeg2_quantisation __user *p_mpeg2_quantisation;
|
||||
struct v4l2_ctrl_vp9_compressed_hdr __user *p_vp9_compressed_hdr_probs;
|
||||
struct v4l2_ctrl_vp9_frame __user *p_vp9_frame;
|
||||
struct v4l2_ctrl_hevc_sps __user *p_hevc_sps;
|
||||
struct v4l2_ctrl_hevc_pps __user *p_hevc_pps;
|
||||
struct v4l2_ctrl_hevc_slice_params __user *p_hevc_slice_params;
|
||||
struct v4l2_ctrl_hevc_scaling_matrix __user *p_hevc_scaling_matrix;
|
||||
struct v4l2_ctrl_hevc_decode_params __user *p_hevc_decode_params;
|
||||
void __user *ptr;
|
||||
};
|
||||
} __attribute__ ((packed));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue