Searched refs:hal_h265e_dbg_f (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/common/h265/ |
| H A D | hal_h265e_debug.h | 41 #define hal_h265e_dbg_f(flag, fmt, ...) _mpp_dbg_f(hal_h265e_debug, flag, fmt, ## __VA_ARGS__) macro 43 #define hal_h265e_dbg_func(fmt, ...) hal_h265e_dbg_f(HAL_H265E_DBG_FUNCTION, fmt, ## __VA_ARGS__) 44 #define hal_h265e_dbg_simple(fmt, ...) hal_h265e_dbg_f(HAL_H265E_DBG_SIMPLE, fmt, ## __VA_ARGS__)
|