Searched refs:stSensorDpcc (Results 1 – 2 of 2) sorted by relevance
573 CalibDb_Dpcc_Sensor_t stSensorDpcc; member623 Adpcc_sensor_dpcc_attr_t stSensorDpcc; 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()2689 float sensor_dpcc_level_single = GetCurrDpccValue(iso, pAdpccCtx->stAuto.stSensorDpcc.max_level, in Sensor_dpcc_process()2690 … pAdpccCtx->stAuto.stSensorDpcc.iso, pAdpccCtx->stAuto.stSensorDpcc.level_single); in Sensor_dpcc_process()2691 float sensor_dpcc_level_multi = GetCurrDpccValue(iso, pAdpccCtx->stAuto.stSensorDpcc.max_level, in Sensor_dpcc_process()2692 … pAdpccCtx->stAuto.stSensorDpcc.iso, pAdpccCtx->stAuto.stSensorDpcc.level_multiple); in Sensor_dpcc_process()2694 pAdpccCtx->SenDpccRes.enable = pAdpccCtx->stAuto.stSensorDpcc.en; in Sensor_dpcc_process()2697 pAdpccCtx->SenDpccRes.total_dpcc = (int)(pAdpccCtx->stAuto.stSensorDpcc.max_level + 0.5); in Sensor_dpcc_process()[all …]