Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_h264_pps (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/staging/media/hantro/
Dhantro_hw.h62 const struct v4l2_ctrl_h264_pps *pps;
Dhantro_g1_h264_dec.c28 const struct v4l2_ctrl_h264_pps *pps = ctrls->pps; in set_params()
/Linux-v5.4/include/media/
Dh264-ctrls.h94 struct v4l2_ctrl_h264_pps { struct
Dv4l2-ctrls.h66 struct v4l2_ctrl_h264_pps *p_h264_pps;
/Linux-v5.4/drivers/staging/media/sunxi/cedrus/
Dcedrus.h59 const struct v4l2_ctrl_h264_pps *pps;
Dcedrus_h264.c297 const struct v4l2_ctrl_h264_pps *pps = run->h264.pps; in cedrus_set_params()
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-queryctrl.rst456 - A struct :c:type:`v4l2_ctrl_h264_pps`, containing H264
Dext-ctrls-codec.rst1613 .. c:type:: v4l2_ctrl_h264_pps
1617 .. flat-table:: struct v4l2_ctrl_h264_pps
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-ctrls.c2410 elem_size = sizeof(struct v4l2_ctrl_h264_pps); in v4l2_ctrl_new()