Searched refs:module_hw_version (Results 1 – 5 of 5) sorted by relevance
51 if(cfg->module_hw_version != ADEBAYER_HARDWARE_V1) in create_context()52 LOGE_ADEBAYER("%s: wrong HW version(%d)", __FUNCTION__, cfg->module_hw_version); in create_context()56 if(cfg->module_hw_version != ADEBAYER_HARDWARE_V2) in create_context()57 LOGE_ADEBAYER("%s: wrong HW version(%d)", __FUNCTION__, cfg->module_hw_version); in create_context()61 if(cfg->module_hw_version != ADEBAYER_HARDWARE_V2_LITE) in create_context()62 LOGE_ADEBAYER("%s: wrong HW version(%d)", __FUNCTION__, cfg->module_hw_version); in create_context()
110 uint32_t module_hw_version; member
827 int module_hw_version = sharedCom->ctxCfigs[RK_AIQ_ALGO_TYPE_AWB].module_hw_version; in preProcess()
720 mGroupAlgoCtxCfg.cfg_com.module_hw_version = algoDes[i].module_hw_ver; in addDefaultAlgos()
1217 mAlogsComSharedParams.ctxCfigs[algo_type].module_hw_version = algoDes[i].module_hw_ver; in addDefaultAlgos()