Hi,

2012/8/15 Ratin <rat...@gmail.com>:
> Is it possible to dump the decoded bitstream in BGRA from the VA
> Surfaces when using the Intel Sandybridge GPU?

If you don't mind about performance, the worst case scenario is to use
vaPutSurface() to a Pixmap, and then XGetImage() pixel data from it.
This method works for all versions of libva + VA driver that supports
vaPutSurface() to a Pixmap.

The best case scenario is to use the libva "staging" branch + Halley's
patches to support vaGetImage() in RGBA/BGRA format.

Regards,
Gwenole.
_______________________________________________
Libva mailing list
Libva@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libva

Reply via email to