MythTV
master
|
Public Member Functions | |
MythNVDECCaps (cudaVideoCodec Codec, uint Depth, cudaVideoChromaFormat Format, QSize Minimum, QSize Maximum, uint MacroBlocks) | |
bool | Supports (cudaVideoCodec Codec, cudaVideoChromaFormat Format, uint Depth, int Width, int Height) const |
Public Attributes | |
MythCodecContext::CodecProfile | m_profile { MythCodecContext::NoProfile } |
VideoFrameType | m_type { FMT_NONE } |
cudaVideoCodec | m_codec { cudaVideoCodec_NumCodecs } |
uint | m_depth { 0 } |
cudaVideoChromaFormat | m_format { cudaVideoChromaFormat_Monochrome } |
QSize | m_minimum |
QSize | m_maximum |
uint | m_macroBlocks { 0 } |
Definition at line 51 of file mythnvdeccontext.h.
MythNVDECContext::MythNVDECCaps::MythNVDECCaps | ( | cudaVideoCodec | Codec, |
uint | Depth, | ||
cudaVideoChromaFormat | Format, | ||
QSize | Minimum, | ||
QSize | Maximum, | ||
uint | MacroBlocks | ||
) |
Definition at line 456 of file mythnvdeccontext.cpp.
bool MythNVDECContext::MythNVDECCaps::Supports | ( | cudaVideoCodec | Codec, |
cudaVideoChromaFormat | Format, | ||
uint | Depth, | ||
int | Width, | ||
int | Height | ||
) | const |
Definition at line 497 of file mythnvdeccontext.cpp.
MythCodecContext::CodecProfile MythNVDECContext::MythNVDECCaps::m_profile { MythCodecContext::NoProfile } |
Definition at line 59 of file mythnvdeccontext.h.
Referenced by MythNVDECCaps().
VideoFrameType MythNVDECContext::MythNVDECCaps::m_type { FMT_NONE } |
Definition at line 60 of file mythnvdeccontext.h.
Referenced by MythNVDECCaps().
cudaVideoCodec MythNVDECContext::MythNVDECCaps::m_codec { cudaVideoCodec_NumCodecs } |
Definition at line 61 of file mythnvdeccontext.h.
Referenced by MythNVDECCaps().
uint MythNVDECContext::MythNVDECCaps::m_depth { 0 } |
Definition at line 62 of file mythnvdeccontext.h.
cudaVideoChromaFormat MythNVDECContext::MythNVDECCaps::m_format { cudaVideoChromaFormat_Monochrome } |
Definition at line 63 of file mythnvdeccontext.h.
Referenced by MythNVDECCaps().
QSize MythNVDECContext::MythNVDECCaps::m_minimum |
Definition at line 64 of file mythnvdeccontext.h.
QSize MythNVDECContext::MythNVDECCaps::m_maximum |
Definition at line 65 of file mythnvdeccontext.h.
uint MythNVDECContext::MythNVDECCaps::m_macroBlocks { 0 } |
Definition at line 66 of file mythnvdeccontext.h.