Home
last modified time | relevance | path

Searched refs:ISP3X_MODULE_YNR (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp3x/
H A DIsp3xParams.cpp675 isp_cfg.module_en_update |= ISP3X_MODULE_YNR; in convertAiqYnrToIsp3xParams()
676 isp_cfg.module_ens |= ISP3X_MODULE_YNR; in convertAiqYnrToIsp3xParams()
677 isp_cfg.module_cfg_update |= ISP3X_MODULE_YNR; in convertAiqYnrToIsp3xParams()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp3-config.h44 #define ISP3X_MODULE_YNR ISP2X_MODULE_YNR macro
H A Drkisp32-config.h47 #define ISP32_MODULE_YNR ISP3X_MODULE_YNR
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp3-config.h44 #define ISP3X_MODULE_YNR ISP2X_MODULE_YNR macro
H A Drk-isp32-config.h47 #define ISP32_MODULE_YNR ISP3X_MODULE_YNR
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp1302 isp_cfg.module_en_update |= ISP3X_MODULE_YNR; in convertAiqYnrToIsp32Params()
1303 isp_cfg.module_ens |= ISP3X_MODULE_YNR; in convertAiqYnrToIsp32Params()
1307 isp_cfg.module_cfg_update |= ISP3X_MODULE_YNR; in convertAiqYnrToIsp32Params()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v3x.c3868 if ((module_cfg_update & ISP3X_MODULE_YNR)) in __isp_isr_other_config()
3968 if (module_en_update & ISP3X_MODULE_YNR) in __isp_isr_other_en()
3969 ops->ynr_enable(params_vdev, !!(module_ens & ISP3X_MODULE_YNR), id); in __isp_isr_other_en()