| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_debug.h | 25 #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 D | hal_h265d_debug.h | 30 #define h265h_dbg(flag, fmt, ...) _mpp_dbg(hal_h265d_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/inc/ |
| H A D | mpi_impl.h | 24 #define mpi_dbg(flag, fmt, ...) _mpp_dbg(mpi_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_debug.h | 26 #define hal_vp9d_dbg(flag, fmt, ...) _mpp_dbg(hal_vp9d_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/codec/enc/vp8/ |
| H A D | vp8e_debug.h | 27 #define VP8E_DBG(flag, fmt, ...) _mpp_dbg(vp8e_rc_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/codec/enc/jpeg/ |
| H A D | jpege_debug.h | 27 #define jpege_dbg(flag, fmt, ...) _mpp_dbg(jpege_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/hal/vpu/vp8e/ |
| H A D | hal_vp8e_debug.h | 28 #define VP8E_DBG(flag, fmt, ...) _mpp_dbg(vp8e_hal_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/vproc/vdpp/ |
| H A D | hwpq_debug.h | 17 #define HWPQ_VDPP_DBG(flag, fmt, ...) _mpp_dbg(hwpq_vdpp_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec_debug.h | 29 #define mpp_dec_dbg(flag, fmt, ...) _mpp_dbg(mpp_dec_debug, flag, fmt, ## __VA_ARGS__)
|
| H A D | mpp_enc_debug.h | 34 #define mpp_enc_dbg(flag, fmt, ...) _mpp_dbg(mpp_enc_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/hal/common/jpeg/ |
| H A D | hal_jpege_debug.h | 28 #define hal_jpege_dbg(flag, fmt, ...) _mpp_dbg(hal_jpege_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/osal/driver/inc/ |
| H A D | mpp_device_debug.h | 19 #define mpp_dev_dbg(flag, fmt, ...) _mpp_dbg(mpp_device_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/hal/common/h264/ |
| H A D | hal_h264e_debug.h | 34 #define hal_h264e_dbg(flag, fmt, ...) _mpp_dbg(hal_h264e_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/codec/rc/ |
| H A D | rc_debug.h | 33 #define rc_dbg(flag, fmt, ...) _mpp_dbg(rc_debug, flag, fmt, ## __VA_ARGS__)
|
| H A D | rc_base.c | 25 #define mpp_rc_dbg(flag, fmt, ...) _mpp_dbg(mpp_rc_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/vproc/rga/ |
| H A D | rga.c | 26 #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 D | h264e_debug.h | 36 #define h264e_dbg(flag, fmt, ...) _mpp_dbg(h264e_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_codec.h | 49 #define h265e_dbg(flag, fmt, ...) _mpp_dbg(h265e_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/hal/common/h265/ |
| H A D | hal_h265e_debug.h | 40 #define hal_h265e_dbg(flag, fmt, ...) _mpp_dbg(hal_h265e_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/vproc/inc/ |
| H A D | iep_common.h | 26 #define iep_dbg(flag, fmt, ...) _mpp_dbg(iep_debug, flag, "iep:" fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.h | 35 #define vpu_api_dbg(flag, fmt, ...) _mpp_dbg(vpu_api_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/common/ |
| H A D | jpegd_syntax.h | 57 #define jpegd_dbg(flag, fmt, ...) _mpp_dbg(jpegd_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/osal/test/ |
| H A D | mpp_thread_test.c | 24 #define thread_dbg(fmt, ...) _mpp_dbg(thread_debug, 1, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_buffer_impl.h | 22 #define mpp_buf_dbg(flag, fmt, ...) _mpp_dbg(mpp_buffer_debug, flag, fmt, ## __VA_ARGS__)
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_cfg.c | 17 #define mpp_cfg_dbg(flag, fmt, ...) _mpp_dbg(mpp_cfg_debug, flag, fmt, ## __VA_ARGS__)
|