Home
last modified time | relevance | path

Searched refs:out_type (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_obj_func.h89 #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 Dkmpp_obj_helper.h557 #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) \