Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c50 jpege_dbg_func("enter ctx %p\n", ctx); in jpege_init_v2()
74 jpege_dbg_func("leave ctx %p\n", ctx); in jpege_init_v2()
80 jpege_dbg_func("enter ctx %p\n", ctx); in jpege_deinit_v2()
82 jpege_dbg_func("leave ctx %p\n", ctx); in jpege_deinit_v2()
90 jpege_dbg_func("enter ctx %p cmd %x param %p\n", ctx, cmd, param); in jpege_proc_cfg()
106 jpege_dbg_func("leave ret %d\n", ret); in jpege_proc_cfg()
230 jpege_dbg_func("enter ctx %p\n", ctx); in jpege_proc_hal()
284 jpege_dbg_func("Split by CTU, part_rows %d, restart_ri %d", in jpege_proc_hal()
293 jpege_dbg_func("leave ctx %p\n", ctx); in jpege_proc_hal()
313 jpege_dbg_func("write EXIF data, total length %d\n", size); in jpege_add_Prefix()
[all …]
H A Djpege_debug.h30 #define jpege_dbg_func(fmt, ...) jpege_dbg_f(JPEGE_DBG_FUNCTION, fmt, ## __VA_ARGS__) macro