Home
last modified time | relevance | path

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

/external/strace/xlat/
Dv4l2_device_capabilities_flags.h28 #if defined(V4L2_CAP_VBI_CAPTURE) || (defined(HAVE_DECL_V4L2_CAP_VBI_CAPTURE) && HAVE_DECL_V4L2_CAP…
29 XLAT(V4L2_CAP_VBI_CAPTURE),
Dv4l2_device_capabilities_flags.in4 V4L2_CAP_VBI_CAPTURE
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_QUERYCAP.c43 V4L2_CAP_VBI_CAPTURE | in valid_capabilities()
/external/syzkaller/sys/linux/
Dvideo4linux_386.const145 V4L2_CAP_VBI_CAPTURE = 16
Dvideo4linux_arm.const145 V4L2_CAP_VBI_CAPTURE = 16
Dvideo4linux_arm64.const145 V4L2_CAP_VBI_CAPTURE = 16
Dvideo4linux_amd64.const145 V4L2_CAP_VBI_CAPTURE = 16
Dvideo4linux.txt903 …CAP_VIDEO_CAPTURE, V4L2_CAP_VIDEO_OUTPUT, V4L2_CAP_VIDEO_OVERLAY, V4L2_CAP_VBI_CAPTURE, V4L2_CAP_V…
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h442 #define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */ macro