Re: [PATCH 3/4] v4l: vsp1: Calculate partition sizes at stream start.

2017-05-08 Thread Kieran Bingham
Hi Laurent, Thanks for the review, V2 to be posted after testing. On 13/02/17 21:21, Laurent Pinchart wrote: > Hi Kieran, > > Thank you for the patch. > > On Friday 04 Nov 2016 18:19:29 Kieran Bingham wrote: >> Previously the active window and partition sizes for each partition is > > s/is/we

Re: [PATCH 3/4] v4l: vsp1: Calculate partition sizes at stream start.

2017-02-13 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Friday 04 Nov 2016 18:19:29 Kieran Bingham wrote: > Previously the active window and partition sizes for each partition is s/is/were/ > calculated for each partition every frame. This data is constant and > only needs to be calculated once at the start of

[PATCH 3/4] v4l: vsp1: Calculate partition sizes at stream start.

2016-11-04 Thread Kieran Bingham
Previously the active window and partition sizes for each partition is calculated for each partition every frame. This data is constant and only needs to be calculated once at the start of the stream. Extend the vsp1_pipe object to store the maximum number of partitions possible and pre-calculate