Lines Matching defs:AtomIspConfigContent
33 struct AtomIspConfigContent { struct
34 struct atomisp_parameters isp_config;
36 struct atomisp_wb_config wb;
37 struct atomisp_ob_config ob; //black level
38 struct atomisp_cc_config cc;
39 struct atomisp_cc_config yuv2rgb_cc;
40 struct atomisp_cc_config rgb2yuv_cc;
41 struct atomisp_nr_config nr;
42 struct atomisp_tnr_config tnr;
43 struct atomisp_ynr_config ynr;
44 struct atomisp_cnr_config cnr;
45 struct atomisp_anr_config anr;
46 struct atomisp_xnr_config xnr;
47 struct atomisp_xnr_table xnr_table;
48 struct atomisp_ee_config ee;
49 struct atomisp_dp_config dp;
50 struct atomisp_de_config de;
51 struct atomisp_ecd_config ecd_config;
52 struct atomisp_fc_config fc_config;
53 struct atomisp_ctc_config ctc_config;
54 struct atomisp_ctc_table ctc_table;
55 struct atomisp_macc_config macc_config;
56 struct atomisp_macc_table macc_table;
57 struct atomisp_gamma_table gamma_table;
81 AtomIspConfigContent () { in AtomIspConfigContent() argument