Home
last modified time | relevance | path

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

/Linux-v5.4/include/media/
Dfwht-ctrls.h18 struct v4l2_ctrl_fwht_params { struct
Dv4l2-ctrls.h64 struct v4l2_ctrl_fwht_params *p_fwht_params;
/Linux-v5.4/drivers/media/platform/vicodec/
Dvicodec-core.c223 static bool validate_stateless_params_flags(const struct v4l2_ctrl_fwht_params *params, in validate_stateless_params_flags()
1802 const struct v4l2_ctrl_fwht_params *params; in vicodec_try_ctrl()
1828 const struct v4l2_ctrl_fwht_params *params) in update_header_from_stateless_params()
1848 const struct v4l2_ctrl_fwht_params *params; in vicodec_s_ctrl()
1877 .elem_size = sizeof(struct v4l2_ctrl_fwht_params),
/Linux-v5.4/Documentation/media/uapi/v4l/
Dext-ctrls-codec.rst2821 .. c:type:: v4l2_ctrl_fwht_params
2827 .. flat-table:: struct v4l2_ctrl_fwht_params
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-ctrls.c2404 elem_size = sizeof(struct v4l2_ctrl_fwht_params); in v4l2_ctrl_new()