Searched refs:IM_LOG_FORCE (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d_log.h | 32 …IM_LOG_FORCE = 0x1 << 8, /* This will force output to stdout, not to internal error… enumerator 50 if (!((level) & IM_LOG_FORCE)) \ 54 (level) & IM_LOG_FORCE) \ 61 #define IM_LOGFD(_str, ...) IM_LOG(ANDROID_LOG_DEBUG | IM_LOG_FORCE, _str , ## __VA_ARGS__) 62 #define IM_LOGFI(_str, ...) IM_LOG(ANDROID_LOG_INFO | IM_LOG_FORCE, _str , ## __VA_ARGS__) 63 #define IM_LOGFW(_str, ...) IM_LOG(ANDROID_LOG_WARN | IM_LOG_FORCE, _str , ## __VA_ARGS__) 64 #define IM_LOGFE(_str, ...) IM_LOG(ANDROID_LOG_ERROR | IM_LOG_FORCE, _str , ## __VA_ARGS__) 69 if (!((level) & IM_LOG_FORCE)) \ 73 (level) & IM_LOG_FORCE) \ 82 #define IM_LOGFD(_str, ...) IM_LOG(IM_LOG_DEBUG | IM_LOG_FORCE, _str , ## __VA_ARGS__) [all …]
|
| H A D | im2d_impl.cpp | 1416 log_level |= IM_LOG_FORCE; in rga_dump_channel_info() 1466 log_level |= IM_LOG_FORCE; in rga_dump_opt() 1944 rga_dump_channel_info(IM_LOG_ERROR | IM_LOG_FORCE, "src", srect, src); in rga_task_submit() 1946 rga_dump_channel_info(IM_LOG_ERROR | IM_LOG_FORCE, "src1/pat", prect, pat); in rga_task_submit() 1947 rga_dump_channel_info(IM_LOG_ERROR | IM_LOG_FORCE, "dst", drect, dst); in rga_task_submit() 1950 rga_dump_opt(IM_LOG_ERROR | IM_LOG_FORCE, *opt_ptr, usage); in rga_task_submit()
|