Lines Matching full:vbi
248 #define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */
249 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */
250 #define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
251 #define V4L2_CAP_SLICED_VBI_OUTPUT 0x00000080 /* Is a sliced VBI output device */
917 V4L2_MPEG_STREAM_VBI_FMT_NONE = 0, /* No VBI in the MPEG stream */
918 V4L2_MPEG_STREAM_VBI_FMT_IVTV = 1, /* VBI in private packets, IVTV format */
1285 /* Raw VBI */
1297 /* VBI flags */
1301 /* Sliced VBI
1303 * This implements is a proposal V4L2 API to allow SLICED VBI
1362 struct v4l2_vbi_format vbi; /* V4L2_BUF_TYPE_VBI_CAPTURE */