Home
last modified time | relevance | path

Searched refs:p_h264_pred_weights (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/media/
Dv4l2-ctrls.h78 struct v4l2_ctrl_h264_pred_weights *p_h264_pred_weights; member
/Linux-v6.6/drivers/media/v4l2-core/
Dv4l2-ctrls-core.c807 struct v4l2_ctrl_h264_pred_weights *p_h264_pred_weights; in std_validate_compound() local
974 p_h264_pred_weights = p; in std_validate_compound()
976 if (p_h264_pred_weights->luma_log2_weight_denom > 7) in std_validate_compound()
978 if (p_h264_pred_weights->chroma_log2_weight_denom > 7) in std_validate_compound()
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dvidioc-g-ext-ctrls.rst215 - ``p_h264_pred_weights``
/Linux-v6.6/include/uapi/linux/
Dvideodev2.h1820 struct v4l2_ctrl_h264_pred_weights __user *p_h264_pred_weights; member