83 lines
3.7 KiB
C
83 lines
3.7 KiB
C
/* Generated by ./xlat/gen.sh from ./xlat/v4l2_device_capabilities_flags.in; do not edit. */
|
|
|
|
#ifdef IN_MPERS
|
|
|
|
# error static const struct xlat v4l2_device_capabilities_flags in mpers mode
|
|
|
|
#else
|
|
|
|
static
|
|
const struct xlat v4l2_device_capabilities_flags[] = {
|
|
#if defined(V4L2_CAP_VIDEO_CAPTURE) || (defined(HAVE_DECL_V4L2_CAP_VIDEO_CAPTURE) && HAVE_DECL_V4L2_CAP_VIDEO_CAPTURE)
|
|
XLAT(V4L2_CAP_VIDEO_CAPTURE),
|
|
#endif
|
|
#if defined(V4L2_CAP_VIDEO_OUTPUT) || (defined(HAVE_DECL_V4L2_CAP_VIDEO_OUTPUT) && HAVE_DECL_V4L2_CAP_VIDEO_OUTPUT)
|
|
XLAT(V4L2_CAP_VIDEO_OUTPUT),
|
|
#endif
|
|
#if defined(V4L2_CAP_VIDEO_OVERLAY) || (defined(HAVE_DECL_V4L2_CAP_VIDEO_OVERLAY) && HAVE_DECL_V4L2_CAP_VIDEO_OVERLAY)
|
|
XLAT(V4L2_CAP_VIDEO_OVERLAY),
|
|
#endif
|
|
#if defined(V4L2_CAP_VBI_CAPTURE) || (defined(HAVE_DECL_V4L2_CAP_VBI_CAPTURE) && HAVE_DECL_V4L2_CAP_VBI_CAPTURE)
|
|
XLAT(V4L2_CAP_VBI_CAPTURE),
|
|
#endif
|
|
#if defined(V4L2_CAP_VBI_OUTPUT) || (defined(HAVE_DECL_V4L2_CAP_VBI_OUTPUT) && HAVE_DECL_V4L2_CAP_VBI_OUTPUT)
|
|
XLAT(V4L2_CAP_VBI_OUTPUT),
|
|
#endif
|
|
#if defined(V4L2_CAP_SLICED_VBI_CAPTURE) || (defined(HAVE_DECL_V4L2_CAP_SLICED_VBI_CAPTURE) && HAVE_DECL_V4L2_CAP_SLICED_VBI_CAPTURE)
|
|
XLAT(V4L2_CAP_SLICED_VBI_CAPTURE),
|
|
#endif
|
|
#if defined(V4L2_CAP_SLICED_VBI_OUTPUT) || (defined(HAVE_DECL_V4L2_CAP_SLICED_VBI_OUTPUT) && HAVE_DECL_V4L2_CAP_SLICED_VBI_OUTPUT)
|
|
XLAT(V4L2_CAP_SLICED_VBI_OUTPUT),
|
|
#endif
|
|
#if defined(V4L2_CAP_RDS_CAPTURE) || (defined(HAVE_DECL_V4L2_CAP_RDS_CAPTURE) && HAVE_DECL_V4L2_CAP_RDS_CAPTURE)
|
|
XLAT(V4L2_CAP_RDS_CAPTURE),
|
|
#endif
|
|
#if defined(V4L2_CAP_VIDEO_OUTPUT_OVERLAY) || (defined(HAVE_DECL_V4L2_CAP_VIDEO_OUTPUT_OVERLAY) && HAVE_DECL_V4L2_CAP_VIDEO_OUTPUT_OVERLAY)
|
|
XLAT(V4L2_CAP_VIDEO_OUTPUT_OVERLAY),
|
|
#endif
|
|
#if defined(V4L2_CAP_HW_FREQ_SEEK) || (defined(HAVE_DECL_V4L2_CAP_HW_FREQ_SEEK) && HAVE_DECL_V4L2_CAP_HW_FREQ_SEEK)
|
|
XLAT(V4L2_CAP_HW_FREQ_SEEK),
|
|
#endif
|
|
#if defined(V4L2_CAP_RDS_OUTPUT) || (defined(HAVE_DECL_V4L2_CAP_RDS_OUTPUT) && HAVE_DECL_V4L2_CAP_RDS_OUTPUT)
|
|
XLAT(V4L2_CAP_RDS_OUTPUT),
|
|
#endif
|
|
#if defined(V4L2_CAP_VIDEO_CAPTURE_MPLANE) || (defined(HAVE_DECL_V4L2_CAP_VIDEO_CAPTURE_MPLANE) && HAVE_DECL_V4L2_CAP_VIDEO_CAPTURE_MPLANE)
|
|
XLAT(V4L2_CAP_VIDEO_CAPTURE_MPLANE),
|
|
#endif
|
|
#if defined(V4L2_CAP_VIDEO_OUTPUT_MPLANE) || (defined(HAVE_DECL_V4L2_CAP_VIDEO_OUTPUT_MPLANE) && HAVE_DECL_V4L2_CAP_VIDEO_OUTPUT_MPLANE)
|
|
XLAT(V4L2_CAP_VIDEO_OUTPUT_MPLANE),
|
|
#endif
|
|
#if defined(V4L2_CAP_VIDEO_M2M) || (defined(HAVE_DECL_V4L2_CAP_VIDEO_M2M) && HAVE_DECL_V4L2_CAP_VIDEO_M2M)
|
|
XLAT(V4L2_CAP_VIDEO_M2M),
|
|
#endif
|
|
#if defined(V4L2_CAP_VIDEO_M2M_MPLANE) || (defined(HAVE_DECL_V4L2_CAP_VIDEO_M2M_MPLANE) && HAVE_DECL_V4L2_CAP_VIDEO_M2M_MPLANE)
|
|
XLAT(V4L2_CAP_VIDEO_M2M_MPLANE),
|
|
#endif
|
|
#if defined(V4L2_CAP_TUNER) || (defined(HAVE_DECL_V4L2_CAP_TUNER) && HAVE_DECL_V4L2_CAP_TUNER)
|
|
XLAT(V4L2_CAP_TUNER),
|
|
#endif
|
|
#if defined(V4L2_CAP_AUDIO) || (defined(HAVE_DECL_V4L2_CAP_AUDIO) && HAVE_DECL_V4L2_CAP_AUDIO)
|
|
XLAT(V4L2_CAP_AUDIO),
|
|
#endif
|
|
#if defined(V4L2_CAP_RADIO) || (defined(HAVE_DECL_V4L2_CAP_RADIO) && HAVE_DECL_V4L2_CAP_RADIO)
|
|
XLAT(V4L2_CAP_RADIO),
|
|
#endif
|
|
#if defined(V4L2_CAP_MODULATOR) || (defined(HAVE_DECL_V4L2_CAP_MODULATOR) && HAVE_DECL_V4L2_CAP_MODULATOR)
|
|
XLAT(V4L2_CAP_MODULATOR),
|
|
#endif
|
|
#if defined(V4L2_CAP_READWRITE) || (defined(HAVE_DECL_V4L2_CAP_READWRITE) && HAVE_DECL_V4L2_CAP_READWRITE)
|
|
XLAT(V4L2_CAP_READWRITE),
|
|
#endif
|
|
#if defined(V4L2_CAP_ASYNCIO) || (defined(HAVE_DECL_V4L2_CAP_ASYNCIO) && HAVE_DECL_V4L2_CAP_ASYNCIO)
|
|
XLAT(V4L2_CAP_ASYNCIO),
|
|
#endif
|
|
#if defined(V4L2_CAP_STREAMING) || (defined(HAVE_DECL_V4L2_CAP_STREAMING) && HAVE_DECL_V4L2_CAP_STREAMING)
|
|
XLAT(V4L2_CAP_STREAMING),
|
|
#endif
|
|
#if defined(V4L2_CAP_DEVICE_CAPS) || (defined(HAVE_DECL_V4L2_CAP_DEVICE_CAPS) && HAVE_DECL_V4L2_CAP_DEVICE_CAPS)
|
|
XLAT(V4L2_CAP_DEVICE_CAPS),
|
|
#endif
|
|
XLAT_END
|
|
};
|
|
|
|
#endif /* !IN_MPERS */
|