Home
last modified time | relevance | path

Searched refs:fixed_calib (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_algo.cpp1317 hAlsc->fixed_calib.common.enable = hAlsc->mCurAtt.stAuto.common.enable; in AlscAutoParamClone()
1318 …hAlsc->fixed_calib.common.resolutionAll = (CalibDbV2_Lsc_Resolution_t*)hAlsc->mCurAtt.stAuto.c… in AlscAutoParamClone()
1319 hAlsc->fixed_calib.common.resolutionAll_len = hAlsc->mCurAtt.stAuto.common.resolutionAll_len; in AlscAutoParamClone()
1321 hAlsc->fixed_calib.alscCoef.damp_enable = hAlsc->mCurAtt.stAuto.alscCoef.damp_enable; in AlscAutoParamClone()
1322 hAlsc->fixed_calib.alscCoef.illAll_len = hAlsc->mCurAtt.stAuto.alscCoef.illAll_len; in AlscAutoParamClone()
1323 if (!hAlsc->fixed_calib.alscCoef.illAll_len) { in AlscAutoParamClone()
1326 if (hAlsc->fixed_calib.alscCoef.illAll == NULL) in AlscAutoParamClone()
1327 hAlsc->fixed_calib.alscCoef.illAll = (CalibDbV2_AlscCof_ill_t*)malloc( in AlscAutoParamClone()
1328 sizeof(CalibDbV2_AlscCof_ill_t) * hAlsc->fixed_calib.alscCoef.illAll_len); in AlscAutoParamClone()
1330 for (int i = 0; i < hAlsc->fixed_calib.alscCoef.illAll_len; i++) { in AlscAutoParamClone()
[all …]
H A Drk_aiq_types_alsc_algo_prvt.h129 CalibDbV2_LSC_t fixed_calib; member