Home
last modified time | relevance | path

Searched refs:ISP2X_MODULE_DPCC (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1653 isp_cfg.module_ens |= ISP2X_MODULE_DPCC; in convertAiqDpccToIsp20Params()
1655 isp_cfg.module_en_update |= ISP2X_MODULE_DPCC; in convertAiqDpccToIsp20Params()
1656 isp_cfg.module_cfg_update |= ISP2X_MODULE_DPCC; in convertAiqDpccToIsp20Params()
3269 isp_cfg.module_ens |= ISP2X_MODULE_DPCC;
3270 isp_cfg.module_en_update |= ISP2X_MODULE_DPCC;
3271 isp_cfg.module_cfg_update |= ISP2X_MODULE_DPCC;
3277 isp_cfg.module_ens &= ~ISP2X_MODULE_DPCC;
3278 isp_cfg.module_en_update |= ISP2X_MODULE_DPCC;
3279 isp_cfg.module_cfg_update &= ~ISP2X_MODULE_DPCC;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp3-config.h14 #define ISP3X_MODULE_DPCC ISP2X_MODULE_DPCC
H A Drkisp2-config.h154 #define ISP2X_MODULE_DPCC BIT_ULL(ISP2X_ID_DPCC) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp3-config.h14 #define ISP3X_MODULE_DPCC ISP2X_MODULE_DPCC
H A Drk-isp2-config.h142 #define ISP2X_MODULE_DPCC _BITULL(ISP2X_ID_DPCC) macro
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c3752 if ((module_cfg_update & ISP2X_MODULE_DPCC)) in __isp_isr_other_config()
3837 if (module_en_update & ISP2X_MODULE_DPCC) in __isp_isr_other_en()
3838 ops->dpcc_enable(params_vdev, !!(module_ens & ISP2X_MODULE_DPCC)); in __isp_isr_other_en()
H A Disp_params_v21.c3465 if ((module_cfg_update & ISP2X_MODULE_DPCC)) in __isp_isr_other_config()
3572 if (module_en_update & ISP2X_MODULE_DPCC) in __isp_isr_other_en()
3573 ops->dpcc_enable(params_vdev, !!(module_ens & ISP2X_MODULE_DPCC)); in __isp_isr_other_en()
H A Dbridge_v20.c55 if (rkisp_debug_reg & ISP2X_MODULE_DPCC) { in dump_dbg_reg()