Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_dpb.c244 h264e_dbg_list("cpb init scaning start\n"); in h264e_dpb_build_list()
254 h264e_dbg_list("idx %d frm %d valid %d is_non_ref %d lt_ref %d\n", in h264e_dpb_build_list()
261 h264e_dbg_list("found st %d st_size %d %p\n", i, st_size, frm); in h264e_dpb_build_list()
265 h264e_dbg_list("found lt %d lt_size %d %p\n", i, lt_size, frm); in h264e_dpb_build_list()
269 h264e_dbg_list("cpb init scaning done\n"); in h264e_dpb_build_list()
330 h264e_dbg_list("refer curr %d def %d set %d reorder %d\n", in h264e_dpb_build_list()
337 h264e_dbg_list("reorder to frm %d\n", refr->status.seq_idx); in h264e_dpb_build_list()
346 h264e_dbg_list("reorder lt idx %d \n", op.long_term_pic_idx); in h264e_dpb_build_list()
351 h264e_dbg_list("reorder st cur %d refr %d diff - 1 %d\n", in h264e_dpb_build_list()
359 h264e_dbg_list("refer NULL\n"); in h264e_dpb_build_list()
H A Dh264e_debug.h50 #define h264e_dbg_list(fmt, ...) h264e_dbg_f(H264E_DBG_LIST, fmt, ## __VA_ARGS__) macro