Home
last modified time | relevance | path

Searched refs:_mpp_dbg (Results 1 – 25 of 45) sorted by relevance

12

/rockchip-linux_mpp/osal/inc/
H A Dmpp_debug.h25 #define _mpp_dbg(debug, flag, fmt, ...) mpp_log_c((debug) & (flag), fmt, ## __VA_ARGS__) macro
28 #define mpp_dbg(flag, fmt, ...) _mpp_dbg(mpp_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_debug.h30 #define h265h_dbg(flag, fmt, ...) _mpp_dbg(hal_h265d_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/inc/
H A Dmpi_impl.h24 #define mpi_dbg(flag, fmt, ...) _mpp_dbg(mpi_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_debug.h26 #define hal_vp9d_dbg(flag, fmt, ...) _mpp_dbg(hal_vp9d_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/codec/enc/vp8/
H A Dvp8e_debug.h27 #define VP8E_DBG(flag, fmt, ...) _mpp_dbg(vp8e_rc_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/codec/enc/jpeg/
H A Djpege_debug.h27 #define jpege_dbg(flag, fmt, ...) _mpp_dbg(jpege_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_debug.h28 #define VP8E_DBG(flag, fmt, ...) _mpp_dbg(vp8e_hal_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dhwpq_debug.h17 #define HWPQ_VDPP_DBG(flag, fmt, ...) _mpp_dbg(hwpq_vdpp_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec_debug.h29 #define mpp_dec_dbg(flag, fmt, ...) _mpp_dbg(mpp_dec_debug, flag, fmt, ## __VA_ARGS__)
H A Dmpp_enc_debug.h34 #define mpp_enc_dbg(flag, fmt, ...) _mpp_dbg(mpp_enc_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/hal/common/jpeg/
H A Dhal_jpege_debug.h28 #define hal_jpege_dbg(flag, fmt, ...) _mpp_dbg(hal_jpege_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/osal/driver/inc/
H A Dmpp_device_debug.h19 #define mpp_dev_dbg(flag, fmt, ...) _mpp_dbg(mpp_device_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/hal/common/h264/
H A Dhal_h264e_debug.h34 #define hal_h264e_dbg(flag, fmt, ...) _mpp_dbg(hal_h264e_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_debug.h33 #define rc_dbg(flag, fmt, ...) _mpp_dbg(rc_debug, flag, fmt, ## __VA_ARGS__)
H A Drc_base.c25 #define mpp_rc_dbg(flag, fmt, ...) _mpp_dbg(mpp_rc_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/vproc/rga/
H A Drga.c26 #define rga_dbg(flag, fmt, ...) _mpp_dbg(rga_debug, flag, fmt, ## __VA_ARGS__)
28 #define rga_dbg_copy(fmt, ...) _mpp_dbg(rga_debug, RGB_DBG_COPY, fmt, ## __VA_ARGS__)
29 #define rga_dbg_dup(fmt, ...) _mpp_dbg(rga_debug, RGB_DBG_COPY, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_debug.h36 #define h264e_dbg(flag, fmt, ...) _mpp_dbg(h264e_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_codec.h49 #define h265e_dbg(flag, fmt, ...) _mpp_dbg(h265e_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/hal/common/h265/
H A Dhal_h265e_debug.h40 #define hal_h265e_dbg(flag, fmt, ...) _mpp_dbg(hal_h265e_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/vproc/inc/
H A Diep_common.h26 #define iep_dbg(flag, fmt, ...) _mpp_dbg(iep_debug, flag, "iep:" fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.h35 #define vpu_api_dbg(flag, fmt, ...) _mpp_dbg(vpu_api_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/common/
H A Djpegd_syntax.h57 #define jpegd_dbg(flag, fmt, ...) _mpp_dbg(jpegd_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/osal/test/
H A Dmpp_thread_test.c24 #define thread_dbg(fmt, ...) _mpp_dbg(thread_debug, 1, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_buffer_impl.h22 #define mpp_buf_dbg(flag, fmt, ...) _mpp_dbg(mpp_buffer_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/base/
H A Dmpp_cfg.c17 #define mpp_cfg_dbg(flag, fmt, ...) _mpp_dbg(mpp_cfg_debug, flag, fmt, ## __VA_ARGS__)

12