| /rockchip-linux_mpp/kmpp/base/inc/ |
| H A D | kmpp_obj_func.h | 86 #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 D | kmpp_obj_helper.h | 536 #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 D | mpp_dec_cfg.c | 99 #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 D | mpp_dec_hdr_meta.c | 31 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 D | mpp_sys_cfg.c | 64 #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 D | mpp_enc_cfg.c | 395 #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 D | rk_hdr_meta_com.h | 120 void fill_hdr_meta_to_frame(MppFrame frame, MppCodingType in_type);
|