VaapiContext 299 gui/gtk/gtk_glue_agg_vaapi.cpp VaapiContext * const context = surface->getContext(); VaapiContext 41 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.h boost::shared_ptr<VaapiContext> context) VaapiContext 61 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.h boost::shared_ptr<VaapiContext> _context; VaapiContext 94 libvaapi/VaapiContext.cpp VaapiContext::VaapiContext(VAProfile profile, VAEntrypoint entrypoint) VaapiContext 114 libvaapi/VaapiContext.cpp VaapiContext::~VaapiContext() VaapiContext 122 libvaapi/VaapiContext.cpp bool VaapiContext::construct() VaapiContext 158 libvaapi/VaapiContext.cpp void VaapiContext::destruct() VaapiContext 170 libvaapi/VaapiContext.cpp bool VaapiContext::createContext(unsigned int width, unsigned int height) VaapiContext 207 libvaapi/VaapiContext.cpp void VaapiContext::destroyContext() VaapiContext 226 libvaapi/VaapiContext.cpp bool VaapiContext::initDecoder(unsigned int width, unsigned int height) VaapiContext 239 libvaapi/VaapiContext.cpp boost::shared_ptr<VaapiSurface> VaapiContext::acquireSurface() VaapiContext 249 libvaapi/VaapiContext.cpp void VaapiContext::releaseSurface(boost::shared_ptr<VaapiSurface> surface) VaapiContext 51 libvaapi/VaapiContext.h class DSOEXPORT VaapiContext { VaapiContext 71 libvaapi/VaapiContext.h VaapiContext(VAProfile profile, VAEntrypoint entrypoint); VaapiContext 72 libvaapi/VaapiContext.h ~VaapiContext(); VaapiContext 31 libvaapi/VaapiSurface.h class VaapiContext; VaapiContext 72 libvaapi/VaapiSurface.h friend class VaapiContext; VaapiContext 73 libvaapi/VaapiSurface.h VaapiContext *_context; VaapiContext 76 libvaapi/VaapiSurface.h void setContext(VaapiContext *context) { _context = context; } VaapiContext 82 libvaapi/VaapiSurface.h VaapiContext *getContext() const { return _context; } VaapiContext 28 libvaapi/VaapiSurfaceProxy.h class VaapiContext; VaapiContext 34 libvaapi/VaapiSurfaceProxy.h boost::shared_ptr<VaapiContext> _context; VaapiContext 39 libvaapi/VaapiSurfaceProxy.h boost::shared_ptr<VaapiContext> context); VaapiContext 46 libvaapi/VaapiSurfaceProxy.h boost::shared_ptr<VaapiContext> getContext() const { return _context; }