Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_rkv.c46 jpegd_dbg_func("enter\n"); in jpegd_write_rkv_qtbl()
75 jpegd_dbg_func("exit\n"); in jpegd_write_rkv_qtbl()
82 jpegd_dbg_func("enter\n"); in jpegd_write_rkv_htbl()
220 jpegd_dbg_func("exit\n"); in jpegd_write_rkv_htbl()
226 jpegd_dbg_func("enter\n"); in hal_jpegd_rkv_init()
247 jpegd_dbg_func("exit\n"); in hal_jpegd_rkv_init()
267 jpegd_dbg_func("exit\n"); in hal_jpegd_rkv_init()
274 jpegd_dbg_func("enter\n"); in setup_output_fmt()
353 jpegd_dbg_func("exit\n"); in setup_output_fmt()
359 jpegd_dbg_func("enter\n"); in jpegd_gen_regs()
[all …]
H A Dhal_jpegd_vdpu1.c38 jpegd_dbg_func("enter\n"); in jpegd_write_code_word_number()
152 jpegd_dbg_func("exit\n"); in jpegd_write_code_word_number()
159 jpegd_dbg_func("enter\n"); in jpegd_set_stream_offset()
192 jpegd_dbg_func("exit\n"); in jpegd_set_stream_offset()
199 jpegd_dbg_func("enter\n"); in jpegd_set_chroma_table_id()
241 jpegd_dbg_func("exit\n"); in jpegd_set_chroma_table_id()
247 jpegd_dbg_func("enter\n"); in jpegd_setup_pp()
606 jpegd_dbg_func("exit\n"); in jpegd_setup_pp()
612 jpegd_dbg_func("enter\n"); in jpegd_regs_init()
635 jpegd_dbg_func("exit\n"); in jpegd_regs_init()
[all …]
H A Dhal_jpegd_vdpu2.c39 jpegd_dbg_func("enter\n"); in jpegd_regs_init()
62 jpegd_dbg_func("exit\n"); in jpegd_regs_init()
69 jpegd_dbg_func("enter\n"); in jpegd_write_code_word_number()
182 jpegd_dbg_func("exit\n"); in jpegd_write_code_word_number()
189 jpegd_dbg_func("enter\n"); in jpegd_set_chroma_table_id()
230 jpegd_dbg_func("exit\n"); in jpegd_set_chroma_table_id()
237 jpegd_dbg_func("enter\n"); in jpegd_set_stream_offset()
269 jpegd_dbg_func("exit\n"); in jpegd_set_stream_offset()
275 jpegd_dbg_func("enter\n"); in jpegd_setup_pp()
626 jpegd_dbg_func("exit\n"); in jpegd_setup_pp()
[all …]
H A Dhal_jpegd_common.c264 jpegd_dbg_func("enter\n"); in jpegd_write_qp_ac_dc_table()
431 jpegd_dbg_func("exit\n"); in jpegd_write_qp_ac_dc_table()
437 jpegd_dbg_func("enter\n"); in jpegd_setup_output_fmt()
520 jpegd_dbg_func("exit\n"); in jpegd_setup_output_fmt()
/rockchip-linux_mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c601 jpegd_dbg_func("enter\n"); in jpegd_setup_default_dht()
730 jpegd_dbg_func("exit\n"); in jpegd_setup_default_dht()
736 jpegd_dbg_func("enter\n"); in jpegd_decode_frame()
906 jpegd_dbg_func("exit\n"); in jpegd_decode_frame()
911 jpegd_dbg_func("exit\n"); in jpegd_decode_frame()
919 jpegd_dbg_func("enter\n"); in jpegd_split_frame()
956 jpegd_dbg_func("exit\n"); in jpegd_split_frame()
962 jpegd_dbg_func("enter\n"); in jpegd_prepare()
1047 jpegd_dbg_func("exit\n"); in jpegd_prepare()
1053 jpegd_dbg_func("enter\n"); in jpegd_allocate_frame()
[all …]
/rockchip-linux_mpp/mpp/common/
H A Djpegd_syntax.h60 #define jpegd_dbg_func(fmt, ...) jpegd_dbg_f(JPEGD_DBG_FUNCTION, fmt, ## __VA_ARGS__) macro