Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_h264_pred_weights (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/media/
Dh264-ctrls.h137 struct v4l2_ctrl_h264_pred_weights { struct
Dv4l2-ctrls.h78 struct v4l2_ctrl_h264_pred_weights *p_h264_pred_weights;
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/
Dcedrus.h65 const struct v4l2_ctrl_h264_pred_weights *pred_weights;
Dcedrus_h264.c263 const struct v4l2_ctrl_h264_pred_weights *pred_weight = in cedrus_write_pred_weight_table()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst1886 .. c:type:: v4l2_ctrl_h264_pred_weights
1890 .. flat-table:: struct v4l2_ctrl_h264_pred_weights
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dv4l2-ctrls.c2633 elem_size = sizeof(struct v4l2_ctrl_h264_pred_weights); in v4l2_ctrl_new()