Lines Matching defs:value
296 * Normalize all supported YUV 4:2:0 formats to the value used in the codec
1763 static void coda_update_menu_ctrl(struct v4l2_ctrl *ctrl, int value)
1772 * unsupported value or level.
1774 if (value > ctrl->maximum) {
1775 __v4l2_ctrl_modify_range(ctrl, ctrl->minimum, value,
1776 ctrl->menu_skip_mask & ~(1 << value),
1778 } else if (value < ctrl->minimum) {
1779 __v4l2_ctrl_modify_range(ctrl, value, ctrl->maximum,
1780 ctrl->menu_skip_mask & ~(1 << value),
1784 __v4l2_ctrl_s_ctrl(ctrl, value);
2409 * The maximum VBV size value is 0x7fffffff bits,
2522 * equal to 0 as a special case and changes its value to the size
2524 * that videobuf2 will keep the value of bytesused intact.