Searched refs:h264e_dbg_func (Results 1 – 2 of 2) sorted by relevance
234 h264e_dbg_func("enter\n"); in h264e_init()257 h264e_dbg_func("leave\n"); in h264e_init()265 h264e_dbg_func("enter\n"); in h264e_deinit()272 h264e_dbg_func("leave\n"); in h264e_deinit()296 h264e_dbg_func("enter ctx %p cmd %x param %p\n", ctx, cmd, param); in h264e_proc_cfg()312 h264e_dbg_func("leave ret %d\n", ret); in h264e_proc_cfg()321 h264e_dbg_func("enter\n"); in h264e_gen_hdr()348 h264e_dbg_func("leave\n"); in h264e_gen_hdr()354 h264e_dbg_func("enter\n"); in h264e_start()404 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