#include <dv1394.h>
Data Fields | |
struct dv1394_init | init |
int | active_frame |
unsigned int | first_clear_frame |
unsigned int | n_clear_frames |
unsigned int | dropped_frames |
int dv1394_status::active_frame |
Definition at line 333 of file dv1394.h.
Referenced by dv1394_read_packet().
unsigned int dv1394_status::dropped_frames |
Definition at line 346 of file dv1394.h.
Referenced by dv1394_read_packet().
unsigned int dv1394_status::first_clear_frame |
Definition at line 337 of file dv1394.h.
Referenced by dv1394_read_packet().
struct dv1394_init dv1394_status::init |
unsigned int dv1394_status::n_clear_frames |
Definition at line 341 of file dv1394.h.
Referenced by dv1394_read_packet().