Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20_module_dbg.cpp39 static unsigned long long g_bypass_module_params = 0; variable
73 xcam_get_enviroment_value(force_bypass_modules_params, &g_bypass_module_params); in get_dbg_force_disable_mods_env()
75 if (g_bypass_module_params & (1ULL << SENSOR_EXPOSURE_ID)) in get_dbg_force_disable_mods_env()
80 if (g_bypass_module_params & (1ULL << ALL_ISP_MODULES)) in get_dbg_force_disable_mods_env()
85 if (g_bypass_module_params & (1ULL << ALL_ISPP_MODULES)) in get_dbg_force_disable_mods_env()
91 LOGI("g_bypass_module_params 0x%llx", g_bypass_module_params); in get_dbg_force_disable_mods_env()
92 if (g_bypass_module_params & (1ULL << ONLY_INIT_PARAMS)) in get_dbg_force_disable_mods_env()