Searched refs:total_cnt (Results 1 – 3 of 3) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_dpb.c | 34 pos += snprintf(buf, sizeof(buf) - 1, "total %2d ", dpb->total_cnt); in h264e_dpb_dump_usage() 36 for (i = 0; i < dpb->total_cnt; i++) { in h264e_dpb_dump_usage() 50 mpp_log_f("dpb %p total count %d size %d\n", dpb, dpb->total_cnt, dpb->dpb_size); in h264e_dpb_dump_frm() 54 for (i = 0; i < dpb->total_cnt; i++) { in h264e_dpb_dump_frm() 98 mpp_log_f("list slot use seq type tid ref idx mode arg\n", dpb, dpb->total_cnt); in h264e_dpb_dump_list() 138 dpb->total_cnt = info->dpb_size + 1; in h264e_dpb_setup() 144 dpb->total_cnt++; in h264e_dpb_setup() 147 ref_frm_num, dpb->total_cnt); in h264e_dpb_setup() 162 RK_S32 cnt = dpb->total_cnt; in find_cpb_frame() 435 h264e_dbg_dpb("enter %p total %d\n", dpb, dpb->total_cnt); in h264e_dpb_proc() [all …]
|
| H A D | h264e_dpb.h | 111 RK_S32 total_cnt; member
|
| H A D | h264e_api_v2.c | 329 if (!p->dpb.total_cnt) in h264e_gen_hdr()
|