Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: third_party/libva/va/egl/va_egl_impl.h

Issue 10375035: Add libva to chromium third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/libva/va/egl/va_backend_egl.h ('k') | third_party/libva/va/egl/va_egl_private.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #ifndef _VA_EGL_IMPL_H_
2 #define _VA_EGL_IMPL_H_
3
4 #define IMPL_MAX_EGL_SURFACE_TARGETS 4
5 #define IMPL_MAX_EGL_SURFACE_ATTRIBUTES 8
6
7
8 /**
9 * Initialize EGL driver context
10 *
11 * @param[in] dpy the VA Display
12 * @return VA_STATUS_SUCCESS if successful
13 */
14 VAStatus va_egl_init_context(VADisplay dpy);
15
16 #endif /* _VA_GLX_IMPL_H_ */
OLDNEW
« no previous file with comments | « third_party/libva/va/egl/va_backend_egl.h ('k') | third_party/libva/va/egl/va_egl_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698