|
MythTV master
|
#include <libmythtv/decoders/mythvdpauhelper.h>
Public Member Functions | |
| VDPAUCodec (MythCodecContext::CodecProfile Profile, QSize Size, uint32_t Macroblocks, uint32_t Level) | |
| bool | Supported (int Width, int Height, int Level) const |
Public Attributes | |
| QSize | m_maxSize { 0, 0 } |
| uint32_t | m_maxMacroBlocks { 0 } |
| uint32_t | m_maxLevel { 0 } |
Definition at line 25 of file mythvdpauhelper.h.
| VDPAUCodec::VDPAUCodec | ( | MythCodecContext::CodecProfile | Profile, |
| QSize | Size, | ||
| uint32_t | Macroblocks, | ||
| uint32_t | Level | ||
| ) |
Definition at line 51 of file mythvdpauhelper.cpp.
| bool VDPAUCodec::Supported | ( | int | Width, |
| int | Height, | ||
| int | Level | ||
| ) | const |
Definition at line 61 of file mythvdpauhelper.cpp.
| uint32_t VDPAUCodec::m_maxLevel { 0 } |
Definition at line 33 of file mythvdpauhelper.h.
Referenced by Supported(), and VDPAUCodec().
| uint32_t VDPAUCodec::m_maxMacroBlocks { 0 } |
Definition at line 32 of file mythvdpauhelper.h.
Referenced by Supported().
| QSize VDPAUCodec::m_maxSize { 0, 0 } |
Definition at line 31 of file mythvdpauhelper.h.
Referenced by Supported().