Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_hevc_scaling_matrix (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/drivers/media/test-drivers/visl/
Dvisl-trace-hevc.h273 TP_PROTO(const struct v4l2_ctrl_hevc_scaling_matrix *s),
275 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_hevc_scaling_matrix, s)),
384 DEFINE_EVENT(v4l2_ctrl_hevc_scaling_matrix_tmpl, v4l2_ctrl_hevc_scaling_matrix,
385 TP_PROTO(const struct v4l2_ctrl_hevc_scaling_matrix *s),
Dvisl-dec.h44 const struct v4l2_ctrl_hevc_scaling_matrix *sm;
/linux-6.12.1/drivers/staging/media/sunxi/cedrus/
Dcedrus.h75 const struct v4l2_ctrl_hevc_scaling_matrix *scaling_matrix;
Dcedrus_h265.c273 const struct v4l2_ctrl_hevc_scaling_matrix *scaling; in cedrus_h265_write_scaling_list()
/linux-6.12.1/drivers/media/platform/verisilicon/
Dhantro_hw.h136 const struct v4l2_ctrl_hevc_scaling_matrix *scaling;
Dhantro_g2_hevc_dec.c533 const struct v4l2_ctrl_hevc_scaling_matrix *sc = ctrls->scaling; in prepare_scaling_list_buffer()
/linux-6.12.1/drivers/media/platform/mediatek/vcodec/decoder/vdec/
Dvdec_hevc_req_multi_if.c549 const struct v4l2_ctrl_hevc_scaling_matrix *src_matrix) in vdec_hevc_copy_scaling_matrix()
593 const struct v4l2_ctrl_hevc_scaling_matrix *src_matrix; in vdec_hevc_slice_fill_decode_parameters()
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-g-ext-ctrls.rst274 * - struct :c:type:`v4l2_ctrl_hevc_scaling_matrix` *
276 - A pointer to a struct :c:type:`v4l2_ctrl_hevc_scaling_matrix`. Valid if this
Dvidioc-queryctrl.rst502 - A struct :c:type:`v4l2_ctrl_hevc_scaling_matrix`, containing HEVC
Dext-ctrls-codec-stateless.rst2568 .. c:type:: v4l2_ctrl_hevc_scaling_matrix
2578 .. flat-table:: struct v4l2_ctrl_hevc_scaling_matrix
/linux-6.12.1/include/uapi/linux/
Dvideodev2.h1872 struct v4l2_ctrl_hevc_scaling_matrix __user *p_hevc_scaling_matrix;
Dv4l2-controls.h2530 struct v4l2_ctrl_hevc_scaling_matrix { struct
/linux-6.12.1/drivers/media/v4l2-core/
Dv4l2-ctrls-core.c1843 elem_size = sizeof(struct v4l2_ctrl_hevc_scaling_matrix); in v4l2_ctrl_new()