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

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

Issue 872623002: VaapiVEA: Get maximum resolution from libva (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libva/va/va_backend.h
diff --git a/third_party/libva/va/va_backend.h b/third_party/libva/va/va_backend.h
index bd828497dd9f6e40af90d5a79e746589e032b2eb..50f9cc50dbcf83df110674e1a8b86731031b2db6 100644
--- a/third_party/libva/va/va_backend.h
+++ b/third_party/libva/va/va_backend.h
@@ -392,6 +392,12 @@ struct VADriverVTable
VASurfaceID surface
);
+ VAStatus (*vaGetCodecResolution) (
wuchengli 2015/01/23 12:58:21 We should call this vaGetProfileResolution. Functi
+ VADriverContextP ctx,
+ unsigned int *width, /* out */
+ unsigned int *height /* out */
+ );
+
/* DEPRECATED */
VAStatus
(*vaGetSurfaceAttributes)(
« no previous file with comments | « third_party/libva/va/va.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698