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

Unified Diff: third_party/libva/va/va_trace.h

Issue 2834313002: Update third_party/libva to version 1.7.1 (Closed)
Patch Set: Update third_party/libva to version 1.7.1 and check whether the version of libva a platform support… Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libva/va/va_enc_vp9.h ('k') | third_party/libva/va/va_version.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libva/va/va_trace.h
diff --git a/third_party/libva/va/va_trace.h b/third_party/libva/va/va_trace.h
index 141e7c3d3e60e9b930b64f55ea6958bfd3d6b7b8..04c7c1f07e4d9697d358735a46ffcb0240cad8a3 100644
--- a/third_party/libva/va/va_trace.h
+++ b/third_party/libva/va/va_trace.h
@@ -78,6 +78,9 @@ void va_TraceCreateConfig(
);
DLL_HIDDEN
+void va_TraceDestroyConfig(VADisplay dpy, VAConfigID config_id);
+
+DLL_HIDDEN
void va_TraceCreateSurfaces(
VADisplay dpy,
int width,
@@ -109,6 +112,9 @@ void va_TraceCreateContext(
);
DLL_HIDDEN
+void va_TraceDestroyContext(VADisplay dpy, VAContextID context);
+
+DLL_HIDDEN
void va_TraceCreateBuffer (
VADisplay dpy,
VAContextID context, /* in */
« no previous file with comments | « third_party/libva/va/va_enc_vp9.h ('k') | third_party/libva/va/va_version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698