Home
last modified time | relevance | path

Searched refs:LOGE_ACCM (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/accm/
H A Drk_aiq_accm_algo_com.cpp36 LOGE_ACCM("%s(%d): invalid input params\n", __FUNCTION__, __LINE__); in Swinfo_wbgain_init()
84 LOGE_ACCM("fail to estimate illuminant!!!\n"); in illuminant_index_estimation_ccm()
105 LOGE_ACCM(" Illuminant Profile does not exit !!!\n"); in illuminant_index_candidate_ccm()
163 LOGE_ACCM(" prob_limit is too large !!!\n"); in illuminant_index_candidate_ccm()
207 LOGE_ACCM(" Fail to get Illuminant Probability !!!\n"); in illuminant_index_candidate_ccm()
239 LOGE_ACCM("%s(%d): invalid input params\n", __FUNCTION__, __LINE__); in pCcmMatrixAll_init()
535 LOGE_ACCM("can't find %s in matrixAll \n", name); in CamCalibDbGetCcmProfileByName()
879 LOGE_ACCM("%s: ccm_tune OR calib tuningpara is NULL !!!", __FUNCTION__); in ReloadCCMCalibV2()
H A Drk_aiq_accm_algo_v1.cpp156LOGE_ACCM("flevel2: %f is out of range [0 100]\n", hAccm->accmRest.color_inhibition_level); in AccmAutoConfig()
170 LOGE_ACCM("flevel1: %f is out of range [0 100]\n", saturation_level); in AccmAutoConfig()
258LOGE_ACCM("%s: hAccm->mCurAtt.mode(%d) is invalid \n", __FUNCTION__, hAccm->mCurAtt.mode); in AccmConfig()
H A Drk_aiq_accm_algo_v2.cpp149LOGE_ACCM("flevel2: %f is out of range [0 100]\n", hAccm->accmRest.color_inhibition_level); in AccmAutoConfig()
162 LOGE_ACCM("flevel1: %f is out of range [0 100]\n", saturation_level); in AccmAutoConfig()
283 LOGE_ACCM("%s: hAccm->mCurAttV2.mode(%d) is invalid \n", __FUNCTION__, in AccmConfig()
H A Drk_aiq_algo_accm_itf.cpp35 LOGE_ACCM( "%s: create ccm context fail!\n", __FUNCTION__); in create_context()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAccmHandle.cpp457 LOGE_ACCM("no latest params !"); in processing()
465 LOGE_ACCM("no latest params !"); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_accm_itf.cpp36 LOGE_ACCM( "%s: create camgroup accm context fail!\n", __FUNCTION__); in create_context()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h362 #define LOGE_ACCM(...) XCAM_MODULE_LOG_ERROR(XCORE_LOG_MODULE_ACCM, 0xff, ##__VA_ARGS__) macro