Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_ablc_itf.cpp35 LOGI_ABLC("%s: (enter)\n", __FUNCTION__ ); in create_context()
47 LOGI_ABLC("%s: (exit)\n", __FUNCTION__ ); in create_context()
56 LOGI_ABLC("%s: (enter)\n", __FUNCTION__ ); in destroy_context()
67 LOGI_ABLC("%s: (exit)\n", __FUNCTION__ ); in destroy_context()
96 LOGI_ABLC("%s: (exit)\n", __FUNCTION__ ); in prepare()
106 LOGI_ABLC("%s: (enter)\n", __FUNCTION__ ); in processing()
205 LOGI_ABLC("%s: (exit)\n", __FUNCTION__ ); in processing()
H A Drk_aiq_algo_camgroup_ablc_itf_v32.cpp35 LOGI_ABLC("%s: (enter)\n", __FUNCTION__ ); in create_context()
47 LOGI_ABLC("%s: (exit)\n", __FUNCTION__ ); in create_context()
56 LOGI_ABLC("%s: (enter)\n", __FUNCTION__ ); in destroy_context()
67 LOGI_ABLC("%s: (exit)\n", __FUNCTION__ ); in destroy_context()
90 LOGI_ABLC("%s: (exit)\n", __FUNCTION__ ); in prepare()
100 LOGI_ABLC("%s: (enter)\n", __FUNCTION__ ); in processing()
203 LOGI_ABLC("%s: (exit)\n", __FUNCTION__ ); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_ablc.cpp71 LOGI_ABLC("attr=%d\n", attr->eMode); in rk_aiq_user_api2_ablc_SetAttrib()
H A Drk_aiq_user_api2_ablc_v32.cpp72 LOGI_ABLC("attr=%d\n", attr->eMode); in rk_aiq_user_api2_ablcV32_SetAttrib()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h325 #define LOGI_ABLC(...) XCAM_MODULE_LOG_INFO(XCORE_LOG_MODULE_ABLC, 0xff, ##__VA_ARGS__) macro