Home
last modified time | relevance | path

Searched refs:g_disable_isp_modules_cfg_update (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20_module_dbg.cpp43 unsigned long long g_disable_isp_modules_cfg_update = 0x0; variable
128 g_disable_isp_modules_cfg_update |= 1ULL << i; in get_dbg_force_disable_mods_env()
132 g_disable_isp_modules_cfg_update |= 1ULL << i; in get_dbg_force_disable_mods_env()
134 g_disable_isp_modules_cfg_update &= ~(1ULL << i); in get_dbg_force_disable_mods_env()
154 g_disable_isp_modules_en, g_disable_isp_modules_cfg_update, g_bypass_isp_params, in get_dbg_force_disable_mods_env()
H A DIsp20_module_dbg.h26 extern unsigned long long g_disable_isp_modules_cfg_update;