[Libva] [PATCH 0/4] VAAPI/XV interface to output the sprite/overlay under X11.
Ung, Teng En
teng.en.ung at intel.com
Thu Sep 12 19:16:16 PDT 2013
Hi,
These patches set is initial draft for interface between VA/XV through share bo.
Through this, the output surface can be in YUY pixel format and flip to sprtie/overlay
under X11. Anyway, this is still new, let me know if there is anythings incorrect.
Thanks
Ung, Teng En (4):
Initial code for VAAPI/XV interface. Addin empty i965_output_xv
module, render mode attributes, and build code to detect XV.
Created the basic draft for the VA/XV interface.
Addin the implementation into i965_ouput_xv module.
Enable the output to XV only user set the render mode attribute to
overlay.
configure.ac | 18 +++
src/Makefile.am | 5 +
src/i965_drv_video.c | 64 +++++++++-
src/i965_drv_video.h | 4 +
src/i965_output_xv.c | 317 ++++++++++++++++++++++++++++++++++++++++++++++
src/i965_output_xv.h | 53 ++++++++
src/va_xv.c | 351 +++++++++++++++++++++++++++++++++++++++++++++++++++
src/va_xv.h | 51 ++++++++
src/va_xv_ddx.h | 43 +++++++
src/va_xvcommon.h | 57 +++++++++
10 files changed, 961 insertions(+), 2 deletions(-)
create mode 100644 src/i965_output_xv.c
create mode 100644 src/i965_output_xv.h
create mode 100644 src/va_xv.c
create mode 100644 src/va_xv.h
create mode 100644 src/va_xv_ddx.h
create mode 100644 src/va_xvcommon.h
--
1.8.4
More information about the Libva
mailing list