|
Gnash
0.8.11dev
|
VA surface base representation. More...
#include <VaapiSurface.h>
Inherited by gnash::VaapiSurfaceGLXImpl, and gnash::VaapiSurfaceImpl.
Public Member Functions | |
| VaapiSurfaceImplBase (unsigned int width, unsigned int height) | |
| virtual | ~VaapiSurfaceImplBase () |
| uintptr_t | surface () const |
| Get VA surface. More... | |
| unsigned int | width () const |
| Get surface width. More... | |
| unsigned int | height () const |
| Get surface height. More... | |
Protected Member Functions | |
| void | reset (uintptr_t surface) |
VA surface base representation.
| gnash::VaapiSurfaceImplBase::VaapiSurfaceImplBase | ( | unsigned int | width, |
| unsigned int | height | ||
| ) |
|
inlinevirtual |
|
inline |
Get surface height.
Referenced by VaapiSurfaceImplBase().
|
inlineprotected |
Referenced by VaapiSurfaceImplBase().
|
inline |
Get VA surface.
Referenced by VaapiSurfaceImplBase().
|
inline |
Get surface width.
Referenced by VaapiSurfaceImplBase().
1.8.11