Linux Kernel
3.7.1
|
#include <gsc-core.h>
Data Fields | |
struct video_device * | vfd |
struct v4l2_m2m_dev * | m2m_dev |
struct gsc_ctx * | ctx |
int | refcnt |
struct gsc_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 217 of file gsc-core.h.
Definition at line 220 of file gsc-core.h.
struct v4l2_m2m_dev* m2m_dev |
Definition at line 219 of file gsc-core.h.
int refcnt |
Definition at line 221 of file gsc-core.h.
struct video_device* vfd |
Definition at line 218 of file gsc-core.h.