Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adebayer/
H A Drk_aiq_algo_adebayer_itf.cpp46 LOGV_ADEBAYER("%s: (enter)\n", __FUNCTION__ ); in create_context()
69 LOGV_ADEBAYER("%s: (exit)\n", __FUNCTION__ ); in create_context()
81 LOGV_ADEBAYER("%s: (enter)\n", __FUNCTION__ ); in destroy_context()
87 LOGV_ADEBAYER("%s: (exit)\n", __FUNCTION__ ); in destroy_context()
99 LOGV_ADEBAYER("%s: (enter)\n", __FUNCTION__ ); in prepare()
118 LOGV_ADEBAYER("%s: (exit)\n", __FUNCTION__ ); in prepare()
129 LOGV_ADEBAYER("%s: (enter)\n", __FUNCTION__ ); in pre_process()
131 LOGV_ADEBAYER("%s: (exit)\n", __FUNCTION__ ); in pre_process()
149 LOGV_ADEBAYER("%s: (enter)\n", __FUNCTION__ ); in processing()
207 LOGV_ADEBAYER("%s: (exit)\n", __FUNCTION__ ); in processing()
[all …]
H A Drk_aiq_adebayer_algo_v1.cpp250 LOGV_ADEBAYER("%s(%d): enter!\n", __FUNCTION__, __LINE__); in AdebayerInit()
264 LOGV_ADEBAYER("%s(%d): exit!\n", __FUNCTION__, __LINE__); in AdebayerInit()
275 LOGV_ADEBAYER("%s(%d): enter!\n", __FUNCTION__, __LINE__); in AdebayerRelease()
282 LOGV_ADEBAYER("%s(%d): exit!\n", __FUNCTION__, __LINE__); in AdebayerRelease()
292 LOGV_ADEBAYER("%s(%d): enter!\n", __FUNCTION__, __LINE__); in AdebayerStart()
300 LOGV_ADEBAYER("%s(%d): exit!\n", __FUNCTION__, __LINE__); in AdebayerStart()
310 LOGV_ADEBAYER("%s(%d): enter!\n", __FUNCTION__, __LINE__); in AdebayerStop()
317 LOGV_ADEBAYER("%s(%d): exit!\n", __FUNCTION__, __LINE__); in AdebayerStop()
324 LOGV_ADEBAYER("%s(%d): enter!\n", __FUNCTION__, __LINE__); in AdebayerPreProcess()
327 LOGV_ADEBAYER("%s(%d): exit!\n", __FUNCTION__, __LINE__); in AdebayerPreProcess()
[all …]
H A Drk_aiq_adebayer_algo_v2.cpp18 LOGV_ADEBAYER("%s(%d): enter!\n", __FUNCTION__, __LINE__); in AdebayerCalibConfig()
155 LOGV_ADEBAYER("%s(%d): exit!\n", __FUNCTION__, __LINE__); in AdebayerCalibConfig()
168 LOGV_ADEBAYER("%s(%d): enter!\n", __FUNCTION__, __LINE__); in AdebayerInit()
196 LOGV_ADEBAYER("%s(%d): exit!\n", __FUNCTION__, __LINE__); in AdebayerInit()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h396 #define LOGV_ADEBAYER(...) XCAM_MODULE_LOG_VERBOSE(XCORE_LOG_MODULE_ADEBAYER, 0xff, ##__VA_ARGS__) macro