Linux Kernel
3.7.1
|
#include <omap3isp.h>
Data Fields | |
__u16 | offset |
__u8 | gain_mode_n |
__u8 | gain_mode_m |
__u8 | gain_format |
__u16 | fmtsph |
__u16 | fmtlnh |
__u16 | fmtslv |
__u16 | fmtlnv |
__u8 | initial_x |
__u8 | initial_y |
__u32 | size |
struct omap3isp_ccdc_lsc_config - LSC configuration : Table Offset of the gain table. : Vertical dimension of a paxel in LSC configuration. : Horizontal dimension of a paxel in LSC configuration. : Gain table format. : Start pixel horizontal from start of the HS sync pulse. : Number of pixels in horizontal direction to use for the data reformatter. : Start line from start of VS sync pulse for the data reformatter. : Number of lines in vertical direction for the data reformatter. : X position, in pixels, of the first active pixel in reference to the first active paxel. Must be an even number. : Y position, in pixels, of the first active pixel in reference to the first active paxel. Must be an even number. : Size of LSC gain table. Filled when loaded from userspace.
Definition at line 330 of file omap3isp.h.
__u16 fmtlnh |
Definition at line 336 of file omap3isp.h.
__u16 fmtlnv |
Definition at line 338 of file omap3isp.h.
__u16 fmtslv |
Definition at line 337 of file omap3isp.h.
__u16 fmtsph |
Definition at line 335 of file omap3isp.h.
__u8 gain_format |
Definition at line 334 of file omap3isp.h.
__u8 gain_mode_m |
Definition at line 333 of file omap3isp.h.
__u8 gain_mode_n |
Definition at line 332 of file omap3isp.h.
__u8 initial_x |
Definition at line 339 of file omap3isp.h.
__u8 initial_y |
Definition at line 340 of file omap3isp.h.
Definition at line 331 of file omap3isp.h.
__u32 size |
Definition at line 341 of file omap3isp.h.