Searched refs:v4l2_ctrl_hevc_sps (Results 1 – 20 of 20) sorted by relevance
/openbmc/linux/drivers/media/test-drivers/visl/ |
H A D | visl-trace-hevc.h | 12 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 D | visl-dec.h | 41 const struct v4l2_ctrl_hevc_sps *sps;
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_g2_hevc_dec.c | 30 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 D | hantro_hevc.c | 76 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 D | hantro_hw.h | 128 const struct v4l2_ctrl_hevc_sps *sps;
|
H A D | hantro_drv.c | 268 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 D | cedrus.h | 71 const struct v4l2_ctrl_hevc_sps *sps;
|
H A D | cedrus.c | 46 const struct v4l2_ctrl_hevc_sps *sps = ctrl->p_new.p_hevc_sps; in cedrus_try_ctrl()
|
H A D | cedrus_h265.c | 420 const struct v4l2_ctrl_hevc_sps *sps; in cedrus_h265_setup()
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_hevc_req_multi_if.c | 336 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 D | mtk_vcodec_dec_stateless.c | 430 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 D | visl.rst | 93 $ echo 1 > /sys/kernel/debug/tracing/events/visl_hevc_controls/v4l2_ctrl_hevc_sps/enable
|
/openbmc/linux/include/media/ |
H A D | v4l2-ctrls.h | 80 struct v4l2_ctrl_hevc_sps *p_hevc_sps;
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-ext-ctrls.rst | 262 * - struct :c:type:`v4l2_ctrl_hevc_sps` * 264 - A pointer to a struct :c:type:`v4l2_ctrl_hevc_sps`. Valid if this
|
H A D | vidioc-queryctrl.rst | 484 - A struct :c:type:`v4l2_ctrl_hevc_sps`, containing HEVC Sequence
|
H A D | ext-ctrls-codec-stateless.rst | 2061 .. c:type:: v4l2_ctrl_hevc_sps 2071 .. flat-table:: struct v4l2_ctrl_hevc_sps
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-core.c | 810 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 D | videodev2.h | 1831 struct v4l2_ctrl_hevc_sps __user *p_hevc_sps;
|
H A D | v4l2-controls.h | 2163 struct v4l2_ctrl_hevc_sps { struct
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 391 +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),
|