Home
last modified time | relevance | path

Searched refs:fast_mode_double_level (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.h68 int fast_mode_double_level[CALIBDB_DPCC_MAX_ISO_LEVEL]; member
586 int fast_mode_double_level; member
H A Drk_aiq_types_adpcc_algo_int.h56 int fast_mode_double_level[CALIBDB_DPCC_MAX_ISO_LEVEL]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adpcc/
H A Drk_aiq_adpcc_algo.cpp427 … pFast->fast_mode_double_level[i] = pCalib->DpccTuningPara.Fast_Mode.Fast_Data.Double_level[i]; in dpcc_fast_mode_basic_params_init()
1897 …erpolation(iso, pParams->stAuto.stFastMode.ISO, pParams->stAuto.stFastMode.fast_mode_double_level); in Fast_mode_Double_Setting()
2448 Fast_mode_Double_level_Setting(pSelect, pAttr->fast_mode_double_level); in Api_Fast_mode_select()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/src/
H A Diqconverter.cpp172 …>DpccTuningPara.Fast_Mode.Fast_Data.Double_level[i] = calibv1_dpcc->fast.fast_mode_double_level[i]; in convert()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp12468 int no = ParseIntArray(pchild, dpcc->fast.fast_mode_double_level, tag.Size()); in parseEntrySensorDpccFastMode()