Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DIsp21Params.cpp1067 isp_cfg.module_ens |= ISP2X_MODULE_CGC; in convertAiqCgcToIsp21Params()
1068 isp_cfg.module_en_update |= ISP2X_MODULE_CGC; in convertAiqCgcToIsp21Params()
1069 isp_cfg.module_cfg_update |= ISP2X_MODULE_CGC; in convertAiqCgcToIsp21Params()
1073 isp_cfg.module_ens &= ~ISP2X_MODULE_CGC; in convertAiqCgcToIsp21Params()
1074 isp_cfg.module_en_update |= ISP2X_MODULE_CGC; in convertAiqCgcToIsp21Params()
1075 isp_cfg.module_cfg_update &= ~(ISP2X_MODULE_CGC); in convertAiqCgcToIsp21Params()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp21-config.h22 #define ISP2X_MODULE_CGC BIT_ULL(44) macro
H A Drkisp3-config.h50 #define ISP3X_MODULE_CGC ISP2X_MODULE_CGC
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp21-config.h22 #define ISP2X_MODULE_CGC BIT_ULL(44) macro
H A Drk-isp3-config.h50 #define ISP3X_MODULE_CGC ISP2X_MODULE_CGC
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v21.c3493 if ((module_cfg_update & ISP2X_MODULE_CGC)) in __isp_isr_other_config()