Searched refs:h264e_dbg_f (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_debug.h | 37 #define h264e_dbg_f(flag, fmt, ...) _mpp_dbg_f(h264e_debug, flag, fmt, ## __VA_ARGS__) macro 39 #define h264e_dbg_func(fmt, ...) h264e_dbg_f(H264E_DBG_FUNCTION, fmt, ## __VA_ARGS__) 40 #define h264e_dbg_flow(fmt, ...) h264e_dbg_f(H264E_DBG_FLOW, fmt, ## __VA_ARGS__) 41 #define h264e_dbg_ctrl(fmt, ...) h264e_dbg_f(H264E_DBG_CTRL, fmt, ## __VA_ARGS__) 42 #define h264e_dbg_detail(fmt, ...) h264e_dbg_f(H264E_DBG_DETAIL, fmt, ## __VA_ARGS__) 44 #define h264e_dbg_sps(fmt, ...) h264e_dbg_f(H264E_DBG_SPS, fmt, ## __VA_ARGS__) 45 #define h264e_dbg_pps(fmt, ...) h264e_dbg_f(H264E_DBG_PPS, fmt, ## __VA_ARGS__) 46 #define h264e_dbg_slice(fmt, ...) h264e_dbg_f(H264E_DBG_SLICE, fmt, ## __VA_ARGS__) 47 #define h264e_dbg_sei(fmt, ...) h264e_dbg_f(H264E_DBG_SEI, fmt, ## __VA_ARGS__) 49 #define h264e_dbg_dpb(fmt, ...) h264e_dbg_f(H264E_DBG_DPB, fmt, ## __VA_ARGS__) [all …]
|