Searched refs:mpp_log_cf (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_debug.h | 37 #define _mpp_dbg_f(debug, flag, fmt, ...) mpp_log_cf((debug) & (flag), fmt, ## __VA_ARGS__)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | mpp_log.h | 80 #define mpp_log_cf(cond, fmt, ...) do { if (cond) mpp_log_f(fmt, ## __VA_ARGS__); } while (0) macro
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_log.h | 80 #define mpp_log_cf(cond, fmt, ...) do { if (cond) mpp_log_f(fmt, ## __VA_ARGS__); } while (0) macro
|