Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/ablcV32/
H A Drk_aiq_ablc_algo_v32.cpp25 LOGE_ABLC("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AblcJsonParamInit_V32()
51 LOGE_ABLC("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AblcOBJsonParamInit_V32()
96 LOGE_ABLC("%s(%d): NULL pointer\n", __FUNCTION__, __LINE__); in AblcV32_IQParams_Check()
101 LOGE_ABLC("%s(%d): NULL pointer\n", __FUNCTION__, __LINE__); in AblcV32_IQParams_Check()
106 LOGE_ABLC("%s(%d): NULL pointer\n", __FUNCTION__, __LINE__); in AblcV32_IQParams_Check()
125LOGE_ABLC("BLC0_r-ob_offset not equal to the blc Reference_r in iso(%d) Reference_r=%.4f, blc_r_ca… in AblcV32_IQParams_Check()
131LOGE_ABLC("BLC0_gr-ob_offset not equal to the blc Reference_gr in iso(%d) Reference_gr=%.4f, blc_g… in AblcV32_IQParams_Check()
137LOGE_ABLC("BLC0_gb-ob_offset not equal to the blc Reference_gb in iso(%d) Reference_gb=%.4f, blc_g… in AblcV32_IQParams_Check()
143LOGE_ABLC("BLC0_b-ob_offset not equal to the blc Reference_b in iso(%d) Reference_b=%.4f, blc_b_ca… in AblcV32_IQParams_Check()
163 LOGE_ABLC("%s(%d): NULL pointer\n", __FUNCTION__, __LINE__); in Ablc_Select_Params_By_ISO_V32()
[all …]
H A Drk_aiq_ablc_algo_itf_v32.cpp36 LOGE_ABLC("%s: Initializaion Ablc failed (%d)\n", __FUNCTION__, ret); in create_context()
55 LOGE_ABLC("%s: release Ablc failed (%d)\n", __FUNCTION__, ret); in destroy_context()
80 LOGE_ABLC("%s: Ablc Reload Para!\n", __FUNCTION__); in prepare()
183 LOGE_ABLC("%s:%d curExp is NULL, so use default instead \n", __FUNCTION__, __LINE__); in processing()
196 LOGE_ABLC("%s: processing ABLC failed (%d)\n", __FUNCTION__, ret); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/ablc/
H A Drk_aiq_ablc_algo.cpp9 LOGE_ABLC("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AblcJsonParamInit()
49 LOGE_ABLC("%s(%d): NULL pointer\n", __FUNCTION__, __LINE__); in Ablc_Select_Params_By_ISO()
54 LOGE_ABLC("%s(%d): NULL pointer\n", __FUNCTION__, __LINE__); in Ablc_Select_Params_By_ISO()
59 LOGE_ABLC("%s(%d): NULL pointer\n", __FUNCTION__, __LINE__); in Ablc_Select_Params_By_ISO()
129 LOGE_ABLC("%s(%d): NULL pointer\n", __FUNCTION__, __LINE__); in AblcParamsUpdate()
153 LOGE_ABLC("%s(%d): NULL pointer\n", __FUNCTION__, __LINE__); in AblcInit()
182 LOGE_ABLC("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AblcRelease()
200 LOGE_ABLC("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AblcProcess()
205 LOGE_ABLC("%s(%d): null pointer \n", __FUNCTION__, __LINE__); in AblcProcess()
267 LOGE_ABLC("%s(%d): not support mode:%d!\n", __FUNCTION__, __LINE__, pAblcCtx->eMode); in AblcProcess()
H A Drk_aiq_algo_ablc_itf.cpp41 LOGE_ABLC("%s: Initializaion Ablc failed (%d)\n", __FUNCTION__, ret); in create_context()
64 LOGE_ABLC("%s: release Ablc failed (%d)\n", __FUNCTION__, ret); in destroy_context()
205 LOGE_ABLC("%s:%d curExp is NULL, so use default instead \n", __FUNCTION__, __LINE__); in processing()
217 LOGE_ABLC("%s: processing ABLC failed (%d)\n", __FUNCTION__, ret); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_ablc_itf.cpp42 LOGE_ABLC("%s: Initializaion Ablc failed (%d)\n", __FUNCTION__, ret); in create_context()
63 LOGE_ABLC("%s: release Ablc failed (%d)\n", __FUNCTION__, ret); in destroy_context()
167 LOGE_ABLC("%s:%d pAERes is NULL, so use default instead \n", __FUNCTION__, __LINE__); in processing()
180 LOGE_ABLC("%s: processing Ablc failed (%d)\n", __FUNCTION__, ret); in processing()
H A Drk_aiq_algo_camgroup_ablc_itf_v32.cpp42 LOGE_ABLC("%s: Initializaion Ablc failed (%d)\n", __FUNCTION__, ret); in create_context()
63 LOGE_ABLC("%s: release Ablc failed (%d)\n", __FUNCTION__, ret); in destroy_context()
164 LOGE_ABLC("%s:%d pAERes is NULL, so use default instead \n", __FUNCTION__, __LINE__); in processing()
177 LOGE_ABLC("%s: processing Ablc failed (%d)\n", __FUNCTION__, ret); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAblcV32Handle.cpp347 LOGE_ABLC("no latest params !"); in genIspResult()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h322 #define LOGE_ABLC(...) XCAM_MODULE_LOG_ERROR(XCORE_LOG_MODULE_ABLC, 0xff, ##__VA_ARGS__) macro