| /rockchip-linux_mpp/kmpp/base/test/ |
| H A D | kmpp_obj_test.c | 27 rk_u32 flag; member 31 static rk_s32 kmpp_obj_std_test(const char *name, rk_u32 flag) in kmpp_obj_std_test() 71 static rk_s32 kmpp_obj_by_name_test(const char *name, rk_u32 flag) in kmpp_obj_by_name_test() 101 static rk_s32 kmpp_buffer_test(const char *name, rk_u32 flag) in kmpp_buffer_test() 237 static rk_s32 kmpp_shm_test(const char *name, rk_u32 flag) in kmpp_shm_test() 334 rk_u32 flag = obj_tests[i].flag; in main() local
|
| /rockchip-linux_mpp/kmpp/base/inc/ |
| H A D | kmpp_obj_helper.h | 65 #define ENTRY_TO_TRIE(prefix, ftype, type, name, flag, ...) \ argument 87 #define ENTRY_TO_TRIE(prefix, ftype, type, name, flag, ...) \ argument 100 #define ENTRY_TO_TRIE(prefix, ftype, type, name, flag, ...) argument 104 #define VAL_ENTRY_TBL(prefix, ftype, type, name, flag, ...) \ argument 107 #define VAL_HOOK_IDX(prefix, ftype, type, name, flag, ...) \ argument 111 #define ENTRY_QUERY(prefix, ftype, type, name, flag, ...) \ argument 116 #define HOOK_QUERY(prefix, ftype, type, name, flag, ...) \ argument 125 #define ENTRY_TO_FUNC(prefix, ftype, type, name, flag, ...) \ argument 152 #define STRUCT_TO_FUNC(prefix, ftype, type, name, flag, ...) \ argument 181 #define ENTRY_TO_FUNC(prefix, ftype, type, name, flag, ...) \ argument [all …]
|
| H A D | kmpp_obj_func.h | 47 #define ENTRY_DECLARE(prefix, ftype, type, name, flag, ...) \ argument 52 #define STRCT_DECLARE(prefix, ftype, type, name, flag, ...) \ argument 57 #define ALIAS_DECLARE(prefix, ftype, type, name, flag, ...) argument
|
| /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__) argument 26 #define _mpp_dbg_f(debug, flag, fmt, ...) mpp_log_cf((debug) & (flag), fmt, ## __VA_ARGS__) argument 28 #define mpp_dbg(flag, fmt, ...) _mpp_dbg(mpp_debug, flag, fmt, ## __VA_ARGS__) argument 29 #define mpp_dbg_f(flag, fmt, ...) _mpp_dbg_f(mpp_debug, flag, fmt, ## __VA_ARGS__) argument
|
| /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__) argument 18 #define HWPQ_VDPP_DBG_F(flag, fmt, ...) _mpp_dbg_f(hwpq_vdpp_debug, flag, fmt, ## __VA_ARGS__) argument
|
| /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__) argument 27 #define hal_vp9d_dbg_f(flag, fmt, ...) _mpp_dbg_f(hal_vp9d_debug, flag, fmt, ## __VA_ARGS__) argument
|
| /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__) argument 29 #define VP8E_DBG_F(flag, fmt, ...) _mpp_dbg_f(vp8e_hal_debug, flag, fmt, ## __VA_ARGS__) argument
|
| /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__) argument 25 #define mpi_dbg_f(flag, fmt, ...) _mpp_dbg_f(mpi_debug, flag, fmt, ## __VA_ARGS__) argument
|
| H A D | mpp_internal.h | 159 EntryValFlag flag : 4; member 166 EntryValFlag flag : 4; member 172 EntryLocTblFlag flag : 4; member
|
| /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__) argument 28 #define VP8E_DBG_F(flag, fmt, ...) _mpp_dbg_f(vp8e_rc_debug, flag, fmt, ## __VA_ARGS__) argument
|
| /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__) argument 28 #define jpege_dbg_f(flag, fmt, ...) _mpp_dbg_f(jpege_debug, flag, fmt, ## __VA_ARGS__) argument
|
| /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__) argument 30 #define mpp_dec_dbg_f(flag, fmt, ...) _mpp_dbg_f(mpp_dec_debug, flag, fmt, ## __VA_ARGS__) argument
|
| H A D | mpp_enc_debug.h | 34 #define mpp_enc_dbg(flag, fmt, ...) _mpp_dbg(mpp_enc_debug, flag, fmt, ## __VA_ARGS__) argument 35 #define mpp_enc_dbg_f(flag, fmt, ...) _mpp_dbg_f(mpp_enc_debug, flag, fmt, ## __VA_ARGS__) argument
|
| /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__) argument 29 #define hal_jpege_dbg_f(flag, fmt, ...) _mpp_dbg_f(hal_jpege_debug, flag, fmt, ## __VA_ARGS__) argument
|
| /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__) argument 20 #define mpp_dev_dbg_f(flag, fmt, ...) _mpp_dbg_f(mpp_device_debug, flag, fmt, ## __VA_ARGS__) argument
|
| /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__) argument 35 #define hal_h264e_dbg_f(flag, fmt, ...) _mpp_dbg_f(hal_h264e_debug, flag, fmt, ## __VA_ARGS__) argument
|
| /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__) argument 34 #define rc_dbg_f(flag, fmt, ...) _mpp_dbg_f(rc_debug, flag, fmt, ## __VA_ARGS__) argument
|
| H A D | rc_base.c | 25 #define mpp_rc_dbg(flag, fmt, ...) _mpp_dbg(mpp_rc_debug, flag, fmt, ## __VA_ARGS__) argument 26 #define mpp_rc_dbg_f(flag, fmt, ...) _mpp_dbg_f(mpp_rc_debug, flag, fmt, ## __VA_ARGS__) argument
|
| /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__) argument 36 #define vpu_api_dbg_f(flag, fmt, ...) _mpp_dbg_f(vpu_api_debug, flag, fmt, ## __VA_ARGS__) argument
|
| /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__) argument 37 #define h264e_dbg_f(flag, fmt, ...) _mpp_dbg_f(h264e_debug, flag, fmt, ## __VA_ARGS__) argument
|
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | allocator_dma_heap.c | 45 #define dma_heap_dbg(flag, fmt, ...) _mpp_dbg(dma_heap_debug, flag, fmt, ## __VA_ARGS__) argument 46 #define dma_heap_dbg_f(flag, fmt, ...) _mpp_dbg_f(dma_heap_debug, flag, fmt, ## __VA_ARGS__) argument 90 static MPP_RET try_flip_flag(RK_U32 orig, RK_U32 flag) in try_flip_flag()
|
| /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__) argument 41 #define hal_h265e_dbg_f(flag, fmt, ...) _mpp_dbg_f(hal_h265e_debug, flag, fmt, ## __VA_ARGS__) argument
|
| /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__) argument
|
| /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__) argument 50 #define h265e_dbg_f(flag, fmt, ...) _mpp_dbg_f(h265e_debug, flag, fmt, ## __VA_ARGS__) argument
|
| /rockchip-linux_mpp/mpp/hal/common/ |
| H A D | hal_bufs.c | 29 #define hal_bufs_dbg(flag, fmt, ...) _mpp_dbg(hal_bufs_debug, flag, fmt, ## __VA_ARGS__) argument 30 #define hal_bufs_dbg_f(flag, fmt, ...) _mpp_dbg_f(hal_bufs_debug, flag, fmt, ## __VA_ARGS__) argument
|