Home
last modified time | relevance | path

Searched refs:hal_h265e_dbg_func (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510_tune.c204 hal_h265e_dbg_func("enter\n"); in vepu510_h265e_tune_qpmap()
212 hal_h265e_dbg_func("leave\n"); in vepu510_h265e_tune_qpmap()
238 hal_h265e_dbg_func("enter\n"); in vepu510_h265e_tune_stat_update()
342 hal_h265e_dbg_func("leave\n"); in vepu510_h265e_tune_stat_update()
H A Dhal_h265e_vepu541.c706 hal_h265e_dbg_func("enter %p\n", hal); in hal_h265e_vepu54x_prepare()
719 hal_h265e_dbg_func("leave %p\n", hal); in hal_h265e_vepu54x_prepare()
831 hal_h265e_dbg_func("enter\n"); in setup_vepu541_intra_refresh()
913 hal_h265e_dbg_func("leave, ret %d\n", ret); in setup_vepu541_intra_refresh()
1457 hal_h265e_dbg_func("enter\n"); in setup_vepu541_split()
1498 hal_h265e_dbg_func("leave\n"); in setup_vepu541_split()
H A Dhal_h265e_vepu510.c1187 hal_h265e_dbg_func("enter %p\n", hal); in hal_h265e_vepu510_prepare()
1200 hal_h265e_dbg_func("leave %p\n", hal); in hal_h265e_vepu510_prepare()
1725 hal_h265e_dbg_func("enter\n"); in vepu510_h265e_use_pass1_patch()
1819 hal_h265e_dbg_func("enter\n"); in setup_vepu510_split()
1874 hal_h265e_dbg_func("leave\n"); in setup_vepu510_split()
1886 hal_h265e_dbg_func("enter\n"); in vepu510_h265_set_scaling_list()
1928 hal_h265e_dbg_func("leave\n"); in vepu510_h265_set_scaling_list()
H A Dhal_h265e_vepu511.c582 hal_h265e_dbg_func("enter %p\n", hal); in hal_h265e_vepu511_prepare()
595 hal_h265e_dbg_func("leave %p\n", hal); in hal_h265e_vepu511_prepare()
704 hal_h265e_dbg_func("enter\n"); in vepu511_h265e_use_pass1_patch()
754 hal_h265e_dbg_func("enter\n"); in vepu511_h265_set_scaling_list()
796 hal_h265e_dbg_func("leave\n"); in vepu511_h265_set_scaling_list()
947 hal_h265e_dbg_func("enter\n"); in vepu511_h265_set_split()
990 hal_h265e_dbg_func("leave\n"); in vepu511_h265_set_split()
H A Dhal_h265e_vepu580.c1326 hal_h265e_dbg_func("enter\n"); in vepu580_h265_scl_cfg()
1330 hal_h265e_dbg_func("leave\n"); in vepu580_h265_scl_cfg()
1611 hal_h265e_dbg_func("enter %p\n", hal); in hal_h265e_vepu580_prepare()
1624 hal_h265e_dbg_func("leave %p\n", hal); in hal_h265e_vepu580_prepare()
1772 hal_h265e_dbg_func("enter\n"); in setup_intra_refresh()
1832 hal_h265e_dbg_func("leave, ret %d\n", ret); in setup_intra_refresh()
2615 hal_h265e_dbg_func("enter\n"); in vepu580_setup_split()
2670 hal_h265e_dbg_func("leave\n"); in vepu580_setup_split()
H A Dhal_h265e_vepu540c.c591 hal_h265e_dbg_func("enter %p\n", hal); in hal_h265e_vepu540c_prepare()
604 hal_h265e_dbg_func("leave %p\n", hal); in hal_h265e_vepu540c_prepare()
1134 hal_h265e_dbg_func("enter\n"); in vepu540c_h265_set_split()
1189 hal_h265e_dbg_func("leave\n"); in vepu540c_h265_set_split()
H A Dhal_h265e_vepu580_tune.c678 hal_h265e_dbg_func("leave, ret %d\n", ret); in vepu580_setup_qpmap_buf()
/rockchip-linux_mpp/mpp/hal/common/h265/
H A Dhal_h265e_debug.h43 #define hal_h265e_dbg_func(fmt, ...) hal_h265e_dbg_f(HAL_H265E_DBG_FUNCTION, fmt, ## __VA_ARGS__) macro