summaryrefslogtreecommitdiff
path: root/va/va_backend_tpi.h
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@gmail.com>2011-04-01 11:34:47 +0800
committerAustin Yuan <shengquan.yuan@gmail.com>2011-04-01 11:34:47 +0800
commitb3056666977f6d1b1bdc748c6933eb519216d0cb (patch)
treeae2d10b50192af1c0f71b7081dc58d269f1805ce /va/va_backend_tpi.h
parenta259f9ef76d5719d19e273b17478ffedeff01ddc (diff)
1. add interface VARenderDevice for output the video into an external device when the WM is not aware of it
2. add interface VARenderMode for APP to swith between overlay and GPU post-processing 3. add VADisplayAttribOverlayColorKey/VADisplayAttribOverlayAutoPaintColorKey which is simliar to Xv for overlay post-processing 4. fix the build issue on Android 2.3 Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> Signed-off-by: Jason Hu <jason.hu@intel.com> Signed-off-by: Zhaohan Ren <zhaohan.ren@intel.com>
Diffstat (limited to 'va/va_backend_tpi.h')
-rw-r--r--va/va_backend_tpi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/va/va_backend_tpi.h b/va/va_backend_tpi.h
index 52f2073..f67b30f 100644
--- a/va/va_backend_tpi.h
+++ b/va/va_backend_tpi.h
@@ -52,7 +52,7 @@ struct VADriverVTableTPI
);
VAStatus (*vaCreateSurfacesForUserPtr)(
- VADisplay dpy,
+ VADriverContextP ctx,
int width,
int height,
int format,
@@ -70,7 +70,7 @@ struct VADriverVTableTPI
VAStatus (*vaPutSurfaceBuf) (
- VADisplay dpy,
+ VADriverContextP ctx,
VASurfaceID surface,
unsigned char* data,
int* data_len,