Re: [PATCH] media: vicodec: add support for CROP selection

2018-12-18 Thread Hans Verkuil
On 12/17/18 6:23 PM, Dafna Hirschfeld wrote: > > > On Sun, Dec 16, 2018 at 2:24 PM Hans Verkuil > wrote: > > On 12/15/18 12:54 PM, Dafna Hirschfeld wrote: > > Add support for the selection api for the crop target. > > Mention that this is added for the en

Fwd: [PATCH] media: vicodec: add support for CROP selection

2018-12-17 Thread Dafna Hirschfeld
-- Forwarded message - From: Dafna Hirschfeld Date: Mon, Dec 17, 2018 at 7:23 PM Subject: Re: [PATCH] media: vicodec: add support for CROP selection To: Hans Verkuil Cc: Linux Media Mailing List , On Sun, Dec 16, 2018 at 2:24 PM Hans Verkuil wrote: > > On 12/15/18 12

Re: [PATCH] media: vicodec: add support for CROP selection

2018-12-16 Thread Hans Verkuil
On 12/15/18 12:54 PM, Dafna Hirschfeld wrote: > Add support for the selection api for the crop target. Mention that this is added for the encoder only. > The driver rounds up the width and height such that > all planes dimesnsions are multiple of 8. dimesnsions -> dimensions > The userspace cli

[PATCH] media: vicodec: add support for CROP selection

2018-12-15 Thread Dafna Hirschfeld
Add support for the selection api for the crop target. The driver rounds up the width and height such that all planes dimesnsions are multiple of 8. The userspace client should also read and write the raw frames according the padding. Signed-off-by: Dafna Hirschfeld --- drivers/media/platform/vi