Home
last modified time | relevance | path

Searched refs:V4L2_CAP_EXT_PIX_FORMAT (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/Documentation/userspace-api/media/v4l/
Dvidioc-querycap.rst233 * - ``V4L2_CAP_EXT_PIX_FORMAT``
Dpixfmt-v4l2.rst131 device for the :ref:`V4L2_CAP_EXT_PIX_FORMAT <querycap>`
/linux-6.1.9/include/uapi/linux/
Dvideodev2.h500 #define V4L2_CAP_EXT_PIX_FORMAT 0x00200000 /* Supports the extended pixel format */ macro
/linux-6.1.9/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions186 replace define V4L2_CAP_EXT_PIX_FORMAT device-capabilities
/linux-6.1.9/drivers/media/v4l2-core/
Dv4l2-ioctl.c1118 cap->capabilities |= V4L2_CAP_EXT_PIX_FORMAT; in v4l_querycap()
1119 cap->device_caps |= V4L2_CAP_EXT_PIX_FORMAT; in v4l_querycap()