Re: [PATCH v2] media: venus: add support for selection rectangles

2018-11-12 Thread Alexandre Courbot
On Fri, Nov 9, 2018 at 7:31 PM Tomasz Figa wrote: > > Hi Malathi, > > On Fri, Nov 9, 2018 at 6:20 PM wrote: > > > > On 2018-11-09 07:56, Tomasz Figa wrote: > > > Hi Malathi, > > > > > > On Fri, Nov 9, 2018 at 4:39 PM Malathi Gottam > > > wrote: > > >> > > >> Handles target type crop by setting t

Re: [PATCH v2] media: venus: add support for selection rectangles

2018-11-09 Thread Tomasz Figa
Hi Malathi, On Fri, Nov 9, 2018 at 6:20 PM wrote: > > On 2018-11-09 07:56, Tomasz Figa wrote: > > Hi Malathi, > > > > On Fri, Nov 9, 2018 at 4:39 PM Malathi Gottam > > wrote: > >> > >> Handles target type crop by setting the new active rectangle > >> to hardware. The new rectangle should be with

Re: [PATCH v2] media: venus: add support for selection rectangles

2018-11-09 Thread mgottam
On 2018-11-09 07:56, Tomasz Figa wrote: Hi Malathi, On Fri, Nov 9, 2018 at 4:39 PM Malathi Gottam wrote: Handles target type crop by setting the new active rectangle to hardware. The new rectangle should be within YUV size. Signed-off-by: Malathi Gottam --- drivers/media/platform/qcom/ven

Re: [PATCH v2] media: venus: add support for selection rectangles

2018-11-08 Thread Tomasz Figa
Hi Malathi, On Fri, Nov 9, 2018 at 4:39 PM Malathi Gottam wrote: > > Handles target type crop by setting the new active rectangle > to hardware. The new rectangle should be within YUV size. > > Signed-off-by: Malathi Gottam > --- > drivers/media/platform/qcom/venus/venc.c | 26 +

[PATCH v2] media: venus: add support for selection rectangles

2018-11-08 Thread Malathi Gottam
Handles target type crop by setting the new active rectangle to hardware. The new rectangle should be within YUV size. Signed-off-by: Malathi Gottam --- drivers/media/platform/qcom/venus/venc.c | 26 ++ 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/driver