Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_hevc_sps (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/media/test-drivers/visl/
H A Dvisl-trace-hevc.h12 TP_PROTO(const struct v4l2_ctrl_hevc_sps *s),
14 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_hevc_sps, s)),
364 DEFINE_EVENT(v4l2_ctrl_hevc_sps_tmpl, v4l2_ctrl_hevc_sps,
365 TP_PROTO(const struct v4l2_ctrl_hevc_sps *s),
H A Dvisl-dec.h41 const struct v4l2_ctrl_hevc_sps *sps;
/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_hevc_dec.c30 const struct v4l2_ctrl_hevc_sps *sps = ctrls->sps; in prepare_tile_info_buffer()
124 const struct v4l2_ctrl_hevc_sps *sps = ctrls->sps; in compute_header_skip_length()
158 const struct v4l2_ctrl_hevc_sps *sps = ctrls->sps; in set_params()
533 const struct v4l2_ctrl_hevc_sps *sps = ctrls->sps; in prepare_scaling_list_buffer()
H A Dhantro_hevc.c76 const struct v4l2_ctrl_hevc_sps *sps = ctrls->sps; in tile_buffer_reallocate()
152 static int hantro_hevc_validate_sps(struct hantro_ctx *ctx, const struct v4l2_ctrl_hevc_sps *sps) in hantro_hevc_validate_sps()
H A Dhantro_hw.h128 const struct v4l2_ctrl_hevc_sps *sps;
H A Dhantro_drv.c268 const struct v4l2_ctrl_hevc_sps *sps = ctrl->p_new.p_hevc_sps; in hantro_try_ctrl()
341 const struct v4l2_ctrl_hevc_sps *sps = ctrl->p_new.p_hevc_sps; in hantro_hevc_s_ctrl()
/openbmc/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus.h71 const struct v4l2_ctrl_hevc_sps *sps;
H A Dcedrus.c46 const struct v4l2_ctrl_hevc_sps *sps = ctrl->p_new.p_hevc_sps; in cedrus_try_ctrl()
H A Dcedrus_h265.c420 const struct v4l2_ctrl_hevc_sps *sps; in cedrus_h265_setup()
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_hevc_req_multi_if.c336 struct v4l2_ctrl_hevc_sps sps;
427 const struct v4l2_ctrl_hevc_sps *src_param) in vdec_hevc_copy_sps_params()
594 const struct v4l2_ctrl_hevc_sps *sps; in vdec_hevc_slice_fill_decode_parameters()
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateless.c430 struct v4l2_ctrl_hevc_sps *h265; in mtk_vdec_s_ctrl()
457 h265 = (struct v4l2_ctrl_hevc_sps *)hdr_ctrl->p_new.p; in mtk_vdec_s_ctrl()
/openbmc/linux/Documentation/admin-guide/media/
H A Dvisl.rst93 $ echo 1 > /sys/kernel/debug/tracing/events/visl_hevc_controls/v4l2_ctrl_hevc_sps/enable
/openbmc/linux/include/media/
H A Dv4l2-ctrls.h80 struct v4l2_ctrl_hevc_sps *p_hevc_sps;
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-ext-ctrls.rst262 * - struct :c:type:`v4l2_ctrl_hevc_sps` *
264 - A pointer to a struct :c:type:`v4l2_ctrl_hevc_sps`. Valid if this
H A Dvidioc-queryctrl.rst484 - A struct :c:type:`v4l2_ctrl_hevc_sps`, containing HEVC Sequence
H A Dext-ctrls-codec-stateless.rst2061 .. c:type:: v4l2_ctrl_hevc_sps
2071 .. flat-table:: struct v4l2_ctrl_hevc_sps
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c810 struct v4l2_ctrl_hevc_sps *p_hevc_sps; in std_validate_compound()
1830 elem_size = sizeof(struct v4l2_ctrl_hevc_sps); in v4l2_ctrl_new()
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h1831 struct v4l2_ctrl_hevc_sps __user *p_hevc_sps;
H A Dv4l2-controls.h2163 struct v4l2_ctrl_hevc_sps { struct
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch391 +struct v4l2_ctrl_hevc_sps {
625 +struct v4l2_ctrl_hevc_sps {
885 +struct v4l2_ctrl_hevc_sps {
1183 + * struct v4l2_ctrl_hevc_sps - ITU-T Rec. H.265: Sequence parameter set
1244 +struct v4l2_ctrl_hevc_sps {
8386 + struct v4l2_ctrl_hevc_sps sps;
8760 +static void fill_sps(struct v4l2_ctrl_hevc_sps *ctrl, const HEVCSPS *sps)
8763 + *ctrl = (struct v4l2_ctrl_hevc_sps) {
9382 + struct v4l2_ctrl_hevc_sps ctrl_sps;
9400 + sizeof(struct v4l2_ctrl_hevc_sps),