Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-ctrls.c1694 for (i = 0; i < ctrl->nr_of_dims; i++) in std_log()
2554 unsigned nr_of_dims = 0; in v4l2_ctrl_new() local
2565 while (dims && dims[nr_of_dims]) { in v4l2_ctrl_new()
2566 elems *= dims[nr_of_dims]; in v4l2_ctrl_new()
2567 nr_of_dims++; in v4l2_ctrl_new()
2568 if (nr_of_dims == V4L2_CTRL_MAX_DIMS) in v4l2_ctrl_new()
2571 is_array = nr_of_dims > 0; in v4l2_ctrl_new()
2698 ctrl->nr_of_dims = nr_of_dims; in v4l2_ctrl_new()
2699 if (nr_of_dims) in v4l2_ctrl_new()
2700 memcpy(ctrl->dims, dims, nr_of_dims * sizeof(dims[0])); in v4l2_ctrl_new()
[all …]
Dv4l2-ioctl.c571 p->elem_size, p->elems, p->nr_of_dims, in v4l_print_query_ext_ctrl()
/Linux-v5.10/include/media/
Dv4l2-ctrls.h270 u32 nr_of_dims; member
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-queryctrl.rst262 - ``nr_of_dims``
267 - The size of each dimension. The first ``nr_of_dims`` elements of
/Linux-v5.10/include/uapi/linux/
Dvideodev2.h1807 __u32 nr_of_dims; member
/Linux-v5.10/drivers/media/usb/uvc/
Duvc_v4l2.c978 qec->nr_of_dims = 0; in uvc_ioctl_query_ext_ctrl()