Commit c259a979 authored by Austin Yuan's avatar Austin Yuan

merge vatrace

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@gmail.com>
parent 24267857
......@@ -42,7 +42,7 @@ libva_x11_la_DEPENDENCIES = $(libvacorelib) x11/libva_x11.la
SUBDIRS = x11
libva_la_SOURCES = va.c
libva_la_SOURCES = va.c va_trace.c
libvaincludedir = ${includedir}/va
libvainclude_HEADERS = va.h va_x11.h va_backend.h va_version.h
......
This diff is collapsed.
......@@ -353,6 +353,16 @@ struct VADriverVTable
VASurfaceID *surface /* out */
);
VAStatus (*vaBufferInfo) (
VADriverContextP ctx,
VAContextID context, /* in */
VABufferID buf_id, /* in */
VABufferType *type, /* out */
unsigned int *size, /* out */
unsigned int *num_elements /* out */
);
VAStatus (*vaCopySurfaceToBuffer) (
VADriverContextP ctx,
VASurfaceID surface,
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment