Searched refs:xcam_print_log (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/ |
| H A D | xcam_log.h | 87 void xcam_print_log (int module, int sub_modules, int level, const char* format, ...); 116 xcam_print_log(module, submodules, XCORE_LOG_LEVEL_ERR, "E:" format "\n", ##__VA_ARGS__); \ 124 xcam_print_log(module, submodules, XCORE_LOG_LEVEL_WARNING, "W:" format "\n", \ 132 … xcam_print_log (module, submodules, XCORE_LOG_LEVEL_INFO, "I:" format "\n", ## __VA_ARGS__); \ 139 xcam_print_log(module, submodules, XCORE_LOG_LEVEL_DEBUG, "D:" format "\n", \ 161 …xcam_print_log (module, submodules, XCORE_LOG_LEVEL_VERBOSE, "XCAM VERBOSE %s:%d: " format "\n", _… 168 …xcam_print_log (module, submodules, XCORE_LOG_LEVEL_LOW1, "XCAM LOW1 %s:%d: " format "\n", __BI_FI…
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | xcam_log.cpp | 227 void xcam_print_log (int module, int sub_modules, int level, const char* format, ...) { in xcam_print_log() function
|