Home
last modified time | relevance | path

Searched refs:grp_conds_array_info (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCoreConfigV20.h66 static RkAiqGrpConditions_t aeGrpConds = {grp_conds_array_info(aeGrpCond)};
73 static RkAiqGrpConditions_t awbGrpConds = {grp_conds_array_info(awbGrpCond)};
78 static RkAiqGrpConditions_t measGrpConds = {grp_conds_array_info(measGrpCond)};
83 static RkAiqGrpConditions_t otherGrpConds = {grp_conds_array_info(otherGrpCond)};
90 static RkAiqGrpConditions_t amdGrpConds = {grp_conds_array_info(amdGrpCond)};
98 static RkAiqGrpConditions_t amfnrGrpConds = {grp_conds_array_info(amfnrGrpCond)};
106 static RkAiqGrpConditions_t aynrGrpConds = {grp_conds_array_info(aynrGrpCond)};
114 static RkAiqGrpConditions_t lscGrpConds = {grp_conds_array_info(lscGrpCond)};
121 static RkAiqGrpConditions_t eisGrpConds = {grp_conds_array_info(eisGrpCond)};
126 static RkAiqGrpConditions_t orbGrpConds = {grp_conds_array_info(orbGrpCond)};
H A DRkAiqCoreConfigV30.h75 static RkAiqGrpConditions_t aeGrpCondsV3x = {grp_conds_array_info(aeGrpCondV3x)};
83 static RkAiqGrpConditions_t awbGrpConds = {grp_conds_array_info(awbGrpCond)};
91 static RkAiqGrpConditions_t afGrpCondsV3x = {grp_conds_array_info(afGrpCondV3x)};
96 static RkAiqGrpConditions_t otherGrpCondsV21 = {grp_conds_array_info(otherGrpCondV21)};
104 static RkAiqGrpConditions_t grp0Conds = {grp_conds_array_info(grp0Cond)};
112 static RkAiqGrpConditions_t grpDhazConds = {grp_conds_array_info(grpDhazCond)};
118 static RkAiqGrpConditions_t grp1Conds = {grp_conds_array_info(grp1Cond)};
123 static RkAiqGrpConditions_t otherGrpCondsV3x = {grp_conds_array_info(otherGrpCondV3x)};
130 static RkAiqGrpConditions_t grpAfdConds = {grp_conds_array_info(grpAfdCond)};
H A DRkAiqCoreConfigV32.h80 static RkAiqGrpConditions_t aeGrpCondsV3x = {grp_conds_array_info(aeGrpCondV3x)};
89 static RkAiqGrpConditions_t awbGrpConds = {grp_conds_array_info(awbGrpCond)};
97 static RkAiqGrpConditions_t afGrpCondsV3x = {grp_conds_array_info(afGrpCondV3x)};
102 static RkAiqGrpConditions_t otherGrpCondsV21 = {grp_conds_array_info(otherGrpCondV21)};
110 static RkAiqGrpConditions_t grp0Conds = {grp_conds_array_info(grp0Cond)};
119 static RkAiqGrpConditions_t grpDhazConds = {grp_conds_array_info(grpDhazCond)};
126 static RkAiqGrpConditions_t grp1Conds = {grp_conds_array_info(grp1Cond)};
131 static RkAiqGrpConditions_t otherGrpCondsV3x = {grp_conds_array_info(otherGrpCondV3x)};
138 static RkAiqGrpConditions_t grpAfdConds = {grp_conds_array_info(grpAfdCond)};
H A DRkAiqCoreConfigV21.h67 static RkAiqGrpConditions_t aeGrpCondsV21 = {grp_conds_array_info(aeGrpCondV21)};
75 static RkAiqGrpConditions_t awbGrpConds = {grp_conds_array_info(awbGrpCond)};
86 static RkAiqGrpConditions_t afGrpCondsV21 = {grp_conds_array_info(afGrpCondV21)};
91 static RkAiqGrpConditions_t otherGrpCondsV21 = {grp_conds_array_info(otherGrpCondV21)};
99 static RkAiqGrpConditions_t grp0Conds = {grp_conds_array_info(grp0Cond)};
106 static RkAiqGrpConditions_t grpDhazConds = {grp_conds_array_info(grpDhazCond)};
112 static RkAiqGrpConditions_t grp1Conds = {grp_conds_array_info(grp1Cond)};
H A DRkAiqCoreConfig.h26 #define grp_conds_array_info(x) x, grp_array_size(x) macro