Home
last modified time | relevance | path

Searched refs:LOGE_ALSC (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_algo.cpp89 LOGE_ALSC("%s: input params is error!\n", __func__); in genLscMatrixToHwConf()
129 LOGE_ALSC("fail to estimate illuminant!!!\n"); in illuminant_index_estimation()
517 LOGE_ALSC("can't find %s in lscResName\n", name); in GetLscResIdxByName()
742 LOGE_ALSC("%s: CamCalibDbGetLscProfileByName failed\n", __func__); in UpdateLscCalibPara()
771 LOGE_ALSC("%s: used_case=%d\n", __func__, used_case); in UpdateLscCalibPara()
776 LOGE_ALSC("%s: update_id=%d\n", __func__, update_id); in UpdateLscCalibPara()
797 LOGE_ALSC("%s: src.lsc_sect_size_x[%d]=0\n", __func__, i); in UpdateLscCalibPara()
805 LOGE_ALSC("%s: src.lsc_sect_size_y[%d]=0\n", __func__, i); in UpdateLscCalibPara()
945LOGE_ALSC("check %s %s pLscProfile: %p %p \n", hAlsc->cur_res.name, illu_case->alsc_cof->name, pLs… in AlscAutoConfig()
1041 LOGE_ALSC("%s: src.lsc_sect_size_x[%d]=0\n", __func__, i); in AlscManualGrad()
[all …]
H A Drk_aiq_alsc_algo_v1.cpp52 LOGE_ALSC("fail to estimate illuminant!!!\n"); in illuminant_index_estimation()
314 LOGE_ALSC("can't find %s in lscResName\n", name); in CamCalibDbGetLscResIdxByName()
518LOGE_ALSC("%s: hAlsc->mCurAtt.mode(%d) is invalid \n", __FUNCTION__, hAlsc->mCurAtt.mode); in AlscConfig()
631 LOGE_ALSC("%s: input params is error!\n", __func__); in genLscMatrixToHwConf()
H A Drk_aiq_algo_alsc_itf.cpp36 LOGE_ALSC( "%s: create alsc context fail!\n", __FUNCTION__); in create_context()
H A Drk_aiq_alsc_convert_otp.cpp36 LOGE_ALSC("Failed to handle: src %dx%d, dst %dx%x, return!\n", in convertLscTableParameter()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAlscHandle.cpp241 LOGE_ALSC("[%d]: no lsc buf !", shared->frameId); in processing()
388 LOGE_ALSC("no latest params !"); in genIspResult()
H A DRkAiqAgicHandle.cpp251 LOGE_ALSC("[%d]: no gic buf !", shared->frameId); in processing()
H A DRkAiqAccmHandle.cpp283 LOGE_ALSC("[%d]: no gic buf !", shared->frameId); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_alsc_itf.cpp37 LOGE_ALSC( "%s: create camgroup alsc context fail!\n", __FUNCTION__); in create_context()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h346 #define LOGE_ALSC(...) XCAM_MODULE_LOG_ERROR(XCORE_LOG_MODULE_ALSC, 0xff, ##__VA_ARGS__) macro