Home
last modified time | relevance | path

Searched refs:V4L2_CAP_DEVICE_CAPS (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dv4l2_device_capabilities_flags.h88 #if defined(V4L2_CAP_DEVICE_CAPS) || (defined(HAVE_DECL_V4L2_CAP_DEVICE_CAPS) && HAVE_DECL_V4L2_CAP…
89 XLAT(V4L2_CAP_DEVICE_CAPS),
Dv4l2_device_capabilities_flags.in24 V4L2_CAP_DEVICE_CAPS
/external/syzkaller/sys/linux/
Dvideo4linux_386.const129 V4L2_CAP_DEVICE_CAPS = 2147483648
Dvideo4linux_arm.const129 V4L2_CAP_DEVICE_CAPS = 2147483648
Dvideo4linux_arm64.const129 V4L2_CAP_DEVICE_CAPS = 2147483648
Dvideo4linux_amd64.const129 V4L2_CAP_DEVICE_CAPS = 2147483648
Dvideo4linux.txt903 …PUT, V4L2_CAP_READWRITE, V4L2_CAP_ASYNCIO, V4L2_CAP_STREAMING, V4L2_CAP_TOUCH, V4L2_CAP_DEVICE_CAPS
/external/strace/
Dv4l2.c159 #ifdef V4L2_CAP_DEVICE_CAPS in print_v4l2_capability()
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h477 #define V4L2_CAP_DEVICE_CAPS 0x80000000 /* sets device capabilities field */ macro