Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_fwht_params (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/media/
Dfwht-ctrls.h18 struct v4l2_ctrl_fwht_params { struct
Dv4l2-ctrls.h72 struct v4l2_ctrl_fwht_params *p_fwht_params;
/Linux-v5.10/drivers/media/test-drivers/vicodec/
Dvicodec-core.c218 static bool validate_stateless_params_flags(const struct v4l2_ctrl_fwht_params *params, in validate_stateless_params_flags()
1744 const struct v4l2_ctrl_fwht_params *params; in vicodec_try_ctrl()
1770 const struct v4l2_ctrl_fwht_params *params) in update_header_from_stateless_params()
1790 const struct v4l2_ctrl_fwht_params *params; in vicodec_s_ctrl()
1819 .elem_size = sizeof(struct v4l2_ctrl_fwht_params),
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst2920 .. c:type:: v4l2_ctrl_fwht_params
2926 .. flat-table:: struct v4l2_ctrl_fwht_params
/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-ctrls.c2597 elem_size = sizeof(struct v4l2_ctrl_fwht_params); in v4l2_ctrl_new()