Home
last modified time | relevance | path

Searched refs:LOGW_ALDCH (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aldch/
H A Drk_aiq_ldch_generate_mesh.cpp118 LOGW_ALDCH("lut info: [%d-%d-%d-%d-%d-%d]", hpic, vpic, hsize, vsize, hstep, vstep); in read_mesh_from_file()
138 LOGW_ALDCH("check file, size: %d, num: %d", ldchCtx->lut_mapxy_size, num); in read_mesh_from_file()
154 LOGW_ALDCH("genLDCHMesh has been initialized!!\n"); in aiqGenLdchMeshInit()
216 LOGW_ALDCH("read mesh from %s", filename); in aiqGenMesh()
H A Drk_aiq_algo_aldch_itf.cpp214 LOGW_ALDCH("lut is not exist"); in prepare()
323 LOGW_ALDCH("RKAiqAldchThread got empty attrib, stop thread"); in loop()
332 LOGW_ALDCH("lut is not exist"); in loop()
H A Drk_aiq_algo_aldch_v21_itf.cpp419 LOGW_ALDCH("Failed to update calib config"); in prepare()
468 LOGW_ALDCH("lut is not exist, disable ldch!"); in prepare()
635 LOGW_ALDCH("RKAiqAldchThread got empty attrib, stop thread"); in loop()
643 LOGW_ALDCH("lut is not exist"); in loop()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h443 #define LOGW_ALDCH(...) XCAM_MODULE_LOG_WARNING(XCORE_LOG_MODULE_ALDCH, 0xff, ##__VA_ARGS__) macro