Gnash
0.8.11dev
|
#include "vaapi_common.h"
Go to the source code of this file.
Namespaces | |
gnash | |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
void | gnash::vaapi_set_is_enabled (bool enabled) |
Enable video acceleration (with VA API) More... | |
bool | gnash::vaapi_is_enabled () |
Check whether video acceleration is enabled. More... | |
void DSOEXPORT | gnash::vaapi_dprintf (const char *format,...) |
Debug output. More... | |
bool | gnash::vaapi_check_status (VAStatus status, const char *msg) |
Check VA status for success or print out an error. More... | |
const char * | gnash::string_of_FOURCC (std::uint32_t fourcc) |
Return a string representation of a FOURCC. More... | |
const char * | gnash::string_of_VAProfile (VAProfile profile) |
Return a string representation of a VAProfile. More... | |
const char * | gnash::string_of_VAEntrypoint (VAEntrypoint entrypoint) |
Return a string representation of a VAEntrypoint. More... | |