Re: [PATCH v2] media: vicodec: add support for CROP selection in the encoder

2018-12-20 Thread Hans Verkuil
On 12/20/18 3:56 PM, Dafna Hirschfeld wrote: > On Thu, Dec 20, 2018 at 12:20 PM Hans Verkuil wrote: >> >> On 12/19/18 1:18 PM, Dafna Hirschfeld wrote: >>> Add support for the selection api for the crop target in the encoder. >>> The driver rounds up the coded width and height such that >>> all pla

Re: [PATCH v2] media: vicodec: add support for CROP selection in the encoder

2018-12-20 Thread Dafna Hirschfeld
On Thu, Dec 20, 2018 at 12:20 PM Hans Verkuil wrote: > > On 12/19/18 1:18 PM, Dafna Hirschfeld wrote: > > Add support for the selection api for the crop target in the encoder. > > The driver rounds up the coded width and height such that > > all planes dimensions are multiple of 8. > > > > Signed-

Re: [PATCH v2] media: vicodec: add support for CROP selection in the encoder

2018-12-20 Thread Hans Verkuil
On 12/19/18 1:18 PM, Dafna Hirschfeld wrote: > Add support for the selection api for the crop target in the encoder. > The driver rounds up the coded width and height such that > all planes dimensions are multiple of 8. > > Signed-off-by: Dafna Hirschfeld > --- > Changes from v1: > Renaming field

[PATCH v2] media: vicodec: add support for CROP selection in the encoder

2018-12-19 Thread Dafna Hirschfeld
Add support for the selection api for the crop target in the encoder. The driver rounds up the coded width and height such that all planes dimensions are multiple of 8. Signed-off-by: Dafna Hirschfeld --- Changes from v1: Renaming fields to be more descriptive. Setting default values to g_selecti