Lines Matching +full:partition +full:-
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * vsp1_pipe.h -- R-Car VSP1 Pipeline
5 * Copyright (C) 2013-2015 Renesas Electronics Corporation
17 #include <media/media-entity.h>
23 * struct vsp1_format_info - VSP1 video format description
57 * struct vsp1_partition_window - Partition window coordinates
58 * @left: horizontal coordinate of the partition start in pixels relative to the
60 * @width: partition width in pixels
68 * struct vsp1_partition - A description of a slice for the partition algorithm
69 * @rpf: The RPF partition window configuration
70 * @uds_sink: The UDS input partition window configuration
71 * @uds_source: The UDS output partition window configuration
72 * @sru: The SRU partition window configuration
73 * @wpf: The WPF partition window configuration
84 * struct vsp1_pipeline - A VSP1 hardware pipeline
109 * @partition: The current partition for configuration to process
110 * @part_table: The pre-calculated partitions used by the pipeline
139 * in the pipeline, as it is assumed by the partition algorithm that we
149 struct vsp1_partition *partition; member
170 struct vsp1_partition *partition,