Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_vdpu1.c515 jpegd_dbg_hal("we do dither."); in jpegd_setup_pp()
520 jpegd_dbg_hal("we do not dither."); in jpegd_setup_pp()
585 jpegd_dbg_hal("output_frame_fd:%x, reg67:%x", ctx->frame_fd, in jpegd_setup_pp()
601 jpegd_dbg_hal("output_frame_fd:%x, reg14:%x", ctx->frame_fd, in jpegd_setup_pp()
984 jpegd_dbg_hal("DECODE SUCCESS!"); in hal_jpegd_vdpu1_wait()
1058 jpegd_dbg_hal("output_format:%d\n", JpegHalCtx->output_fmt); in hal_jpegd_vdpu1_control()
H A Dhal_jpegd_vdpu2.c534 jpegd_dbg_hal("we do dither."); in jpegd_setup_pp()
539 jpegd_dbg_hal("we do not dither."); in jpegd_setup_pp()
590 jpegd_dbg_hal("pp_enable %d\n", ctx->pp_info.pp_enable); in jpegd_setup_pp()
605 jpegd_dbg_hal("output_frame_fd:%x, reg22:%x", ctx->frame_fd, in jpegd_setup_pp()
621 jpegd_dbg_hal("output_frame_fd:%x, reg131:%x", ctx->frame_fd, in jpegd_setup_pp()
1038 jpegd_dbg_hal("output_format:%d\n", JpegHalCtx->output_fmt); in hal_jpegd_vdpu2_control()
H A Dhal_jpegd_common.c479 jpegd_dbg_hal("other output format %d\n", s->output_fmt); in jpegd_setup_output_fmt()
514 jpegd_dbg_hal("Post Process! pp_in_fmt:%d, pp_out_fmt:%d", in jpegd_setup_output_fmt()
549 jpegd_dbg_hal("mpp_dev_init success.\n"); in jpegd_setup_output_fmt()
H A Dhal_jpegd_rkv.c363 jpegd_dbg_hal("convert format %d to format %d\n", s->output_fmt, ctx->output_fmt); in setup_output_fmt()
440jpegd_dbg_hal("output scale %d, width %d, height %d\n", regs->reg2_sys.scaledown_mode, out_width, … in jpegd_gen_regs()
725 jpegd_dbg_hal("decode one frame in cycles: %d\n", reg_out->reg39_perf_working_cnt); in hal_jpegd_rkv_wait()
782 jpegd_dbg_hal("output_format:%d\n", JpegHalCtx->output_fmt); in hal_jpegd_rkv_control()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Djpegd_syntax.h67 #define jpegd_dbg_hal(fmt, ...) jpegd_dbg(JPEGD_DBG_HAL_INFO, fmt, ## __VA_ARGS__) macro