OSDN Git Service

Implement vaExportSurfaceHandle()
authorMark Thompson <sw@jkqxz.net>
Sun, 17 Sep 2017 17:10:38 +0000 (18:10 +0100)
committerXiang, Haihao <haihao.xiang@intel.com>
Thu, 30 Nov 2017 19:22:04 +0000 (11:22 -0800)
commit106d1eb730210b498c1f9fca9f4f5c3df82d056d
tree658b106a74233622dcbcb902a3a2b94684a00cca
parent198be80793a2b1f17b8a2b828da4368d79a25951
Implement vaExportSurfaceHandle()

This is a new interface in libva to support wider use-cases of passing
surfaces to external APIs.  In particular, this does not require creation
of derived images before export, and offers richer metadata such as DRM
format information.

Signed-off-by: Mark Thompson <sw@jkqxz.net>
src/i965_drv_video.c