#include <videodev2_myth.h>
Definition at line 57 of file vbi.c.
Public Attributes | |
| enum v4l2_buf_type | type |
| union { | |
| struct v4l2_vbi_format vbi | |
| unsigned char raw_data [200] | |
| } | fmt |
| union { | |
| struct v4l2_pix_format pix | |
| struct v4l2_window win | |
| struct v4l2_vbi_format vbi | |
| struct v4l2_sliced_vbi_format sliced | |
| __u8 raw_data [200] | |
| } | fmt |
Definition at line 59 of file vbi.c.
Referenced by device_init(), NuppelVideoRecorder::DoV4L2(), MpegRecorder::OpenV4L2DeviceAsInput(), VideoOutputIvtv::SetAlpha(), VideoOutputIvtv::SetColorKey(), setup_dev(), and MpegRecorder::SetVBIOptions().
struct v4l2_vbi_format v4l2_format::vbi [read] |
| unsigned char v4l2_format::raw_data[200] |
| union { ... } v4l2_format::fmt |
struct v4l2_pix_format v4l2_format::pix [read] |
Definition at line 1330 of file videodev2_myth.h.
Referenced by device_init(), NuppelVideoRecorder::DoV4L2(), and MpegRecorder::OpenV4L2DeviceAsInput().
struct v4l2_window v4l2_format::win [read] |
Definition at line 1331 of file videodev2_myth.h.
Referenced by VideoOutputIvtv::SetAlpha(), and VideoOutputIvtv::SetColorKey().
struct v4l2_sliced_vbi_format v4l2_format::sliced [read] |
Definition at line 1334 of file videodev2_myth.h.
| union { ... } v4l2_format::fmt |
1.5.5