Searched refs:SenDpccRes (Results 1 – 7 of 7) sorted by relevance
197 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()
195 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()
211 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()
204 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()
50 Sensor_dpcc_res_t SenDpccRes; member
2658 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 …]
245 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()