Home
last modified time | relevance | path

Searched refs:in_type (Results 1 – 7 of 7) sorted by relevance

/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_obj_func.h86 #define IOCTL_IN_(prefix, func, in_type, ...) \ argument
87 rk_s32 CONCAT_US(prefix, func)(KMPP_OBJ_INTF_TYPE ctx, in_type in);
92 #define IOCTL_IO_(prefix, func, in_type, out_type, ...) \ argument
93 rk_s32 CONCAT_US(prefix, func)(KMPP_OBJ_INTF_TYPE ctx, in_type in, out_type *out);
H A Dkmpp_obj_helper.h536 #define IOCTL_IN_(prefix, func, in_type, ...) \ argument
537 rk_s32 CONCAT_US(prefix, func)(KMPP_OBJ_INTF_TYPE ctx, in_type in) \
578 #define IOCTL_IO_(prefix, func, in_type, out_type, ...) \ argument
579 rk_s32 CONCAT_US(prefix, func)(KMPP_OBJ_INTF_TYPE ctx, in_type in, out_type *out) \
/rockchip-linux_mpp/mpp/base/
H A Dmpp_dec_cfg.c99 #define DEC_CFG_SET_ACCESS(func_name, in_type, cfg_type) \ argument
100 MPP_RET func_name(MppDecCfg cfg, const char *name, in_type val) \
116 #define DEC_CFG_GET_ACCESS(func_name, in_type, cfg_type) \ argument
117 MPP_RET func_name(MppDecCfg cfg, const char *name, in_type *val) \
H A Dmpp_dec_hdr_meta.c31 void fill_hdr_meta_to_frame(MppFrame frame, MppCodingType in_type) in fill_hdr_meta_to_frame() argument
82 switch (in_type) { in fill_hdr_meta_to_frame()
H A Dmpp_sys_cfg.c64 #define EXPAND_AS_TRIE(base, name, cfg_type, in_type, flag, field_change, field_data) \ argument
630 #define MPP_CFG_SET_ACCESS(func_name, in_type, cfg_type) \ argument
631 MPP_RET func_name(MppSysCfg cfg, const char *name, in_type val) \
666 #define MPP_CFG_GET_ACCESS(func_name, in_type, cfg_type) \ argument
667 MPP_RET func_name(MppSysCfg cfg, const char *name, in_type *val) \
H A Dmpp_enc_cfg.c395 #define ENC_CFG_SET_ACCESS(func_name, in_type, cfg_type) \ argument
396 MPP_RET func_name(MppEncCfg cfg, const char *name, in_type val) \
421 #define ENC_CFG_GET_ACCESS(func_name, in_type, cfg_type) \ argument
422 MPP_RET func_name(MppEncCfg cfg, const char *name, in_type *val) \
/rockchip-linux_mpp/inc/
H A Drk_hdr_meta_com.h120 void fill_hdr_meta_to_frame(MppFrame frame, MppCodingType in_type);