Home
last modified time | relevance | path

Searched refs:jpegd_dbg_hal (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_vdpu1.c516 jpegd_dbg_hal("we do dither."); in jpegd_setup_pp()
521 jpegd_dbg_hal("we do not dither."); in jpegd_setup_pp()
586 jpegd_dbg_hal("output_frame_fd:%x, reg67:%x", ctx->frame_fd, in jpegd_setup_pp()
602 jpegd_dbg_hal("output_frame_fd:%x, reg14:%x", ctx->frame_fd, in jpegd_setup_pp()
1006 jpegd_dbg_hal("DECODE SUCCESS!"); in hal_jpegd_vdpu1_wait()
1060 jpegd_dbg_hal("output_format: 0x%x\n", JpegHalCtx->output_fmt); in hal_jpegd_vdpu1_control()
H A Dhal_jpegd_vdpu2.c535 jpegd_dbg_hal("we do dither."); in jpegd_setup_pp()
540 jpegd_dbg_hal("we do not dither."); in jpegd_setup_pp()
591 jpegd_dbg_hal("pp_enable %d\n", ctx->pp_info.pp_enable); in jpegd_setup_pp()
606 jpegd_dbg_hal("output_frame_fd:%x, reg22:%x", ctx->frame_fd, in jpegd_setup_pp()
622 jpegd_dbg_hal("output_frame_fd:%x, reg131:%x", ctx->frame_fd, in jpegd_setup_pp()
1028 jpegd_dbg_hal("output_format: 0x%x\n", JpegHalCtx->output_fmt); in hal_jpegd_vdpu2_control()
H A Dhal_jpegd_rkv.c342 jpegd_dbg_hal("convert format %d to format %d\n", s->output_fmt, ctx->output_fmt); in setup_output_fmt()
418jpegd_dbg_hal("output scale %d, width %d, height %d\n", regs->reg2_sys.scaledown_mode, out_width, … in jpegd_gen_regs()
767 jpegd_dbg_hal("decode one frame in cycles: %d\n", reg_out->reg39_perf_working_cnt); in hal_jpegd_rkv_wait()
847 jpegd_dbg_hal("output_format: 0x%x\n", JpegHalCtx->output_fmt); in hal_jpegd_rkv_control()
H A Dhal_jpegd_common.c469 jpegd_dbg_hal("other output format %d\n", s->output_fmt); in jpegd_setup_output_fmt()
504 jpegd_dbg_hal("Post Process! pp_in_fmt:%d, pp_out_fmt:%d", in jpegd_setup_output_fmt()
/rockchip-linux_mpp/mpp/common/
H A Djpegd_syntax.h67 #define jpegd_dbg_hal(fmt, ...) jpegd_dbg(JPEGD_DBG_HAL_INFO, fmt, ## __VA_ARGS__) macro