Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_a3dlut_itf.cpp96 LOGW_A3DLUT("get wrong awb gain from AWB module ,use default value "); in processing()
107 LOGW_A3DLUT("fail to get awb gain form AWB module,use default value "); in processing()
110 LOGW_A3DLUT("fail to get awb gain form AWB module,use default value "); in processing()
132LOGW_A3DLUT("working_mode (%d) is invaild ,fail to get sensor gain form AE module,use default valu… in processing()
136 LOGW_A3DLUT("fail to get sensor gain form AE module,use default value "); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h371 #define LOGW_A3DLUT(...) XCAM_MODULE_LOG_WARNING(XCORE_LOG_MODULE_A3DLUT, 0xff, ##__VA_ARGS__) macro