Searched defs:vpe_build_param (Results 1 – 2 of 2) sorted by relevance
602 struct vpe_build_param { struct604 uint32_t num_streams;605 struct vpe_stream *streams;608 struct vpe_surface_info dst_surface;609 …ct vpe_rect target_rect; /**< rectangle in target surface to be blt'd. Ranges out of rect611 struct vpe_color bg_color;612 enum vpe_alpha_mode alpha_mode;613 struct vpe_hdr_metadata hdr_metadata;614 struct vpe_reserved_param dst_reserved_param;617 struct {[all …]
70 struct vpe_build_param *vpe_build_param; member