Home
last modified time | relevance | path

Searched refs:LOGE_AEIS (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Dimu_service.cpp60 LOGE_AEIS("Create IMU context failed"); in Init()
75 LOGE_AEIS("Init IMU get no dev"); in Init()
85 LOGE_AEIS("Get IMU capabilities failed"); in Init()
92 LOGE_AEIS("Get IMU capabilities: %d:sample_cap: %f", i, caps.sample_rates[i]); in Init()
117 LOGE_AEIS("Get current IMU config failed"); in Init()
127 LOGE_AEIS("Set IMU config failed\n"); in Init()
137 LOGE_AEIS("create IMU handle failed"); in Init()
H A Deis_algo_service.cpp161 LOGE_AEIS("EIS does not compatible with ISP21"); in Config()
166 LOGE_AEIS("EIS library does not exists"); in Config()
183 LOGE_AEIS("EIS Invalid, bypassing!"); in Prepare()
193 LOGE_AEIS("EIS IMU interface invalid, bypassing!"); in Prepare()
205 LOGE_AEIS("EIS scaler interface invalid, bypassing!"); in Prepare()
225 LOGE_AEIS("EIS remap backend invalid, bypassing!"); in Prepare()
246 LOGE_AEIS("EIS init algo from xml failed, bypassing!"); in Prepare()
328 LOGE_AEIS("EIS process gets no orb stats/nr image, bypassing!"); in OnFrameEvent()
H A Drk_aiq_algo_aeis_itf.cpp51 LOGE_AEIS("create aeis context fail!"); in create_context()
57 LOGE_AEIS("create aeis handle fail!"); in create_context()
H A Dremap_backend.cpp41 LOGE_AEIS("Failed to open file %s", path.c_str()); in ReadBinary()
51 LOGE_AEIS("Failed to open file %s", path.c_str()); in WriteBinary()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAeisHandle.cpp73 LOGE_AEIS("no orb stats, ignore!"); in preProcess()
148 LOGE_AEIS("no orb stats, ignore!"); in processing()
184 LOGE_AEIS("no orb stats, ignore!"); in postProcess()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h474 #define LOGE_AEIS(...) XCAM_MODULE_LOG_ERROR(XCORE_LOG_MODULE_AFEC, 0x02, ##__VA_ARGS__) macro