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

Unified Diff: content/common/gpu/media/vaapi_wrapper.h

Issue 825843002: Add JPEG decoder for VAAPI JPEG decode acceleration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mjpeg-vaapi-jpeg-parser
Patch Set: rebase+revise due to parser cl 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
Index: content/common/gpu/media/vaapi_wrapper.h
diff --git a/content/common/gpu/media/vaapi_wrapper.h b/content/common/gpu/media/vaapi_wrapper.h
index 39906a0f405004b98a68bd7a18347041557dc326..bc0db2508a7c94f168520dc7b90ba147a6fde923 100644
--- a/content/common/gpu/media/vaapi_wrapper.h
+++ b/content/common/gpu/media/vaapi_wrapper.h
@@ -113,6 +113,12 @@ class CONTENT_EXPORT VaapiWrapper {
VAImage* image,
void** mem);
wuchengli 2015/01/12 09:08:53 Add documentation.
kcwu 2015/01/16 15:12:56 Done.
+ bool GetVaImageWithFormat(VASurfaceID va_surface_id,
+ VAImageFormat* format,
+ gfx::Size size,
Owen Lin 2015/01/13 06:17:59 const gfx::Size&
kcwu 2015/01/16 15:12:56 Done.
+ VAImage* image,
+ void** mem);
+
// Release the VAImage (and the associated memory mapping) obtained from
// GetVaImage(). This is intended for testing only.
void ReturnVaImageForTesting(VAImage* image);

Powered by Google App Engine
This is Rietveld 408576698