| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_debug.h | 36 #define _mpp_dbg(debug, flag, fmt, ...) mpp_log_c((debug) & (flag), fmt, ## __VA_ARGS__) macro 39 #define mpp_dbg(flag, fmt, ...) _mpp_dbg(mpp_debug, flag, fmt, ## __VA_ARGS__)
|
| /OK3568_Linux_fs/external/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__)
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/rga/ |
| H A D | rga.cpp | 38 #define rga_dbg(flag, fmt, ...) _mpp_dbg(rga_debug, flag, fmt, ## __VA_ARGS__) 40 #define rga_dbg_copy(fmt, ...) _mpp_dbg(rga_debug, RGB_DBG_COPY, fmt, ## __VA_ARGS__) 41 #define rga_dbg_dup(fmt, ...) _mpp_dbg(rga_debug, RGB_DBG_COPY, fmt, ## __VA_ARGS__)
|
| /OK3568_Linux_fs/external/mpp/mpp/inc/ |
| H A D | mpi_impl.h | 24 #define mpi_dbg(flag, fmt, ...) _mpp_dbg(mpi_debug, flag, fmt, ## __VA_ARGS__)
|
| /OK3568_Linux_fs/external/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__)
|
| /OK3568_Linux_fs/external/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__)
|
| /OK3568_Linux_fs/external/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__)
|
| /OK3568_Linux_fs/external/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__)
|
| /OK3568_Linux_fs/external/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 | 33 #define mpp_enc_dbg(flag, fmt, ...) _mpp_dbg(mpp_enc_debug, flag, fmt, ## __VA_ARGS__)
|
| H A D | mpp_rc.cpp | 35 #define mpp_rc_dbg(flag, fmt, ...) _mpp_dbg(mpp_rc_debug, flag, fmt, ## __VA_ARGS__)
|
| /OK3568_Linux_fs/external/mpp/osal/driver/inc/ |
| H A D | mpp_device_debug.h | 29 #define mpp_dev_dbg(flag, fmt, ...) _mpp_dbg(mpp_device_debug, flag, fmt, ## __VA_ARGS__)
|
| /OK3568_Linux_fs/external/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__)
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/h264/ |
| H A D | hal_h264e_debug.h | 33 #define hal_h264e_dbg(flag, fmt, ...) _mpp_dbg(hal_h264e_debug, flag, fmt, ## __VA_ARGS__)
|
| /OK3568_Linux_fs/external/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.cpp | 35 #define mpp_rc_dbg(flag, fmt, ...) _mpp_dbg(mpp_rc_debug, flag, fmt, ## __VA_ARGS__)
|
| /OK3568_Linux_fs/external/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__)
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/h265/ |
| H A D | hal_h265e_debug.h | 39 #define hal_h265e_dbg(flag, fmt, ...) _mpp_dbg(hal_h265e_debug, flag, fmt, ## __VA_ARGS__)
|
| /OK3568_Linux_fs/external/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__)
|
| /OK3568_Linux_fs/external/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__)
|
| /OK3568_Linux_fs/external/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__)
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_thread.cpp | 29 #define thread_dbg(flag, fmt, ...) _mpp_dbg(thread_debug, flag, fmt, ## __VA_ARGS__)
|
| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | jpegd_syntax.h | 57 #define jpegd_dbg(flag, fmt, ...) _mpp_dbg(jpegd_debug, flag, fmt, ## __VA_ARGS__)
|
| /OK3568_Linux_fs/external/mpp/osal/test/ |
| H A D | mpp_thread_test.c | 35 #define thread_dbg(fmt, ...) _mpp_dbg(thread_debug, 1, fmt, ## __VA_ARGS__)
|
| /OK3568_Linux_fs/external/mpp/mpp/base/inc/ |
| H A D | mpp_buffer_impl.h | 32 #define mpp_buf_dbg(flag, fmt, ...) _mpp_dbg(mpp_buffer_debug, flag, fmt, ## __VA_ARGS__)
|