Home
last modified time | relevance | path

Searched refs:ISP2X_MODULE_CSM (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DIsp21Params.cpp1043 isp_cfg.module_ens |= ISP2X_MODULE_CSM; in convertAiqCsmToIsp21Params()
1044 isp_cfg.module_en_update |= ISP2X_MODULE_CSM; in convertAiqCsmToIsp21Params()
1045 isp_cfg.module_cfg_update |= ISP2X_MODULE_CSM; in convertAiqCsmToIsp21Params()
1055 isp_cfg.module_ens &= ~ISP2X_MODULE_CSM; in convertAiqCsmToIsp21Params()
1056 isp_cfg.module_en_update |= ISP2X_MODULE_CSM; in convertAiqCsmToIsp21Params()
1057 isp_cfg.module_cfg_update &= ~(ISP2X_MODULE_CSM); in convertAiqCsmToIsp21Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp21-config.h21 #define ISP2X_MODULE_CSM BIT_ULL(43) macro
H A Drkisp3-config.h49 #define ISP3X_MODULE_CSM ISP2X_MODULE_CSM
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp21-config.h21 #define ISP2X_MODULE_CSM BIT_ULL(43) macro
H A Drk-isp3-config.h49 #define ISP3X_MODULE_CSM ISP2X_MODULE_CSM
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v21.c3490 if ((module_cfg_update & ISP2X_MODULE_CSM)) in __isp_isr_other_config()