Data Fields | |
AVClass * | class |
dc1394_t * | d |
dc1394camera_t * | camera |
dc1394video_frame_t * | frame |
int | current_frame |
int | frame_rate |
frames per 1000 seconds (fps * 1000) | |
char * | video_size |
String describing video size, set by a private option. | |
char * | pixel_format |
Set by a private option. | |
char * | framerate |
Set by a private option. | |
AVPacket | packet |
Definition at line 53 of file libdc1394.c.
dc1394camera_t* dc1394_data::camera |
Definition at line 61 of file libdc1394.c.
Referenced by dc1394_v2_close(), dc1394_v2_read_header(), and dc1394_v2_read_packet().
Definition at line 54 of file libdc1394.c.
Definition at line 64 of file libdc1394.c.
Referenced by dc1394_read_common(), and dc1394_v2_read_packet().
dc1394_t* dc1394_data::d |
Definition at line 60 of file libdc1394.c.
Referenced by dc1394_v2_close(), and dc1394_v2_read_header().
dc1394video_frame_t* dc1394_data::frame |
Definition at line 62 of file libdc1394.c.
Referenced by dc1394_v2_read_packet().
frames per 1000 seconds (fps * 1000)
Definition at line 65 of file libdc1394.c.
Referenced by dc1394_read_common(), and dc1394_v2_read_packet().
char* dc1394_data::framerate |
Set by a private option.
Definition at line 68 of file libdc1394.c.
Referenced by dc1394_read_common().
Definition at line 70 of file libdc1394.c.
Referenced by dc1394_read_common(), and dc1394_v2_read_packet().
Set by a private option.
Definition at line 67 of file libdc1394.c.
Referenced by dc1394_read_common().
char* dc1394_data::video_size |
String describing video size, set by a private option.
Definition at line 66 of file libdc1394.c.
Referenced by dc1394_read_common().