Home
last modified time | relevance | path

Searched refs:V4L2_CTRL_FLAG_DYNAMIC_ARRAY (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-defs.c1564 *flags |= V4L2_CTRL_FLAG_DYNAMIC_ARRAY; in v4l2_ctrl_fill()
1574 *flags |= V4L2_CTRL_FLAG_DYNAMIC_ARRAY; in v4l2_ctrl_fill()
1587 *flags |= V4L2_CTRL_FLAG_DYNAMIC_ARRAY; in v4l2_ctrl_fill()
H A Dv4l2-ctrls-core.c1896 if (flags & V4L2_CTRL_FLAG_DYNAMIC_ARRAY) { in v4l2_ctrl_new()
1950 ctrl->is_dyn_array = !!(flags & V4L2_CTRL_FLAG_DYNAMIC_ARRAY); in v4l2_ctrl_new()
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h1973 #define V4L2_CTRL_FLAG_DYNAMIC_ARRAY 0x0800 macro
/openbmc/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions394 replace define V4L2_CTRL_FLAG_DYNAMIC_ARRAY control-flags
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-queryctrl.rst652 * - ``V4L2_CTRL_FLAG_DYNAMIC_ARRAY``
H A Dext-ctrls-codec-stateless.rst2382 V4L2_CTRL_FLAG_DYNAMIC_ARRAY flag must be set when using it.
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-ctrls.c202 .flags = V4L2_CTRL_FLAG_DYNAMIC_ARRAY,
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch1443 + * V4L2_CTRL_FLAG_DYNAMIC_ARRAY flag must be set when using it.
9472 + ctx->max_slices = (!(querys[2].flags & V4L2_CTRL_FLAG_DYNAMIC_ARRAY) ||
12454 +#ifndef V4L2_CTRL_FLAG_DYNAMIC_ARRAY
12455 +#define V4L2_CTRL_FLAG_DYNAMIC_ARRAY 0x0800