Gnash
0.8.10
|
#include "VaapiContext.h"
#include "VaapiSurface.h"
#include "VaapiSurfaceProxy.h"
#include <libavcodec/avcodec.h>
#include <libavcodec/vaapi.h>
Go to the source code of this file.
Classes | |
class | gnash::media::ffmpeg::VaapiSurfaceFfmpeg |
VA surface implementation for FFmpeg. More... | |
class | gnash::media::ffmpeg::VaapiContextFfmpeg |
VA context implementation for FFmpeg. More... | |
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
namespace | gnash::media |
Gnash media handling subsystem (libmedia) | |
namespace | gnash::media::ffmpeg |
FFMPEG-based media handler module. | |
Functions | |
void | gnash::media::ffmpeg::vaapi_set_surface (AVFrame *pic, VaapiSurfaceFfmpeg *surface) |
Attach VA surface to FFmpeg picture. |