Home
last modified time | relevance | path

Searched refs:hal_h264e_dbg_detail (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c156 hal_h264e_dbg_detail("update cfg"); in update_vepu1_syntax()
160 hal_h264e_dbg_detail("update sps"); in update_vepu1_syntax()
164 hal_h264e_dbg_detail("update pps"); in update_vepu1_syntax()
168 hal_h264e_dbg_detail("update dpb"); in update_vepu1_syntax()
171 hal_h264e_dbg_detail("update slice"); in update_vepu1_syntax()
175 hal_h264e_dbg_detail("update frames"); in update_vepu1_syntax()
179 hal_h264e_dbg_detail("update prefix nal"); in update_vepu1_syntax()
264 hal_h264e_dbg_detail("offset %d offset8 %d\n", offset, offset8); in setup_output_packet()
275 hal_h264e_dbg_detail("msb %08x lsb %08x", hdr_rem_msb, hdr_rem_lsb); in setup_output_packet()
316 hal_h264e_dbg_detail("frame %d generate regs now", frm->seq_idx); in hal_h264e_vepu1_gen_regs_v2()
H A Dhal_h264e_vepu2_v2.c157 hal_h264e_dbg_detail("update cfg"); in update_vepu2_syntax()
161 hal_h264e_dbg_detail("update sps"); in update_vepu2_syntax()
165 hal_h264e_dbg_detail("update pps"); in update_vepu2_syntax()
169 hal_h264e_dbg_detail("update dpb"); in update_vepu2_syntax()
172 hal_h264e_dbg_detail("update slice"); in update_vepu2_syntax()
176 hal_h264e_dbg_detail("update frames"); in update_vepu2_syntax()
180 hal_h264e_dbg_detail("update prefix nal"); in update_vepu2_syntax()
265 hal_h264e_dbg_detail("offset %d offset8 %d\n", offset, offset8); in setup_output_packet()
276 hal_h264e_dbg_detail("msb %08x lsb %08x", hdr_rem_msb, hdr_rem_lsb); in setup_output_packet()
366 hal_h264e_dbg_detail("frame %d generate regs now", frm->seq_idx); in hal_h264e_vepu2_gen_regs_v2()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c247 hal_h264e_dbg_detail("frame size %d -> %d max count %d -> %d\n", in setup_hal_bufs()
300 hal_h264e_dbg_detail("update cfg"); in update_vepu541_syntax()
304 hal_h264e_dbg_detail("update sps"); in update_vepu541_syntax()
308 hal_h264e_dbg_detail("update pps"); in update_vepu541_syntax()
312 hal_h264e_dbg_detail("update dpb"); in update_vepu541_syntax()
315 hal_h264e_dbg_detail("update slice"); in update_vepu541_syntax()
319 hal_h264e_dbg_detail("update frames"); in update_vepu541_syntax()
323 hal_h264e_dbg_detail("update prefix nal"); in update_vepu541_syntax()
1557 hal_h264e_dbg_detail("frame %d generate regs now", ctx->frms->seq_idx); in hal_h264e_vepu541_gen_regs()
1691 hal_h264e_dbg_detail("lkt_done finish"); in hal_h264e_vepu541_status_check()
[all …]
H A Dhal_h264e_vepu540c.c252 hal_h264e_dbg_detail("frame size %d -> %d max count %d -> %d\n", in setup_hal_bufs()
305 hal_h264e_dbg_detail("update cfg"); in update_vepu540c_syntax()
309 hal_h264e_dbg_detail("update sps"); in update_vepu540c_syntax()
313 hal_h264e_dbg_detail("update pps"); in update_vepu540c_syntax()
317 hal_h264e_dbg_detail("update dpb"); in update_vepu540c_syntax()
320 hal_h264e_dbg_detail("update slice"); in update_vepu540c_syntax()
324 hal_h264e_dbg_detail("update frames"); in update_vepu540c_syntax()
328 hal_h264e_dbg_detail("update prefix nal"); in update_vepu540c_syntax()
1523 hal_h264e_dbg_detail("frame %d generate regs now", ctx->frms->seq_idx); in hal_h264e_vepu540c_gen_regs()
1684 hal_h264e_dbg_detail("lkt_done finish"); in hal_h264e_vepu540c_status_check()
[all …]
H A Dhal_h264e_vepu580.c452 hal_h264e_dbg_detail("frame size %d -> %d max count %d -> %d\n", in setup_hal_bufs()
505 hal_h264e_dbg_detail("update cfg"); in update_vepu580_syntax()
509 hal_h264e_dbg_detail("update sps"); in update_vepu580_syntax()
513 hal_h264e_dbg_detail("update pps"); in update_vepu580_syntax()
517 hal_h264e_dbg_detail("update dpb"); in update_vepu580_syntax()
521 hal_h264e_dbg_detail("update slice"); in update_vepu580_syntax()
525 hal_h264e_dbg_detail("update frames"); in update_vepu580_syntax()
529 hal_h264e_dbg_detail("update prefix nal"); in update_vepu580_syntax()
2201 hal_h264e_dbg_detail("frame %d generate regs now", ctx->frms->seq_idx); in hal_h264e_vepu580_gen_regs()
2400 hal_h264e_dbg_detail("lkt_done finish"); in hal_h264e_vepu580_status_check()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/hal/common/h264/
H A Dhal_h264e_debug.h38 #define hal_h264e_dbg_detail(fmt, ...) hal_h264e_dbg_f(HAL_H264E_DBG_DETAIL, fmt, ## __VA_ARGS__) macro