1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_streaming_capabilities.in; do not edit. */ 2 3 static const struct xlat v4l2_streaming_capabilities[] = { 4 #if defined(V4L2_CAP_TIMEPERFRAME) || (defined(HAVE_DECL_V4L2_CAP_TIMEPERFRAME) && HAVE_DECL_V4L2_CAP_TIMEPERFRAME) 5 XLAT(V4L2_CAP_TIMEPERFRAME), 6 #endif 7 XLAT_END 8 }; 9