|
AVClass * | class |
|
int | fd |
|
int | pixelformat |
|
int | width |
|
int | height |
|
int | frame_size |
|
int | interlaced |
|
int | top_field_first |
|
int | ts_mode |
|
TimeFilter * | timefilter |
|
int64_t | last_time_m |
|
int | buffers |
|
atomic_int | buffers_queued |
|
void ** | buf_start |
|
unsigned int * | buf_len |
|
char * | standard |
|
v4l2_std_id | std_id |
|
int | channel |
|
char * | pixel_format |
| Set by a private option. More...
|
|
int | list_format |
| Set by a private option. More...
|
|
int | list_standard |
| Set by a private option. More...
|
|
char * | framerate |
| Set by a private option. More...
|
|
int | use_libv4l2 |
|
int(* | open_f )(const char *file, int oflag,...) |
|
int(* | close_f )(int fd) |
|
int(* | dup_f )(int fd) |
|
int(* | ioctl_f )(int fd, int request,...) |
|
ssize_t(* | read_f )(int fd, void *buffer, size_t n) |
|
void *(* | mmap_f )(void *start, size_t length, int prot, int flags, int fd, int64_t offset) |
|
int(* | munmap_f )(void *_start, size_t length) |
|
Definition at line 81 of file v4l2.c.
◆ class
◆ fd
◆ pixelformat
int video_data::pixelformat |
◆ width
◆ height
◆ frame_size
int video_data::frame_size |
◆ interlaced
int video_data::interlaced |
◆ top_field_first
int video_data::top_field_first |
◆ ts_mode
◆ timefilter
◆ last_time_m
int64_t video_data::last_time_m |
◆ buffers
◆ buffers_queued
◆ buf_start
void** video_data::buf_start |
◆ buf_len
unsigned int* video_data::buf_len |
◆ standard
char* video_data::standard |
◆ std_id
v4l2_std_id video_data::std_id |
◆ channel
◆ pixel_format
char* video_data::pixel_format |
Set by a private option.
Definition at line 100 of file v4l2.c.
◆ list_format
int video_data::list_format |
Set by a private option.
Definition at line 101 of file v4l2.c.
◆ list_standard
int video_data::list_standard |
Set by a private option.
Definition at line 102 of file v4l2.c.
◆ framerate
char* video_data::framerate |
Set by a private option.
Definition at line 103 of file v4l2.c.
◆ use_libv4l2
int video_data::use_libv4l2 |
◆ open_f
int(* video_data::open_f) (const char *file, int oflag,...) |
◆ close_f
◆ dup_f
◆ ioctl_f
◆ read_f
ssize_t(* video_data::read_f) (int fd, void *buffer, size_t n) |
◆ mmap_f
◆ munmap_f
int(* video_data::munmap_f) (void *_start, size_t length) |
The documentation for this struct was generated from the following file: