Home
last modified time | relevance | path

Searched refs:V4L2_CAP_TUNER (Results 1 – 4 of 4) sorted by relevance

/external/strace/xlat/
Dv4l2_device_capabilities_flags.h49 #if defined(V4L2_CAP_TUNER) || (defined(HAVE_DECL_V4L2_CAP_TUNER) && HAVE_DECL_V4L2_CAP_TUNER)
50 XLAT(V4L2_CAP_TUNER),
Dv4l2_device_capabilities_flags.in16 V4L2_CAP_TUNER
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h270 #define V4L2_CAP_TUNER 0x00010000 /* has a tuner */ macro
/external/libvncserver/x11vnc/
Dv4l.c1022 if (v4l2_capability.capabilities & V4L2_CAP_TUNER) { in v4l2_query()