Linux Kernel
3.7.1
|
#include <omap3isp.h>
struct omap3isp_prev_update_config - Preview engine configuration (user) : Specifies which ISP Preview registers should be updated. : Specifies which ISP Preview functions should be enabled. : 3bit value of shift used in shading compensation. : Pointer to luma enhancement structure. : Pointer to structure containing the odd and even distance. between the pixels in the image along with the filter threshold. : Pointer to structure containing the CFA interpolation table, CFA. format in the image, vertical and horizontal gradient threshold. : Pointer to Structure for Chrominance Suppression coefficients. : Pointer to structure for White Balance. : Pointer to structure for Black Adjustment. : Pointer to structure for RGB to RGB Blending. : Pointer to structure for Color Space Conversion from RGB-YCbYCr. : Pointer to structure for Y, C Value Limit. : Pointer to structure for defect correction. : Pointer to structure for Noise Filter : Pointer to gamma structure.
Definition at line 628 of file omap3isp.h.
struct omap3isp_prev_blkadj __user* blkadj |
Definition at line 637 of file omap3isp.h.
Definition at line 634 of file omap3isp.h.
Definition at line 639 of file omap3isp.h.
struct omap3isp_prev_csup __user* csup |
Definition at line 635 of file omap3isp.h.
struct omap3isp_prev_dcor __user* dcor |
Definition at line 641 of file omap3isp.h.
Definition at line 630 of file omap3isp.h.
struct omap3isp_prev_gtables __user* gamma |
Definition at line 643 of file omap3isp.h.
struct omap3isp_prev_hmed __user* hmed |
Definition at line 633 of file omap3isp.h.
struct omap3isp_prev_luma __user* luma |
Definition at line 632 of file omap3isp.h.
Definition at line 642 of file omap3isp.h.
struct omap3isp_prev_rgbtorgb __user* rgb2rgb |
Definition at line 638 of file omap3isp.h.
__u32 shading_shift |
Definition at line 631 of file omap3isp.h.
__u32 update |
Definition at line 629 of file omap3isp.h.
struct omap3isp_prev_wbal __user* wbal |
Definition at line 636 of file omap3isp.h.
struct omap3isp_prev_yclimit __user* yclimit |
Definition at line 640 of file omap3isp.h.