blob: cd72ce1d0baeec3d33f3bdbbb745969c1abff05b [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/v4l2_framesize_types.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat v4l2_framesize_types in mpers mode
#else
static
const struct xlat v4l2_framesize_types[] = {
#if defined(V4L2_FRMSIZE_TYPE_DISCRETE) || (defined(HAVE_DECL_V4L2_FRMSIZE_TYPE_DISCRETE) && HAVE_DECL_V4L2_FRMSIZE_TYPE_DISCRETE)
XLAT(V4L2_FRMSIZE_TYPE_DISCRETE),
#endif
#if defined(V4L2_FRMSIZE_TYPE_CONTINUOUS) || (defined(HAVE_DECL_V4L2_FRMSIZE_TYPE_CONTINUOUS) && HAVE_DECL_V4L2_FRMSIZE_TYPE_CONTINUOUS)
XLAT(V4L2_FRMSIZE_TYPE_CONTINUOUS),
#endif
#if defined(V4L2_FRMSIZE_TYPE_STEPWISE) || (defined(HAVE_DECL_V4L2_FRMSIZE_TYPE_STEPWISE) && HAVE_DECL_V4L2_FRMSIZE_TYPE_STEPWISE)
XLAT(V4L2_FRMSIZE_TYPE_STEPWISE),
#endif
XLAT_END
};
#endif /* !IN_MPERS */