Data Fields | |
int | video_fd |
int | tuner_fd |
int | width |
int | height |
int | frame_rate |
int | frame_rate_base |
u_int64_t | per_frame |
int | fd |
int | frame_format |
int | use_mmap |
AVRational | time_base |
int64_t | time_frame |
int | frame_size |
struct video_capability | video_cap |
struct video_audio | audio_saved |
struct video_window | video_win |
uint8_t * | video_buf |
struct video_mbuf | gb_buffers |
struct video_mmap | gb_buf |
int | gb_frame |
int | img_first |
int | img_last |
int | img_number |
int | img_count |
int | is_pipe |
char | path [1024] |
Definition at line 48 of file bktr.c.
struct video_audio VideoData::audio_saved [read] |
int VideoData::fd |
Definition at line 38 of file v4l.c.
Referenced by grab_read_close(), grab_read_header(), grab_read_packet(), and v4l_mm_read_picture().
Definition at line 43 of file v4l.c.
Referenced by grab_read_header(), grab_read_packet(), and v4l_mm_read_picture().
struct video_mmap VideoData::gb_buf [read] |
struct video_mbuf VideoData::gb_buffers [read] |
Definition at line 48 of file v4l.c.
Referenced by grab_read_close(), grab_read_header(), and v4l_mm_read_picture().
char VideoData::path[1024] |
u_int64_t VideoData::per_frame |
int64_t VideoData::time_frame |
Definition at line 40 of file v4l.c.
Referenced by grab_read_close(), grab_read_header(), and grab_read_packet().
uint8_t* VideoData::video_buf |
Definition at line 47 of file v4l.c.
Referenced by grab_read_close(), grab_read_header(), and v4l_mm_read_picture().
struct video_capability VideoData::video_cap [read] |
struct video_window VideoData::video_win [read] |
int VideoData::width |