[Libva] [PATCH 6/8 965 driver] add NV12->YV12 conversion support
Xiang, Haihao
haihao.xiang at intel.com
Tue Jun 26 01:33:20 PDT 2012
On Tue, 2012-06-26 at 10:00 +0200, Gwenole Beauchesne wrote:
> Hi,
>
> 2012/6/26 Zhao Halley <halley.zhao at intel.com>:
>
> > } else if (fourcc == VA_FOURCC('I', 'M', 'C', '1') ||
> > - fourcc == VA_FOURCC('I', 'M', 'C', '3')) {
> > + fourcc == VA_FOURCC('I', 'M', 'C', '3') ||
> > + fourcc == VA_FOURCC('Y', 'V', '1', '2') ) {
> > i965_post_processing_internal(ctx, i965->pp_context,
> > src_surface,
> > src_rect,
>
> I420 should also be possible.
and I420/YV12->I420/YV12 as well.
>
> Thanks,
> Gwenole.
> _______________________________________________
> Libva mailing list
> Libva at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libva
More information about the Libva
mailing list