Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adpcc/
H A Drk_aiq_adpcc_algo.cpp1484 …int level = AdpccInterpolation(iso, pParams->stAuto.stFastMode.ISO, pParams->stAuto.stFastMode.fas… in Fast_mode_Triple_Setting()
1486 if(pParams->stAuto.stFastMode.fast_mode_triple_en != 0) in Fast_mode_Triple_Setting()
1495 pParams->stAuto.stFastMode.fast_mode_triple_en, level); in Fast_mode_Triple_Setting()
1897 …int level = AdpccInterpolation(iso, pParams->stAuto.stFastMode.ISO, pParams->stAuto.stFastMode.fas… in Fast_mode_Double_Setting()
1899 if(pParams->stAuto.stFastMode.fast_mode_double_en != 0) in Fast_mode_Double_Setting()
1908 pParams->stAuto.stFastMode.fast_mode_double_en, level); in Fast_mode_Double_Setting()
2308 …int level = AdpccInterpolation(iso, pParams->stAuto.stFastMode.ISO, pParams->stAuto.stFastMode.fas… in Fast_mode_Single_Setting()
2310 if(pParams->stAuto.stFastMode.fast_mode_single_en != 0) in Fast_mode_Single_Setting()
2319 …t mode single en:%d level:%d", __FUNCTION__, __LINE__, pParams->stAuto.stFastMode.fast_mode_single… in Fast_mode_Single_Setting()
2723 dpcc_fast_mode_basic_params_init(&pAdpccCtx->stAuto.stFastMode, &pAdpccCtx->stDpccCalib); in AdpccReloadPara()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adpcc/
H A Drk_aiq_types_adpcc_ext.h572 CalibDb_Dpcc_Fast_Mode_t stFastMode; member