Searched refs:h264e_dbg_func (Results 1 – 2 of 2) sorted by relevance
199 h264e_dbg_func("enter\n"); in h264e_init()222 h264e_dbg_func("leave\n"); in h264e_init()230 h264e_dbg_func("enter\n"); in h264e_deinit()237 h264e_dbg_func("leave\n"); in h264e_deinit()586 h264e_dbg_func("enter ctx %p cmd %x param %p\n", ctx, cmd, param); in h264e_proc_cfg()636 h264e_dbg_func("leave ret %d\n", ret); in h264e_proc_cfg()645 h264e_dbg_func("enter\n"); in h264e_gen_hdr()671 h264e_dbg_func("leave\n"); in h264e_gen_hdr()677 h264e_dbg_func("enter\n"); in h264e_start()720 h264e_dbg_func("leave\n"); in h264e_start()[all …]
39 #define h264e_dbg_func(fmt, ...) h264e_dbg_f(H264E_DBG_FUNCTION, fmt, ## __VA_ARGS__) macro