Home
last modified time | relevance | path

Searched refs:h264e_dbg_dpb (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_dpb.c108 h264e_dbg_dpb("enter %p\n", dpb); in h264e_dpb_init()
117 h264e_dbg_dpb("leave %p\n", dpb); in h264e_dpb_init()
127 h264e_dbg_dpb("enter %p\n", dpb); in h264e_dpb_setup()
146 h264e_dbg_dpb("max ref frm num %d total slot %d\n", in h264e_dpb_setup()
148 h264e_dbg_dpb("log2 max frm num %d -> %d\n", in h264e_dpb_setup()
150 h264e_dbg_dpb("log2 max poc lsb %d -> %d\n", in h264e_dpb_setup()
153 h264e_dbg_dpb("leave %p\n", dpb); in h264e_dpb_setup()
168 h264e_dbg_dpb("frm %d start finding slot\n", frm->seq_idx); in find_cpb_frame()
174 h264e_dbg_dpb("frm %d match slot %d valid %d\n", in find_cpb_frame()
232 h264e_dbg_dpb("enter %p\n", dpb); in h264e_dpb_build_list()
[all …]
H A Dh264e_debug.h49 #define h264e_dbg_dpb(fmt, ...) h264e_dbg_f(H264E_DBG_DPB, fmt, ## __VA_ARGS__) macro