Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c72 jpege_dbg_func("enter ctx %p\n", ctx); in jpege_init_v2()
94 jpege_dbg_func("leave ctx %p\n", ctx); in jpege_init_v2()
103 jpege_dbg_func("enter ctx %p\n", ctx); in jpege_deinit_v2()
109 jpege_dbg_func("leave ctx %p\n", ctx); in jpege_deinit_v2()
370 jpege_dbg_func("enter ctx %p cmd %x param %p\n", ctx, cmd, param); in jpege_proc_cfg()
409 jpege_dbg_func("leave ret %d\n", ret); in jpege_proc_cfg()
481 jpege_dbg_func("enter ctx %p\n", ctx); in jpege_proc_hal()
530 jpege_dbg_func("Split by CTU, part_rows %d, restart_ri %d", in jpege_proc_hal()
539 jpege_dbg_func("leave ctx %p\n", ctx); in jpege_proc_hal()
559 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