Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-querycap.rst231 * - ``V4L2_CAP_EXT_PIX_FORMAT``
H A Dpixfmt-v4l2.rst131 device for the :ref:`V4L2_CAP_EXT_PIX_FORMAT <querycap>`
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h459 #define V4L2_CAP_EXT_PIX_FORMAT 0x00200000 /* Supports the extended pixel format */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h459 #define V4L2_CAP_EXT_PIX_FORMAT 0x00200000 /* Supports the extended pixel format */ macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions172 replace define V4L2_CAP_EXT_PIX_FORMAT device-capabilities
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h480 #define V4L2_CAP_EXT_PIX_FORMAT 0x00200000 /* Supports the extended pixel format */ macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h482 #define V4L2_CAP_EXT_PIX_FORMAT 0x00200000 /* Supports the extended pixel format */ macro
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1116 cap->capabilities |= V4L2_CAP_EXT_PIX_FORMAT; in v4l_querycap()
1117 cap->device_caps |= V4L2_CAP_EXT_PIX_FORMAT; in v4l_querycap()