Home
last modified time | relevance | path

Searched refs:fast_mode_single_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.h65 int fast_mode_single_en; member
580 bool fast_mode_single_en; member
H A Drk_aiq_types_adpcc_algo_int.h53 int fast_mode_single_en; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adpcc/
H A Drk_aiq_adpcc_algo.cpp420 pFast->fast_mode_single_en = pCalib->DpccTuningPara.Fast_Mode.Single_enable; in dpcc_fast_mode_basic_params_init()
2310 if(pParams->stAuto.stFastMode.fast_mode_single_en != 0) in Fast_mode_Single_Setting()
2319 …le en:%d level:%d", __FUNCTION__, __LINE__, pParams->stAuto.stFastMode.fast_mode_single_en, level); in Fast_mode_Single_Setting()
2441 if(pAttr->fast_mode_single_en) in Api_Fast_mode_select()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/src/
H A Diqconverter.cpp166 …calib->DpccTuningPara.Fast_Mode.Single_enable = calibv1_dpcc->fast.fast_mode_single_en ? true : fa… in convert()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp12459 int no = ParseIntArray(pchild, &dpcc->fast.fast_mode_single_en, tag.Size()); in parseEntrySensorDpccFastMode()