Data Fields | |
AVClass * | class |
int | video_fd |
int | tuner_fd |
int | width |
int | height |
uint64_t | per_frame |
int | standard |
char * | video_size |
String describing video size, set by a private option. | |
char * | framerate |
Set by a private option. | |
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 |
const AVClass * | class |
Class for private options. | |
int | img_first |
int | img_last |
int | img_number |
int | img_count |
int | is_pipe |
int | split_planes |
use independent file for each Y, U, V plane | |
char | path [1024] |
char * | pixel_format |
Set by a private option. | |
int | loop |
int | updatefirst |
Definition at line 52 of file bktr.c.
struct video_audio VideoData::audio_saved [read] |
const AVClass* VideoData::class |
int VideoData::fd |
Definition at line 44 of file v4l.c.
Referenced by grab_read_close(), grab_read_header(), grab_read_packet(), and v4l_mm_read_picture().
Definition at line 49 of file v4l.c.
Referenced by grab_read_header(), grab_read_packet(), and v4l_mm_read_picture().
char * VideoData::framerate |
Set by a private option.
Definition at line 60 of file bktr.c.
Referenced by grab_read_header(), and read_header().
struct video_mmap VideoData::gb_buf [read] |
struct video_mbuf VideoData::gb_buffers [read] |
Definition at line 54 of file v4l.c.
Referenced by grab_read_close(), grab_read_header(), and v4l_mm_read_picture().
int VideoData::loop |
char VideoData::path[1024] |
uint64_t VideoData::per_frame |
char* VideoData::pixel_format |
use independent file for each Y, U, V plane
Definition at line 40 of file img2.c.
Referenced by read_header(), and read_packet().
int64_t VideoData::time_frame |
Definition at line 46 of file v4l.c.
Referenced by grab_read_close(), grab_read_header(), and grab_read_packet().
uint8_t* VideoData::video_buf |
Definition at line 53 of file v4l.c.
Referenced by grab_read_close(), grab_read_header(), and v4l_mm_read_picture().
struct video_capability VideoData::video_cap [read] |
char * VideoData::video_size |
String describing video size, set by a private option.
Set by a private option.
Definition at line 59 of file bktr.c.
Referenced by grab_read_header(), and read_header().
struct video_window VideoData::video_win [read] |
int VideoData::width |