Searched refs:out_type (Results 1 – 2 of 2) sorted by relevance
| /rockchip-linux_mpp/kmpp/base/inc/ |
| H A D | kmpp_obj_func.h | 89 #define IOCTL_OUT(prefix, func, out_type, ...) \ argument 90 rk_s32 CONCAT_US(prefix, func)(KMPP_OBJ_INTF_TYPE ctx, out_type *out); 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 | 557 #define IOCTL_OUT(prefix, func, out_type, ...) \ argument 558 rk_s32 CONCAT_US(prefix, func)(KMPP_OBJ_INTF_TYPE ctx, out_type *out) \ 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) \
|