Home
last modified time | relevance | path

Searched defs:flag (Results 1 – 25 of 87) sorted by relevance

1234

/rockchip-linux_mpp/kmpp/base/test/
H A Dkmpp_obj_test.c27 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 Dkmpp_obj_helper.h65 #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 Dkmpp_obj_func.h47 #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 Dmpp_debug.h25 #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 Dhwpq_debug.h17 #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 Dhal_vp9d_debug.h26 #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 Dhal_vp8e_debug.h28 #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 Dmpi_impl.h24 #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 Dmpp_internal.h159 EntryValFlag flag : 4; member
166 EntryValFlag flag : 4; member
172 EntryLocTblFlag flag : 4; member
/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__) 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 Djpege_debug.h27 #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 Dmpp_dec_debug.h29 #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 Dmpp_enc_debug.h34 #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 Dhal_jpege_debug.h28 #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 Dmpp_device_debug.h19 #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 Dhal_h264e_debug.h34 #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 Drc_debug.h33 #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 Drc_base.c25 #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 Dvpu_api_legacy.h35 #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 Dh264e_debug.h36 #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 Dallocator_dma_heap.c45 #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 Dhal_h265e_debug.h40 #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 Dhal_h265d_debug.h30 #define h265h_dbg(flag, fmt, ...) _mpp_dbg(hal_h265d_debug, flag, fmt, ## __VA_ARGS__) argument
/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__) 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 Dhal_bufs.c29 #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

1234