Chromium Code Reviews| 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); |