Linux Kernel
3.7.1
|
#include <ispvideo.h>
Data Fields | |
struct media_pipeline | pipe |
spinlock_t | lock |
unsigned int | state |
enum isp_pipeline_stream_state | stream_state |
struct isp_video * | input |
struct isp_video * | output |
u32 | entities |
unsigned long | l3_ick |
unsigned int | max_rate |
atomic_t | frame_number |
bool | do_propagation |
bool | error |
struct v4l2_fract | max_timeperframe |
struct v4l2_subdev * | external |
unsigned int | external_rate |
unsigned int | external_width |
Definition at line 95 of file ispvideo.h.
bool do_propagation |
Definition at line 106 of file ispvideo.h.
u32 entities |
Definition at line 102 of file ispvideo.h.
bool error |
Definition at line 107 of file ispvideo.h.
struct v4l2_subdev* external |
Definition at line 109 of file ispvideo.h.
unsigned int external_rate |
Definition at line 110 of file ispvideo.h.
unsigned int external_width |
Definition at line 111 of file ispvideo.h.
atomic_t frame_number |
Definition at line 105 of file ispvideo.h.
Definition at line 100 of file ispvideo.h.
unsigned long l3_ick |
Definition at line 103 of file ispvideo.h.
spinlock_t lock |
Definition at line 97 of file ispvideo.h.
unsigned int max_rate |
Definition at line 104 of file ispvideo.h.
struct v4l2_fract max_timeperframe |
Definition at line 108 of file ispvideo.h.
Definition at line 101 of file ispvideo.h.
Definition at line 96 of file ispvideo.h.
Definition at line 98 of file ispvideo.h.
Definition at line 99 of file ispvideo.h.