Linux Kernel
3.7.1
|
#include <ispvideo.h>
Data Fields | |
struct video_device | video |
enum v4l2_buf_type | type |
struct media_pad | pad |
struct mutex | mutex |
atomic_t | active |
struct isp_device * | isp |
unsigned int | capture_mem |
unsigned int | bpl_alignment |
unsigned int | bpl_zero_padding |
unsigned int | bpl_max |
unsigned int | bpl_value |
unsigned int | bpl_padding |
unsigned int | streaming:1 |
struct isp_pipeline | pipe |
struct mutex | stream_lock |
struct isp_video_queue * | queue |
struct list_head | dmaqueue |
enum isp_video_dmaqueue_flags | dmaqueue_flags |
struct isp_video_operations * | ops |
Definition at line 158 of file ispvideo.h.
atomic_t active |
Definition at line 164 of file ispvideo.h.
unsigned int bpl_alignment |
Definition at line 169 of file ispvideo.h.
unsigned int bpl_max |
Definition at line 171 of file ispvideo.h.
unsigned int bpl_padding |
Definition at line 173 of file ispvideo.h.
unsigned int bpl_value |
Definition at line 172 of file ispvideo.h.
unsigned int bpl_zero_padding |
Definition at line 170 of file ispvideo.h.
unsigned int capture_mem |
Definition at line 168 of file ispvideo.h.
Definition at line 184 of file ispvideo.h.
enum isp_video_dmaqueue_flags dmaqueue_flags |
Definition at line 185 of file ispvideo.h.
struct isp_device* isp |
Definition at line 166 of file ispvideo.h.
Definition at line 163 of file ispvideo.h.
Definition at line 187 of file ispvideo.h.
Definition at line 161 of file ispvideo.h.
Definition at line 179 of file ispvideo.h.
Definition at line 183 of file ispvideo.h.
Definition at line 180 of file ispvideo.h.
unsigned int streaming |
Definition at line 176 of file ispvideo.h.
enum v4l2_buf_type type |
Definition at line 160 of file ispvideo.h.
struct video_device video |
Definition at line 159 of file ispvideo.h.