Re: [PATCH v5 03/11] media: uapi: h264: Add the concept of decoding mode

2019-08-14 Thread Ezequiel Garcia
On Wed, 2019-08-14 at 14:23 +0200, Paul Kocialkowski wrote: > Hi, > > On Mon 12 Aug 19, 16:35, Ezequiel Garcia wrote: > > From: Boris Brezillon > > > > Some stateless decoders don't support per-slice decoding granularity > > (or at least not in a way that would make them efficient or easy to use

Re: [PATCH v5 03/11] media: uapi: h264: Add the concept of decoding mode

2019-08-14 Thread Paul Kocialkowski
Hi, On Mon 12 Aug 19, 16:35, Ezequiel Garcia wrote: > From: Boris Brezillon > > Some stateless decoders don't support per-slice decoding granularity > (or at least not in a way that would make them efficient or easy to use). > > Expose a menu to control the supported decoding modes. Drivers are

Re: [PATCH v5 03/11] media: uapi: h264: Add the concept of decoding mode

2019-08-12 Thread Hans Verkuil
On 8/12/19 9:35 PM, Ezequiel Garcia wrote: > From: Boris Brezillon > > Some stateless decoders don't support per-slice decoding granularity > (or at least not in a way that would make them efficient or easy to use). > > Expose a menu to control the supported decoding modes. Drivers are > allowed