OSDN Git Service

Delete libva-tpi and libva-egl backends
[android-x86/hardware-intel-common-libva.git] / va / va_egl.h
similarity index 73%
rename from va/egl/va_egl.h
rename to va/va_egl.h
index 93781c1..d6acb7d 100644 (file)
 #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
+#warning The APIs / data structures included in this file are deprecated
 
 #endif /* _VA_EGL_H_ */