Re: [PATCH v3 1/2] media: v4l: Add definitions for the HEVC slice format and controls

2019-04-19 Thread Paul Kocialkowski
Hi, On Tue, 2019-04-02 at 13:51 +0200, Hans Verkuil wrote: > On 2/14/19 10:53 AM, Paul Kocialkowski wrote: [...] > > +.. c:type:: v4l2_hevc_dpb_entry > > + > > +.. cssclass:: longtable > > + > > +.. flat-table:: struct v4l2_hevc_dpb_entry > > +:header-rows: 0 > > +:stub-columns: 0 > > +

Re: [PATCH v3 1/2] media: v4l: Add definitions for the HEVC slice format and controls

2019-04-02 Thread Hans Verkuil
On 2/14/19 10:53 AM, Paul Kocialkowski wrote: > This introduces the required definitions for HEVC decoding support with > stateless VPUs. The controls associated to the HEVC slice format provide > the required meta-data for decoding slices extracted from the bitstream. > > This interface comes wit

[PATCH v3 1/2] media: v4l: Add definitions for the HEVC slice format and controls

2019-02-14 Thread Paul Kocialkowski
This introduces the required definitions for HEVC decoding support with stateless VPUs. The controls associated to the HEVC slice format provide the required meta-data for decoding slices extracted from the bitstream. This interface comes with the following limitations: * No custom quantization ma