Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 25 of 177) sorted by relevance

12345678

/rockchip-linux_mpp/kmpp/base/test/
H A Dkmpp_obj_test.c21 if (flag & TEST_DETAIL) \
27 rk_u32 flag; member
28 rk_s32 (*func)(const char *name, rk_u32 flag);
31 static rk_s32 kmpp_obj_std_test(const char *name, rk_u32 flag) in kmpp_obj_std_test() argument
43 if (flag & TEST_DEF_DUMP) in kmpp_obj_std_test()
52 if (flag & TEST_OBJ_UDUMP) in kmpp_obj_std_test()
54 if (flag & TEST_OBJ_KDUMP) 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() argument
82 if (flag & TEST_OBJ_UDUMP) in kmpp_obj_by_name_test()
84 if (flag & TEST_OBJ_KDUMP) in kmpp_obj_by_name_test()
[all …]
/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/iep2/
H A Diep2_pd.c205 int flag = PD_COMP_FLAG_CC; in iep2_pd_get_output() local
212 flag = PD_COMP_FLAG_NC; in iep2_pd_get_output()
215 flag = PD_COMP_FLAG_NON; in iep2_pd_get_output()
222 flag = PD_COMP_FLAG_CN; in iep2_pd_get_output()
225 flag = PD_COMP_FLAG_NON; in iep2_pd_get_output()
232 flag = PD_COMP_FLAG_NON; in iep2_pd_get_output()
240 flag = PD_COMP_FLAG_CN; in iep2_pd_get_output()
243 flag = PD_COMP_FLAG_NON; in iep2_pd_get_output()
255 pd_inf->step, pd_inf->i, PD_COMP_STRING[flag]); in iep2_pd_get_output()
257 return flag; in iep2_pd_get_output()
/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
/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/codec/dec/av1/
H A Dav1d_cbs.c330 #define flag(name) fb(1, name) macro
417 flag(obu_extension_flag); in mpp_av1_read_obu_header()
418 flag(obu_has_size_field); in mpp_av1_read_obu_header()
473 flag(high_bitdepth); in mpp_av1_color_config()
477 flag(twelve_bit); in mpp_av1_color_config()
486 flag(mono_chrome); in mpp_av1_color_config()
489 flag(color_description_present_flag); in mpp_av1_color_config()
504 flag(color_range); in mpp_av1_color_config()
517 flag(separate_uv_delta_q); in mpp_av1_color_config()
520 flag(color_range); in mpp_av1_color_config()
[all …]
/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/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/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/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
/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/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/test/
H A Dmpp_event_trigger.c29 RK_S32 flag; member
79 ctx->flag = 0; in event_init()
137 if (ctx->flag) in event_notify()
157 if (!ctx->flag) in event_trigger_thread()
176 if (!ctx->flag) in event_trigger_thread()
206 ctx->flag = 1; in event_ctx_create()
219 if (ictx->flag) { in event_ctx_release()
220 ictx->flag = 0; in event_ctx_release()
/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/legacy/
H A Dvpu.c86 mpp_req.flag = 0; in vpu_api_set_client_type()
209 reqs[0].flag = 0; in VPUClientSendReg()
213 reqs[0].flag |= VPU_MPP_FLAGS_MULTI_MSG; in VPUClientSendReg()
216 reqs[1].flag = 0; in VPUClientSendReg()
224 reqs[2].flag = 0; in VPUClientSendReg()
231 reqs[1].flag |= VPU_MPP_FLAGS_MULTI_MSG; in VPUClientSendReg()
232 reqs[2].flag |= VPU_MPP_FLAGS_LAST_MSG; in VPUClientSendReg()
236 reqs[1].flag |= VPU_MPP_FLAGS_LAST_MSG; in VPUClientSendReg()
289 mpp_req.flag = 0; in VPUClientWaitResult()
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/hal/common/
H A Dhal_info.c66 MPP_RET hal_info_set(HalInfo ctx, RK_U32 type, RK_U32 flag, RK_U64 data) in hal_info_set() argument
73 if (flag <= CODEC_INFO_FLAG_NULL || flag >= CODEC_INFO_FLAG_BUTT) { in hal_info_set()
74 mpp_err_f("found invalid flag %d\n", flag); in hal_info_set()
110 if (elems->type != type || elems->flag != flag || elems->data != data) { in hal_info_set()
113 elems->flag = flag; in hal_info_set()
/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__) argument
27 #define iep_dbg_f(flag, fmt, ...) _mpp_dbg_f(iep_debug, flag, fmt, ## __VA_ARGS__) argument
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_obj_helper.h65 #define ENTRY_TO_TRIE(prefix, ftype, type, name, flag, ...) \ argument
71 .tbl.flag_offset = FLAG_TYPE_TO_OFFSET(name, flag, #flag), \
87 #define ENTRY_TO_TRIE(prefix, ftype, type, name, flag, ...) \ argument
93 .tbl.flag_offset = FLAG_TYPE_TO_OFFSET(name, flag, #flag), \
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
[all …]

12345678