Re: [PATCH v4 12/21] camss: vfe: Format conversion support using PIX interface

2017-09-11 Thread Geert Uytterhoeven
Hi Todor, On Mon, Sep 11, 2017 at 8:56 AM, Todor Tomov wrote: > On 10.09.2017 12:58, Geert Uytterhoeven wrote: >> On Tue, Aug 8, 2017 at 3:30 PM, Todor Tomov wrote: >>> Use VFE PIX input interface and do format conversion in VFE. >>> >>> Supported

Re: [PATCH v4 12/21] camss: vfe: Format conversion support using PIX interface

2017-09-11 Thread Geert Uytterhoeven
Hi Todor, On Mon, Sep 11, 2017 at 8:56 AM, Todor Tomov wrote: > On 10.09.2017 12:58, Geert Uytterhoeven wrote: >> On Tue, Aug 8, 2017 at 3:30 PM, Todor Tomov wrote: >>> Use VFE PIX input interface and do format conversion in VFE. >>> >>> Supported input format is UYVY (single plane YUV 4:2:2)

Re: [PATCH v4 12/21] camss: vfe: Format conversion support using PIX interface

2017-09-11 Thread Todor Tomov
Hi Geert, On 10.09.2017 12:58, Geert Uytterhoeven wrote: > Hi Todor, > > On Tue, Aug 8, 2017 at 3:30 PM, Todor Tomov wrote: >> Use VFE PIX input interface and do format conversion in VFE. >> >> Supported input format is UYVY (single plane YUV 4:2:2) and >> its different

Re: [PATCH v4 12/21] camss: vfe: Format conversion support using PIX interface

2017-09-11 Thread Todor Tomov
Hi Geert, On 10.09.2017 12:58, Geert Uytterhoeven wrote: > Hi Todor, > > On Tue, Aug 8, 2017 at 3:30 PM, Todor Tomov wrote: >> Use VFE PIX input interface and do format conversion in VFE. >> >> Supported input format is UYVY (single plane YUV 4:2:2) and >> its different sample order variations.

Re: [PATCH v4 12/21] camss: vfe: Format conversion support using PIX interface

2017-09-10 Thread Geert Uytterhoeven
Hi Todor, On Tue, Aug 8, 2017 at 3:30 PM, Todor Tomov wrote: > Use VFE PIX input interface and do format conversion in VFE. > > Supported input format is UYVY (single plane YUV 4:2:2) and > its different sample order variations. > > Supported output formats are: > -

Re: [PATCH v4 12/21] camss: vfe: Format conversion support using PIX interface

2017-09-10 Thread Geert Uytterhoeven
Hi Todor, On Tue, Aug 8, 2017 at 3:30 PM, Todor Tomov wrote: > Use VFE PIX input interface and do format conversion in VFE. > > Supported input format is UYVY (single plane YUV 4:2:2) and > its different sample order variations. > > Supported output formats are: > - NV12/NV21 (two plane YUV

[PATCH v4 12/21] camss: vfe: Format conversion support using PIX interface

2017-08-08 Thread Todor Tomov
Use VFE PIX input interface and do format conversion in VFE. Supported input format is UYVY (single plane YUV 4:2:2) and its different sample order variations. Supported output formats are: - NV12/NV21 (two plane YUV 4:2:0) - NV16/NV61 (two plane YUV 4:2:2) Signed-off-by: Todor Tomov

[PATCH v4 12/21] camss: vfe: Format conversion support using PIX interface

2017-08-08 Thread Todor Tomov
Use VFE PIX input interface and do format conversion in VFE. Supported input format is UYVY (single plane YUV 4:2:2) and its different sample order variations. Supported output formats are: - NV12/NV21 (two plane YUV 4:2:0) - NV16/NV61 (two plane YUV 4:2:2) Signed-off-by: Todor Tomov ---