Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aie/
H A Drk_aiq_algo_aie_int.cpp10 LOGE_AIE("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in rk_aiq_uapi_aie_SetAttrib()
24 LOGE_AIE("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in rk_aiq_uapi_aie_GetAttrib()
H A Drk_aiq_algo_aie_itf.cpp32 LOGE_AIE( "%s: create aie context fail!\n", __FUNCTION__); in create_context()
227 LOGE_AIE("still need skip %d frame!!! \n", ctx->skip_frame); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAieHandle.cpp259 LOGE_AIE("no latest params !"); in genIspResult()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h458 #define LOGE_AIE(...) XCAM_MODULE_LOG_ERROR(XCORE_LOG_MODULE_AIE, 0xff, ##__VA_ARGS__) macro