Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/common/h264/
H A Dhal_h264e_stream_amend.c225 hal_h264e_dbg_amend("nal_len %d multi %d last %d prefix %p\n", in h264e_vepu_stream_amend_proc()
289hal_h264e_dbg_amend("tail 0x%02x %d hw_hdr %d sw_hdr %d len %d hw_byte %d sw_byte %d diff %d\n", in h264e_vepu_stream_amend_proc()
302hal_h264e_dbg_amend("frm %4d %c len %d bit hw %d sw %d byte hw %d sw %d diff %d -> %d\n", in h264e_vepu_stream_amend_proc()
307 hal_h264e_dbg_amend("%02x %02x %02x %02x -> %02x %02x %02x %02x\n", in h264e_vepu_stream_amend_proc()
H A Dhal_h264e_debug.h43 #define hal_h264e_dbg_amend(fmt, ...) hal_h264e_dbg_f(HAL_H264E_DBG_AMEND, fmt, ## __VA_ARGS__) macro