Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adebayer/
H A Drk_aiq_uapi_adebayer_int.cpp19 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in rk_aiq_uapi_adebayer_SetAttrib()
34LOGE_ADEBAYER("Invalid mode: %s\n", attr.mode == RK_AIQ_DEBAYER_MODE_AUTO ? "auto" : "manual"); in rk_aiq_uapi_adebayer_SetAttrib()
51 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in rk_aiq_uapi_adebayer_GetAttrib()
79 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in rk_aiq_uapi_adebayer_v2_SetAttrib()
93 LOGE_ADEBAYER("Invalid mode: %d\n", attr.mode); in rk_aiq_uapi_adebayer_v2_SetAttrib()
109 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in rk_aiq_uapi_adebayer_v2_GetAttrib()
133 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in rk_aiq_uapi_adebayer_v2lite_SetAttrib()
147 LOGE_ADEBAYER("Invalid mode: %d\n", attr.mode); in rk_aiq_uapi_adebayer_v2lite_SetAttrib()
164 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in rk_aiq_uapi_adebayer_v2lite_GetAttrib()
H A Drk_aiq_adebayer_algo_v1.cpp67 LOGE_ADEBAYER("%s(%d): calibDb are all null!\n", __FUNCTION__, __LINE__); in AdebayerFullParamsInit()
77 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AdebayerTranslateParamsAtManualMode()
105 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AdebayerTranslateParamsAtAutoMode()
182 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AdebayerTranslateParams()
211 LOGE_ADEBAYER("Invalid mode: %d\n", pAdebayerCtx->mode); in AdebayerTranslateParams()
216 LOGE_ADEBAYER("Failed to translate debayer Params in %s mode\n", in AdebayerTranslateParams()
252 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AdebayerInit()
277 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AdebayerRelease()
295 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AdebayerStart()
313 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AdebayerStop()
[all …]
H A Drk_aiq_algo_adebayer_itf.cpp42 LOGE_ADEBAYER( "%s: create adebayer context fail!\n", __FUNCTION__); in create_context()
52 LOGE_ADEBAYER("%s: wrong HW version(%d)", __FUNCTION__, cfg->module_hw_version); in create_context()
57 LOGE_ADEBAYER("%s: wrong HW version(%d)", __FUNCTION__, cfg->module_hw_version); in create_context()
62 LOGE_ADEBAYER("%s: wrong HW version(%d)", __FUNCTION__, cfg->module_hw_version); in create_context()
178 LOGE_ADEBAYER("%s: curExp is NULL, so use default instead \n", __FUNCTION__); in processing()
H A Drk_aiq_adebayer_algo_v2.cpp21 LOGE_ADEBAYER("%s(%d): null pAdebayerCtx pointer\n", __FUNCTION__, __LINE__); in AdebayerCalibConfig()
26 LOGE_ADEBAYER("%s(%d): null pCalibDbV2 pointer\n", __FUNCTION__, __LINE__); in AdebayerCalibConfig()
173 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AdebayerInit()
209 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AdebayerRelease()
228 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AdebayerStart()
246 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AdebayerStop()
272 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AdebayerSelectParam()
589 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AdebayerProcess()
666 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AdebayerGetProcResult()
671 LOGE_ADEBAYER("%s(%d): null pointer\n", __FUNCTION__, __LINE__); in AdebayerGetProcResult()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAdebayerHandle.cpp435 LOGE_ADEBAYER("no latest params !"); in genIspResult()
444 LOGE_ADEBAYER("no latest params !"); in genIspResult()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h394 #define LOGE_ADEBAYER(...) XCAM_MODULE_LOG_ERROR(XCORE_LOG_MODULE_ADEBAYER, 0xff, ##__VA_ARGS__) macro