Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-ctrls.c1486 for (i = 0; i < ctrl->nr_of_dims; i++) in std_log()
2100 unsigned nr_of_dims = 0; in v4l2_ctrl_new() local
2111 while (dims && dims[nr_of_dims]) { in v4l2_ctrl_new()
2112 elems *= dims[nr_of_dims]; in v4l2_ctrl_new()
2113 nr_of_dims++; in v4l2_ctrl_new()
2114 if (nr_of_dims == V4L2_CTRL_MAX_DIMS) in v4l2_ctrl_new()
2117 is_array = nr_of_dims > 0; in v4l2_ctrl_new()
2199 ctrl->nr_of_dims = nr_of_dims; in v4l2_ctrl_new()
2200 if (nr_of_dims) in v4l2_ctrl_new()
2201 memcpy(ctrl->dims, dims, nr_of_dims * sizeof(dims[0])); in v4l2_ctrl_new()
[all …]
Dv4l2-ioctl.c570 p->elem_size, p->elems, p->nr_of_dims, in v4l_print_query_ext_ctrl()
/Linux-v4.19/include/media/
Dv4l2-ctrls.h222 u32 nr_of_dims; member
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-queryctrl.rst265 - ``nr_of_dims``
270 - The size of each dimension. The first ``nr_of_dims`` elements of
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h1659 __u32 nr_of_dims; member
/Linux-v4.19/drivers/media/usb/uvc/
Duvc_v4l2.c950 qec->nr_of_dims = 0; in uvc_ioctl_query_ext_ctrl()