Home
last modified time | relevance | path

Searched refs:fast_mode_triple_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.h69 int fast_mode_triple_en; member
588 bool fast_mode_triple_en; member
H A Drk_aiq_types_adpcc_algo_int.h57 int fast_mode_triple_en; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adpcc/
H A Drk_aiq_adpcc_algo.cpp422 pFast->fast_mode_triple_en = pCalib->DpccTuningPara.Fast_Mode.Triple_enable; in dpcc_fast_mode_basic_params_init()
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()
2451 if(pAttr->fast_mode_triple_en) in Api_Fast_mode_select()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/src/
H A Diqconverter.cpp168 …calib->DpccTuningPara.Fast_Mode.Triple_enable = calibv1_dpcc->fast.fast_mode_triple_en ? true : fa… in convert()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp12471 int no = ParseIntArray(pchild, &dpcc->fast.fast_mode_triple_en, tag.Size()); in parseEntrySensorDpccFastMode()