Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.h272 if (mAlogsComSharedParams.resourcePath) { in setResrcPath()
273 xcam_free((void*)(mAlogsComSharedParams.resourcePath)); in setResrcPath()
274 mAlogsComSharedParams.resourcePath = NULL; in setResrcPath()
277 mAlogsComSharedParams.resourcePath = strdup(rp); in setResrcPath()
335 const char* resourcePath; member
362 resourcePath = NULL; in reset()
H A DRkAiqCore.cpp196 if (mAlogsComSharedParams.resourcePath) { in ~RkAiqCore()
197 xcam_free((void*)(mAlogsComSharedParams.resourcePath)); in ~RkAiqCore()
198 mAlogsComSharedParams.resourcePath = NULL; in ~RkAiqCore()
252 string ini_path{mAlogsComSharedParams.resourcePath}; in setCamGroupManager()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAcacV11Handle.cpp38 if (sharedCom->resourcePath) { in prepare()
39 strcpy(acac_config_int->iqpath, sharedCom->resourcePath); in prepare()
H A DRkAiqAfecHandle.cpp49 afec_config_int->resource_path = sharedCom->resourcePath; in prepare()
H A DRkAiqAldchHandle.cpp54 aldch_config_int->resource_path = sharedCom->resourcePath; in prepare()