#include <buffer_processor.h>
Public Member Functions | |
VideoDev () | |
Public Attributes | |
int | fd |
unsigned int | nVideoBuffers |
struct v4l2_plane | planes [8] |
int | sfd |
bool | started |
struct buffer * | videoBuffers |
enum v4l2_buf_type | videoBuffersType |
Definition at line 48 of file buffer_processor.h.
|
inline |
Definition at line 57 of file buffer_processor.h.
int VideoDev::fd |
Definition at line 49 of file buffer_processor.h.
unsigned int VideoDev::nVideoBuffers |
Definition at line 52 of file buffer_processor.h.
struct v4l2_plane VideoDev::planes[8] |
Definition at line 53 of file buffer_processor.h.
int VideoDev::sfd |
Definition at line 50 of file buffer_processor.h.
bool VideoDev::started |
Definition at line 55 of file buffer_processor.h.
struct buffer* VideoDev::videoBuffers |
Definition at line 51 of file buffer_processor.h.
enum v4l2_buf_type VideoDev::videoBuffersType |
Definition at line 54 of file buffer_processor.h.