Home | History | Annotate | Download | only in linux

Lines Matching refs:vbi

263 #define V4L2_CAP_VBI_CAPTURE		0x00000010  /* Is a raw VBI capture device */
264 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */
265 #define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
266 #define V4L2_CAP_SLICED_VBI_OUTPUT 0x00000080 /* Is a sliced VBI output device */
1334 V4L2_MPEG_STREAM_VBI_FMT_NONE = 0, /* No VBI in the MPEG stream */
1335 V4L2_MPEG_STREAM_VBI_FMT_IVTV = 1, /* VBI in private packets, IVTV format */
2264 /* Raw VBI */
2276 /* VBI flags */
2280 /* Sliced VBI
2282 * This implements is a proposal V4L2 API to allow SLICED VBI
2331 * Sliced VBI data inserted into MPEG Streams
2338 * MPEG-2 Program Pack that contains V4L2_MPEG_STREAM_VBI_FMT_IVTV Sliced VBI
2354 __u8 data[42]; /* Sliced VBI data for the line */
2358 __le32 linemask[2]; /* Bitmasks of VBI service lines present */
2422 * @vbi: raw VBI capture or output parameters
2423 * @sliced: sliced VBI capture or output parameters
2432 struct v4l2_vbi_format vbi; /* V4L2_BUF_TYPE_VBI_CAPTURE */