Home
last modified time | relevance | path

Searched refs:LOGE_A3DLUT (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqA3dlutHandle.cpp187 LOGE_A3DLUT("[%d]: no 3dlut buf !", shared->frameId); in processing()
341 LOGE_A3DLUT("no latest params !"); in genIspResult()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/a3dlut/
H A Drk_aiq_algo_a3dlut_itf.cpp36 LOGE_A3DLUT( "%s: create 3dlut context fail!\n", __FUNCTION__); in create_context()
H A Drk_aiq_a3dlut_algo.cpp53 LOGE_A3DLUT("fail to estimate idx!!!\n"); in lut3d_index_estimation()
394LOGE_A3DLUT("%s: hAlut3d->mCurAtt.mode(%d) is invalid \n", __FUNCTION__, hAlut3d->mCurAtt.mode); in Alut3dConfig()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_a3dlut_itf.cpp36 LOGE_A3DLUT( "%s: create camgroup a3dlut context fail!\n", __FUNCTION__); in create_context()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h370 #define LOGE_A3DLUT(...) XCAM_MODULE_LOG_ERROR(XCORE_LOG_MODULE_A3DLUT, 0xff, ##__VA_ARGS__) macro