Re: [PATCH v2 08/14] media: uapi: h264: Drop SLICE_PARAMS 'size' field

2020-08-28 Thread Nicolas Dufresne
Le jeudi 20 août 2020 à 04:32 -0300, Ezequiel Garcia a écrit : > Hi Paul, > > On Wed, 2020-08-19 at 15:54 +0200, Paul Kocialkowski wrote: > > Hi, > > > > On Fri 07 Aug 20, 11:44, Ezequiel Garcia wrote: > > > On Thu, 2020-08-06 at 17:50 +0200, Paul Kocialkowski wrote: > > > > Hi, > > > > > > > >

Re: [PATCH v2 08/14] media: uapi: h264: Drop SLICE_PARAMS 'size' field

2020-08-20 Thread Ezequiel Garcia
Hi Paul, On Wed, 2020-08-19 at 15:54 +0200, Paul Kocialkowski wrote: > Hi, > > On Fri 07 Aug 20, 11:44, Ezequiel Garcia wrote: > > On Thu, 2020-08-06 at 17:50 +0200, Paul Kocialkowski wrote: > > > Hi, > > > > > > On Thu 06 Aug 20, 12:13, Ezequiel Garcia wrote: > > > > The SLICE_PARAMS control is

Re: [PATCH v2 08/14] media: uapi: h264: Drop SLICE_PARAMS 'size' field

2020-08-19 Thread Paul Kocialkowski
Hi, On Fri 07 Aug 20, 11:44, Ezequiel Garcia wrote: > On Thu, 2020-08-06 at 17:50 +0200, Paul Kocialkowski wrote: > > Hi, > > > > On Thu 06 Aug 20, 12:13, Ezequiel Garcia wrote: > > > The SLICE_PARAMS control is intended for slice-based > > > devices. In this mode, the OUTPUT buffer contains > >

Re: [PATCH v2 08/14] media: uapi: h264: Drop SLICE_PARAMS 'size' field

2020-08-07 Thread Ezequiel Garcia
On Thu, 2020-08-06 at 17:50 +0200, Paul Kocialkowski wrote: > Hi, > > On Thu 06 Aug 20, 12:13, Ezequiel Garcia wrote: > > The SLICE_PARAMS control is intended for slice-based > > devices. In this mode, the OUTPUT buffer contains > > a single slice, and so the buffer's plane payload size > > can be

[PATCH v2 08/14] media: uapi: h264: Drop SLICE_PARAMS 'size' field

2020-08-06 Thread Ezequiel Garcia
The SLICE_PARAMS control is intended for slice-based devices. In this mode, the OUTPUT buffer contains a single slice, and so the buffer's plane payload size can be used to query the slice size. To reduce the API surface drop the size from the SLICE_PARAMS control. A follow-up change will remove

Re: [PATCH v2 08/14] media: uapi: h264: Drop SLICE_PARAMS 'size' field

2020-08-06 Thread Paul Kocialkowski
Hi, On Thu 06 Aug 20, 12:13, Ezequiel Garcia wrote: > The SLICE_PARAMS control is intended for slice-based > devices. In this mode, the OUTPUT buffer contains > a single slice, and so the buffer's plane payload size > can be used to query the slice size. If we later extend the API for supporting