Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adebayer/
H A Drk_aiq_algo_adebayer_itf.cpp51 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()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/
H A Drk_aiq_algo_des.h110 uint32_t module_hw_version; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAwbHandle.cpp827 int module_hw_version = sharedCom->ctxCfigs[RK_AIQ_ALGO_TYPE_AWB].module_hw_version; in preProcess()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqCamGroupManager.cpp720 mGroupAlgoCtxCfg.cfg_com.module_hw_version = algoDes[i].module_hw_ver; in addDefaultAlgos()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.cpp1217 mAlogsComSharedParams.ctxCfigs[algo_type].module_hw_version = algoDes[i].module_hw_ver; in addDefaultAlgos()