|
MythTV master
|
#include <vector>#include <QSize>#include <QMutex>#include <QFlags>#include "mythframe.h"#include "mythcodeccontext.h"#include "videoouttypes.h"#include "libavutil/hwcontext_vdpau.h"#include "libavcodec/avcodec.h"Go to the source code of this file.
Classes | |
| class | VDPAUCodec |
| class | MythVDPAUHelper |
| A simple wrapper around VDPAU functionality. More... | |
Typedefs | |
| using | VDPAUProfile = QPair< MythCodecContext::CodecProfile, VDPAUCodec > |
| using | VDPAUProfiles = std::vector< VDPAUProfile > |
| using VDPAUProfile = QPair<MythCodecContext::CodecProfile, VDPAUCodec> |
Definition at line 36 of file mythvdpauhelper.h.
| using VDPAUProfiles = std::vector<VDPAUProfile> |
Definition at line 37 of file mythvdpauhelper.h.