FFmpeg
|
Data Fields | |
AVClass * | class |
int | fd |
int | channel |
int | format |
uint8_t * | ring |
int | index |
int | avail |
int | done |
DVDemuxContext * | dv_demux |
int dv1394_data::fd |
Definition at line 39 of file dv1394.c.
Referenced by dv1394_close(), dv1394_read_header(), dv1394_read_packet(), dv1394_reset(), and dv1394_start().
int dv1394_data::channel |
Definition at line 40 of file dv1394.c.
Referenced by dv1394_reset().
uint8_t* dv1394_data::ring |
Definition at line 43 of file dv1394.c.
Referenced by dv1394_close(), dv1394_read_header(), and dv1394_read_packet().
int dv1394_data::index |
Definition at line 44 of file dv1394.c.
Referenced by dv1394_read_packet().
int dv1394_data::avail |
Definition at line 45 of file dv1394.c.
Referenced by dv1394_read_packet(), and dv1394_reset().
int dv1394_data::done |
Definition at line 46 of file dv1394.c.
Referenced by dv1394_read_packet(), and dv1394_reset().
DVDemuxContext* dv1394_data::dv_demux |
Definition at line 48 of file dv1394.c.
Referenced by dv1394_close(), dv1394_read_header(), and dv1394_read_packet().