Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adpcc/
H A Drk_aiq_algo_adpcc_itf.cpp33 LOG1_ADPCC("%s: (enter)", __FUNCTION__ ); in create_context()
44 LOG1_ADPCC("%s: (exit)", __FUNCTION__ ); in create_context()
53 LOG1_ADPCC("%s: (enter)", __FUNCTION__ ); in destroy_context()
64 LOG1_ADPCC("%s: (exit)", __FUNCTION__ ); in destroy_context()
73 LOG1_ADPCC("%s: (enter)", __FUNCTION__ ); in prepare()
90 LOG1_ADPCC("%s: (exit)", __FUNCTION__ ); in prepare()
106 LOG1_ADPCC("%s: (enter)", __FUNCTION__ ); in processing()
212 LOG1_ADPCC("%s: (exit)", __FUNCTION__ ); in processing()
H A Drk_aiq_adpcc_algo.cpp8 LOG1_ADPCC("%s(%d): enter!", __FUNCTION__, __LINE__); in AdpccInterpolation()
34 LOG1_ADPCC("%s(%d): exit!", __FUNCTION__, __LINE__); in AdpccInterpolation()
41 LOG1_ADPCC("%s(%d): enter!", __FUNCTION__, __LINE__); in html_params_init()
366 LOG1_ADPCC("%s(%d): exit!", __FUNCTION__, __LINE__); in html_params_init()
374 LOG1_ADPCC("%s(%d): enter!", __FUNCTION__, __LINE__); in dpcc_sensor_params_init()
397 LOG1_ADPCC("%s(%d): exit!", __FUNCTION__, __LINE__); in dpcc_sensor_params_init()
405 LOG1_ADPCC("%s(%d): enter!", __FUNCTION__, __LINE__); in dpcc_fast_mode_basic_params_init()
431 LOG1_ADPCC("%s(%d): exit!", __FUNCTION__, __LINE__); in dpcc_fast_mode_basic_params_init()
439 LOG1_ADPCC("%s(%d): enter!", __FUNCTION__, __LINE__); in dpcc_expert_mode_basic_params_init()
609 LOG1_ADPCC("%s(%d): exit!", __FUNCTION__, __LINE__); in dpcc_expert_mode_basic_params_init()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_adpcc_itf.cpp35 LOG1_ADPCC("%s: (enter)", __FUNCTION__ ); in create_context()
47 LOG1_ADPCC("%s: (exit)", __FUNCTION__ ); in create_context()
56 LOG1_ADPCC("%s: (enter)", __FUNCTION__ ); in destroy_context()
67 LOG1_ADPCC("%s: (exit)", __FUNCTION__ ); in destroy_context()
76 LOG1_ADPCC("%s: (enter)", __FUNCTION__ ); in prepare()
92 LOG1_ADPCC("%s: (exit)", __FUNCTION__ ); in prepare()
102 LOG1_ADPCC("%s: (enter)", __FUNCTION__ ); in processing()
219 LOG1_ADPCC("%s: (exit)", __FUNCTION__ ); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h334 #define LOG1_ADPCC(...) XCAM_MODULE_LOG_LOW1(XCORE_LOG_MODULE_ADPCC, 0xff, ##__VA_ARGS__) macro