| commit | 0c3b6ad6a559391f367879fd4be6d2d85625bd5a | [log] [tgz] |
|---|---|---|
| author | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | Tue Nov 01 15:01:02 2016 +0000 |
| committer | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | Mon Jan 09 15:48:59 2017 +0000 |
| tree | dfd7a47a3c5fd3929515a8b6234eb572b53f8b43 | |
| parent | f2caf1c1b5039efc7d3fadfeb3d5726bf15fbbbf [diff] |
v4l: vsp1: Remove redundant context variables The vsp1_pipe object context variables for div_size and current_partition allowed state to be maintained through processing the partitions during processing. Now that the partition tables are calculated during stream on, there is no requirement to store these variables in the pipe object. Utilise local variables for the processing as required. Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>