Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_mpeg2_quantization (Results 1 – 11 of 11) sorted by relevance

/linux-5.10/include/media/
Dmpeg2-ctrls.h69 struct v4l2_ctrl_mpeg2_quantization { struct
Dv4l2-ctrls.h71 struct v4l2_ctrl_mpeg2_quantization *p_mpeg2_quantization;
/linux-5.10/drivers/staging/media/hantro/
Dhantro_mpeg2.c22 const struct v4l2_ctrl_mpeg2_quantization *ctrl) in hantro_mpeg2_dec_copy_qtable()
Dhantro_hw.h212 const struct v4l2_ctrl_mpeg2_quantization *ctrl);
Drk3399_vpu_hw_mpeg2_dec.c90 struct v4l2_ctrl_mpeg2_quantization *quantization; in rk3399_vpu_mpeg2_dec_set_quantization()
Dhantro_g1_mpeg2_dec.c88 struct v4l2_ctrl_mpeg2_quantization *quantization; in hantro_g1_mpeg2_dec_set_quantization()
/linux-5.10/drivers/staging/media/sunxi/cedrus/
Dcedrus.h70 const struct v4l2_ctrl_mpeg2_quantization *quantization;
Dcedrus_mpeg2.c80 const struct v4l2_ctrl_mpeg2_quantization *quantization; in cedrus_mpeg2_setup()
/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-queryctrl.rst427 - A struct :c:type:`v4l2_ctrl_mpeg2_quantization`, containing MPEG-2
Dext-ctrls-codec.rst2347 .. c:type:: v4l2_ctrl_mpeg2_quantization
2357 .. flat-table:: struct v4l2_ctrl_mpeg2_quantization
/linux-5.10/drivers/media/v4l2-core/
Dv4l2-ctrls.c2594 elem_size = sizeof(struct v4l2_ctrl_mpeg2_quantization); in v4l2_ctrl_new()