Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_algo_alsc_itf.cpp33 LOG1_ALSC( "%s: (enter)\n", __FUNCTION__); in create_context()
43 LOG1_ALSC( "%s: (exit)\n", __FUNCTION__); in create_context()
50 LOG1_ALSC( "%s: (enter)\n", __FUNCTION__); in destroy_context()
55 LOG1_ALSC( "%s: (exit)\n", __FUNCTION__); in destroy_context()
62 LOG1_ALSC( "%s: (enter)\n", __FUNCTION__); in prepare()
114 LOG1_ALSC( "%s: (exit)\n", __FUNCTION__); in prepare()
121 LOG1_ALSC( "%s: (enter)\n", __FUNCTION__); in pre_process()
125 LOG1_ALSC( "%s: (exit)\n", __FUNCTION__); in pre_process()
132 LOG1_ALSC( "%s: (enter)\n", __FUNCTION__); in processing()
169 LOG1_ALSC( "%s: (exit)\n", __FUNCTION__); in processing()
[all …]
H A Drk_aiq_alsc_algo_v1.cpp32 LOG1_ALSC( "%s: (enter)\n", __FUNCTION__); in illuminant_index_estimation()
58 LOG1_ALSC( "%s: (exit)\n", __FUNCTION__); in illuminant_index_estimation()
281 LOG1_ALSC("%s: (enter)\n", __FUNCTION__); in CamCalibDbGetLscProfileByName()
295 LOG1_ALSC("%s: (exit)\n", __FUNCTION__); in CamCalibDbGetLscProfileByName()
302 LOG1_ALSC("%s: (enter)\n", __FUNCTION__); in CamCalibDbGetLscResIdxByName()
316 LOG1_ALSC("%s: (exit)\n", __FUNCTION__); in CamCalibDbGetLscResIdxByName()
394 LOG1_ALSC("%s: (enter) count:%d\n", __FUNCTION__, hAlsc->count); in AlscAutoConfig()
462 LOG1_ALSC("%s: (exit)\n", __FUNCTION__); in AlscAutoConfig()
471 LOG1_ALSC("%s: (enter)\n", __FUNCTION__); in AlscManualConfig()
484 LOG1_ALSC("%s: (exit)\n", __FUNCTION__); in AlscManualConfig()
[all …]
H A Drk_aiq_alsc_algo.cpp108 LOG1_ALSC( "%s: (enter)\n", __FUNCTION__); in illuminant_index_estimation()
134 LOG1_ALSC( "%s: (exit)\n", __FUNCTION__); in illuminant_index_estimation()
483 LOG1_ALSC("%s: (enter)\n", __FUNCTION__); in CamCalibDbGetLscProfileByName()
497 LOG1_ALSC("%s: (exit)\n", __FUNCTION__); in CamCalibDbGetLscProfileByName()
504 LOG1_ALSC("%s: (enter)\n", __FUNCTION__); in GetLscResIdxByName()
519 LOG1_ALSC("%s: (exit)\n", __FUNCTION__); in GetLscResIdxByName()
879 LOG1_ALSC("%s: (enter) count:%d\n", __FUNCTION__, hAlsc->count); in AlscAutoConfig()
996 LOG1_ALSC("%s: (exit)\n", __FUNCTION__); in AlscAutoConfig()
1005 LOG1_ALSC("%s: (enter)\n", __FUNCTION__); in AlscManualConfig()
1022 LOG1_ALSC("%s: (exit)\n", __FUNCTION__); in AlscManualConfig()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_alsc_itf.cpp31 LOG1_ALSC( "%s: (enter)\n", __FUNCTION__); in create_context()
42 LOG1_ALSC( "%s: (exit)\n", __FUNCTION__); in create_context()
49 LOG1_ALSC( "%s: (enter)\n", __FUNCTION__); in destroy_context()
54 LOG1_ALSC( "%s: (exit)\n", __FUNCTION__); in destroy_context()
61 LOG1_ALSC( "%s: (enter)\n", __FUNCTION__); in prepare()
75 LOG1_ALSC( "%s: (exit)\n", __FUNCTION__); in prepare()
82 LOG1_ALSC( "%s: (enter)\n", __FUNCTION__); in processing()
91 LOG1_ALSC( "%s: do nothing \n", __FUNCTION__); in processing()
168 LOG1_ALSC( "%s: (exit)\n", __FUNCTION__); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h350 #define LOG1_ALSC(...) XCAM_MODULE_LOG_LOW1(XCORE_LOG_MODULE_ALSC, 0xff, ##__VA_ARGS__) macro