diff options
author | Austin Yuan <shengquan.yuan@gmail.com> | 2011-02-09 15:14:41 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@gmail.com> | 2011-02-09 15:14:41 +0800 |
commit | cc3698dfb2eca88617723bd0a098333dc2c56b8d (patch) | |
tree | 56c61fc122ad219c2ff8f065ef1fa8de07b58d04 /va | |
parent | d335d5c639582e365820e91e9d951e0df3fa919d (diff) |
mv va_egl.h ./egl
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
Diffstat (limited to 'va')
-rw-r--r-- | va/va_egl.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/va/va_egl.h b/va/va_egl.h deleted file mode 100644 index 4243d0b..0000000 --- a/va/va_egl.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef _VA_EGL_H_ -#define _VA_EGL_H_ - -#include <va/va.h> - -#ifdef __cplusplus -extern "C" { -#endif - -typedef void* EGLClientBuffer; - -/*This function is used to get EGLClientBuffer - * (lower 16bits is buffer index, upper 16bits - * is BC device id.) from surface id. Application - * should maintain EGLClientBuffer itself.*/ - -VAStatus vaGetEGLClientBufferFromSurface ( - VADisplay dpy, - VASurfaceID surface, - EGLClientBuffer *buffer /* out*/ -); - -#ifdef __cplusplus -} -#endif - -#endif /* _VA_EGL_H_ */ |