|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <VAAPI.h>
Public Member Functions | |
| void | Release (CDecoder *decoder) |
| VADisplay | GetDisplay () |
| bool | SupportsProfile (VAProfile profile) |
| VAConfigAttrib | GetAttrib (VAProfile profile) |
| VAConfigID | CreateConfig (VAProfile profile, VAConfigAttrib attrib) |
Static Public Member Functions | |
| static bool | EnsureContext (CVAAPIContext **ctx, CDecoder *decoder) |
| static void | FFReleaseBuffer (void *opaque, uint8_t *data) |
| VAConfigID CVAAPIContext::CreateConfig | ( | VAProfile | profile, |
| VAConfigAttrib | attrib ) |
|
static |
| VAConfigAttrib CVAAPIContext::GetAttrib | ( | VAProfile | profile | ) |
| VADisplay CVAAPIContext::GetDisplay | ( | ) |
| bool CVAAPIContext::SupportsProfile | ( | VAProfile | profile | ) |