Home
last modified time | relevance | path

Searched refs:dpcc_cfg (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DSensorHw.cpp156 struct rkmodule_dpcc_cfg dpcc_cfg; in setSensorDpcc() local
158 dpcc_cfg.enable = SensorDpccInfo->enable; in setSensorDpcc()
159 dpcc_cfg.cur_single_dpcc = SensorDpccInfo->cur_single_dpcc; in setSensorDpcc()
160 dpcc_cfg.cur_multiple_dpcc = SensorDpccInfo->cur_multiple_dpcc; in setSensorDpcc()
161 dpcc_cfg.total_dpcc = SensorDpccInfo->total_dpcc; in setSensorDpcc()
164 dpcc_cfg.enable, dpcc_cfg.cur_single_dpcc, in setSensorDpcc()
165 dpcc_cfg.cur_multiple_dpcc, dpcc_cfg.total_dpcc); in setSensorDpcc()
166 if (io_control(RKMODULE_SET_DPCC_CFG, &dpcc_cfg) < 0) { in setSensorDpcc()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp21-config.h717 struct isp2x_dpcc_cfg dpcc_cfg; member
H A Drkisp3-config.h999 struct isp2x_dpcc_cfg dpcc_cfg; member
H A Drkisp32-config.h1308 struct isp2x_dpcc_cfg dpcc_cfg; member
H A Drkisp2-config.h1756 struct isp2x_dpcc_cfg dpcc_cfg; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp21-config.h717 struct isp2x_dpcc_cfg dpcc_cfg; member
H A Drk-isp3-config.h999 struct isp2x_dpcc_cfg dpcc_cfg; member
H A Drk-isp32-config.h1308 struct isp2x_dpcc_cfg dpcc_cfg; member
H A Drk-isp2-config.h1744 struct isp2x_dpcc_cfg dpcc_cfg; member
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c3753 ops->dpcc_config(params_vdev, &new_params->others.dpcc_cfg); in __isp_isr_other_config()
H A Disp_params_v21.c3466 ops->dpcc_config(params_vdev, &new_params->others.dpcc_cfg); in __isp_isr_other_config()
H A Disp_params_v3x.c3817 ops->dpcc_config(params_vdev, &new_params->others.dpcc_cfg, id); in __isp_isr_other_config()
H A Disp_params_v32.c3976 ops->dpcc_config(params_vdev, &new_params->others.dpcc_cfg); in __isp_isr_other_config()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1649 struct isp2x_dpcc_cfg * pDpccCfg = &isp_cfg.others.dpcc_cfg; in convertAiqDpccToIsp20Params()