Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adpcc/
H A Drk_aiq_types_adpcc_ext.h67 int fast_mode_double_en; member
584 bool fast_mode_double_en; member
H A Drk_aiq_types_adpcc_algo_int.h55 int fast_mode_double_en; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adpcc/
H A Drk_aiq_adpcc_algo.cpp421 pFast->fast_mode_double_en = pCalib->DpccTuningPara.Fast_Mode.Double_enable; in dpcc_fast_mode_basic_params_init()
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()
2446 if(pAttr->fast_mode_double_en) in Api_Fast_mode_select()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/src/
H A Diqconverter.cpp165 …_calib->DpccTuningPara.Fast_Mode.Fast_mode_en = calibv1_dpcc->fast.fast_mode_double_en ? true : fa… in convert()
167 …calib->DpccTuningPara.Fast_Mode.Double_enable = calibv1_dpcc->fast.fast_mode_double_en ? true : fa… in convert()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp12465 int no = ParseIntArray(pchild, &dpcc->fast.fast_mode_double_en, tag.Size()); in parseEntrySensorDpccFastMode()