Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-ctrls.c1598 for (i = 0; i < ctrl->nr_of_dims; i++) in std_log()
2361 unsigned nr_of_dims = 0; in v4l2_ctrl_new() local
2372 while (dims && dims[nr_of_dims]) { in v4l2_ctrl_new()
2373 elems *= dims[nr_of_dims]; in v4l2_ctrl_new()
2374 nr_of_dims++; in v4l2_ctrl_new()
2375 if (nr_of_dims == V4L2_CTRL_MAX_DIMS) in v4l2_ctrl_new()
2378 is_array = nr_of_dims > 0; in v4l2_ctrl_new()
2487 ctrl->nr_of_dims = nr_of_dims; in v4l2_ctrl_new()
2488 if (nr_of_dims) in v4l2_ctrl_new()
2489 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-v5.4/include/media/
Dv4l2-ctrls.h241 u32 nr_of_dims; member
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-queryctrl.rst272 - ``nr_of_dims``
277 - The size of each dimension. The first ``nr_of_dims`` elements of
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h1750 __u32 nr_of_dims; member
/Linux-v5.4/drivers/media/usb/uvc/
Duvc_v4l2.c944 qec->nr_of_dims = 0; in uvc_ioctl_query_ext_ctrl()