Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/
H A DRkAiqCalibApi.h60 …t list_head* profile_list, const char* name, CalibDb_Aec_CalibPara_t** pAecProfile, int *name_inde…
61 …ByIdx(const struct list_head* profile_list, int idx, const CalibDb_Aec_CalibPara_t** pAecProfile) ;
63 …Name(const struct list_head* profile_list, const char* name, CalibDb_Aec_TunePara_t** pAecProfile);
64 …tByIdx(const struct list_head* profile_list, int idx, const CalibDb_Aec_TunePara_t** pAecProfile) ;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibApi.cpp284 CalibDb_Aec_CalibPara_t** pAecProfile, in GetAecProfileFromAecCalibListBySceneName() argument
298 *pAecProfile = pProfile; in GetAecProfileFromAecCalibListBySceneName()
317 const CalibDb_Aec_CalibPara_t** pAecProfile in GetAecProfileFromAecCalibListByIdx() argument
327 *pAecProfile = pProfile; in GetAecProfileFromAecCalibListByIdx()
375 CalibDb_Aec_TunePara_t** pAecProfile in GetAecProfileFromAecTuneListBySceneName() argument
384 *pAecProfile = pProfile; in GetAecProfileFromAecTuneListBySceneName()
400 const CalibDb_Aec_TunePara_t** pAecProfile in GetAecProfileFromAecTuneListByIdx() argument
410 *pAecProfile = pProfile; in GetAecProfileFromAecTuneListByIdx()