Home
last modified time | relevance | path

Searched refs:arPreResDGain (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adpcc/
H A Drk_aiq_algo_adpcc_itf.cpp124 stExpInfo.arPreResDGain[i] = 1.0; in processing()
150 stExpInfo.arPreResDGain[0] = pAERes->LinearExp.exp_real_params.digital_gain * in processing()
153 stExpInfo.arPreResIso[0] = stExpInfo.arPreResAGain[0] * stExpInfo.arPreResDGain[0] * 50; in processing()
159 stExpInfo.arPreResDGain[0], in processing()
166 stExpInfo.arPreResDGain[i] = pAERes->HdrExp[i].exp_real_params.digital_gain * in processing()
169 … stExpInfo.arPreResIso[i] = stExpInfo.arPreResAGain[i] * stExpInfo.arPreResDGain[i] * 50; in processing()
175 stExpInfo.arPreResDGain[i], in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_adpcc_itf.cpp120 stExpInfo.arPreResDGain[i] = 1.0; in processing()
147 …stExpInfo.arPreResDGain[0] = pAERes->LinearExp.exp_real_params.digital_gain * pAERes->LinearExp.ex… in processing()
149 stExpInfo.arPreResIso[0] = stExpInfo.arPreResAGain[0] * stExpInfo.arPreResDGain[0] * 50; in processing()
155 stExpInfo.arPreResDGain[0], in processing()
162 stExpInfo.arPreResDGain[i] = pAERes->HdrExp[i].exp_real_params.digital_gain * in processing()
165 … stExpInfo.arPreResIso[i] = stExpInfo.arPreResAGain[i] * stExpInfo.arPreResDGain[i] * 50; in processing()
171 stExpInfo.arPreResDGain[i], in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adpcc/
H A Drk_aiq_types_adpcc_algo_int.h88 float arPreResDGain[3]; member