Linux Kernel
3.7.1
|
#include <ispresizer.h>
Data Fields | |
struct v4l2_subdev | subdev |
struct media_pad | pads [RESZ_PADS_NUM] |
struct v4l2_mbus_framefmt | formats [RESZ_PADS_NUM] |
enum resizer_input_entity | input |
struct isp_video | video_in |
struct isp_video | video_out |
u32 | addr_base |
u32 | crop_offset |
struct resizer_ratio | ratio |
int | pm_state |
unsigned int | applycrop:1 |
enum isp_pipeline_stream_state | state |
wait_queue_head_t | wait |
atomic_t | stopping |
struct { | |
struct v4l2_rect request | |
struct v4l2_rect active | |
} | crop |
Definition at line 102 of file ispresizer.h.
Definition at line 122 of file ispresizer.h.
u32 addr_base |
Definition at line 111 of file ispresizer.h.
unsigned int applycrop |
Definition at line 115 of file ispresizer.h.
struct { ... } crop |
u32 crop_offset |
Definition at line 112 of file ispresizer.h.
struct v4l2_mbus_framefmt formats[RESZ_PADS_NUM] |
Definition at line 105 of file ispresizer.h.
enum resizer_input_entity input |
Definition at line 107 of file ispresizer.h.
struct media_pad pads[RESZ_PADS_NUM] |
Definition at line 104 of file ispresizer.h.
int pm_state |
Definition at line 114 of file ispresizer.h.
struct resizer_ratio ratio |
Definition at line 113 of file ispresizer.h.
Definition at line 121 of file ispresizer.h.
Definition at line 116 of file ispresizer.h.
atomic_t stopping |
Definition at line 118 of file ispresizer.h.
struct v4l2_subdev subdev |
Definition at line 103 of file ispresizer.h.
Definition at line 108 of file ispresizer.h.
Definition at line 109 of file ispresizer.h.
wait_queue_head_t wait |
Definition at line 117 of file ispresizer.h.