Linux Kernel
3.7.1
|
#include <fimc-core.h>
Data Fields | |
struct video_device | vfd |
struct v4l2_m2m_dev * | m2m_dev |
struct fimc_ctx * | ctx |
int | refcnt |
struct fimc_m2m_device - v4l2 memory-to-memory device data : the video device node for v4l2 m2m mode : v4l2 memory-to-memory device data : hardware context data : the reference counter
Definition at line 295 of file fimc-core.h.
Definition at line 298 of file fimc-core.h.
struct v4l2_m2m_dev* m2m_dev |
Definition at line 297 of file fimc-core.h.
int refcnt |
Definition at line 299 of file fimc-core.h.
struct video_device vfd |
Definition at line 296 of file fimc-core.h.