Home
last modified time | relevance | path

Searched refs:SenDpccRes (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_ablc_itf.cpp197 pAblcProcResParams->ablc_proc_res_com.SenDpccRes.enable = pAblcCtx->SenDpccRes.enable; in processing()
198 pAblcProcResParams->ablc_proc_res_com.SenDpccRes.total_blc = pAblcCtx->SenDpccRes.total_blc; in processing()
199 …pAblcProcResParams->ablc_proc_res_com.SenDpccRes.cur_single_blc = pAblcCtx->SenDpccRes.cur_single_… in processing()
200 …pAblcProcResParams->ablc_proc_res_com.SenDpccRes.cur_multiple_blc = pAblcCtx->SenDpccRes.cur_multi… in processing()
H A Drk_aiq_algo_camgroup_ablc_itf_v32.cpp195 pAblcProcResParams->ablc_proc_res_com.SenDpccRes.enable = pAblcCtx->SenDpccRes.enable; in processing()
196 pAblcProcResParams->ablc_proc_res_com.SenDpccRes.total_blc = pAblcCtx->SenDpccRes.total_blc; in processing()
197 …pAblcProcResParams->ablc_proc_res_com.SenDpccRes.cur_single_blc = pAblcCtx->SenDpccRes.cur_single_… in processing()
198 …pAblcProcResParams->ablc_proc_res_com.SenDpccRes.cur_multiple_blc = pAblcCtx->SenDpccRes.cur_multi… in processing()
H A Drk_aiq_algo_camgroup_adpcc_itf.cpp211 pAdpccProcResParams->adpcc_proc_res_com.SenDpccRes.enable = pAdpccCtx->SenDpccRes.enable; in processing()
212 … pAdpccProcResParams->adpcc_proc_res_com.SenDpccRes.total_dpcc = pAdpccCtx->SenDpccRes.total_dpcc; in processing()
213 …pAdpccProcResParams->adpcc_proc_res_com.SenDpccRes.cur_single_dpcc = pAdpccCtx->SenDpccRes.cur_sin… in processing()
214 …pAdpccProcResParams->adpcc_proc_res_com.SenDpccRes.cur_multiple_dpcc = pAdpccCtx->SenDpccRes.cur_m… in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adpcc/
H A Drk_aiq_algo_adpcc_itf.cpp204 pAdpccProcResParams->SenDpccRes.enable = pAdpccCtx->SenDpccRes.enable; in processing()
205 pAdpccProcResParams->SenDpccRes.total_dpcc = pAdpccCtx->SenDpccRes.total_dpcc; in processing()
206 pAdpccProcResParams->SenDpccRes.cur_single_dpcc = pAdpccCtx->SenDpccRes.cur_single_dpcc; in processing()
207 pAdpccProcResParams->SenDpccRes.cur_multiple_dpcc = pAdpccCtx->SenDpccRes.cur_multiple_dpcc; in processing()
H A Drk_aiq_types_adpcc_algo_prvt.h50 Sensor_dpcc_res_t SenDpccRes; member
H A Drk_aiq_adpcc_algo.cpp2658 pAdpccCtx->SenDpccRes.enable = pAdpccCtx->stManual.stSensorDpcc.en; in Api_Sensor_dpcc_process()
2659 pAdpccCtx->SenDpccRes.cur_single_dpcc = pAdpccCtx->stManual.stSensorDpcc.single_level; in Api_Sensor_dpcc_process()
2660 pAdpccCtx->SenDpccRes.cur_multiple_dpcc = pAdpccCtx->stManual.stSensorDpcc.double_level; in Api_Sensor_dpcc_process()
2661 pAdpccCtx->SenDpccRes.total_dpcc = pAdpccCtx->stManual.stSensorDpcc.max_level; in Api_Sensor_dpcc_process()
2663 if (pAdpccCtx->SenDpccRes.enable == false) { in Api_Sensor_dpcc_process()
2670 …pAdpccCtx->SenDpccRes.cur_single_dpcc, pAdpccCtx->SenDpccRes.cur_multiple_dpcc, pAdpccCtx->SenDpcc… in Api_Sensor_dpcc_process()
2694 pAdpccCtx->SenDpccRes.enable = pAdpccCtx->stAuto.stSensorDpcc.en; in Sensor_dpcc_process()
2695 pAdpccCtx->SenDpccRes.cur_single_dpcc = (int)(sensor_dpcc_level_single + 0.5); in Sensor_dpcc_process()
2696 pAdpccCtx->SenDpccRes.cur_multiple_dpcc = (int)(sensor_dpcc_level_multi + 0.5); in Sensor_dpcc_process()
2697 pAdpccCtx->SenDpccRes.total_dpcc = (int)(pAdpccCtx->stAuto.stSensorDpcc.max_level + 0.5); in Sensor_dpcc_process()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAdpccHandle.cpp245 exp_param->SensorDpccInfo.enable = adpcc_com->SenDpccRes.enable; in genIspResult()
246 exp_param->SensorDpccInfo.cur_single_dpcc = adpcc_com->SenDpccRes.cur_single_dpcc; in genIspResult()
247 exp_param->SensorDpccInfo.cur_multiple_dpcc = adpcc_com->SenDpccRes.cur_multiple_dpcc; in genIspResult()
248 exp_param->SensorDpccInfo.total_dpcc = adpcc_com->SenDpccRes.total_dpcc; in genIspResult()