Searched refs:base_type (Results 1 – 2 of 2) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_cfg.c | 78 #define MPP_CFG_ACCESS(type, base_type) \ argument 79 MPP_RET mpp_cfg_set_##type(MppCfgInfo *info, void *cfg, base_type val) \ 81 base_type *dst = CFG_TO_##type##_PTR(info, cfg); \ 82 base_type old = dst[0]; \ 97 MPP_RET mpp_cfg_get_##type(MppCfgInfo *info, void *cfg, base_type *val) \ 100 base_type *src = CFG_TO_##type##_PTR(info, cfg); \
|
| /rockchip-linux_mpp/kmpp/base/ |
| H A D | kmpp_obj.c | 222 #define MPP_OBJ_ACCESS_IMPL(type, base_type, log_str) \ argument 223 rk_s32 kmpp_obj_impl_set_##type(KmppEntry *tbl, void *entry, base_type val) \ 225 base_type *dst = ENTRY_TO_##type##_PTR(tbl, entry); \ 226 base_type old = dst[0]; \ 241 rk_s32 kmpp_obj_impl_get_##type(KmppEntry *tbl, void *entry, base_type *val) \ 244 base_type *src = ENTRY_TO_##type##_PTR(tbl, entry); \ 260 #define MPP_OBJ_STRUCT_ACCESS_IMPL(type, base_type, log_str) \ argument 261 rk_s32 kmpp_obj_impl_set_##type(KmppEntry *tbl, void *entry, base_type *val) \ 281 rk_s32 kmpp_obj_impl_get_##type(KmppEntry *tbl, void *entry, base_type *val) \ 1413 #define MPP_OBJ_ACCESS(type, base_type) \ argument [all …]
|