|
MythTV
0.26-pre
|
#include <privatedecoder_vda.h>
Public Member Functions | |
| VDALibrary () | |
| bool | IsValid (void) const |
Static Public Member Functions | |
| static MTV_PUBLIC VDALibrary * | GetVDALibrary (void) |
Public Attributes | |
| MYTH_VDADECODERCREATE | decoderCreate |
| MYTH_VDADECODERDECODE | decoderDecode |
| MYTH_VDADECODERFLUSH | decoderFlush |
| MYTH_VDADECODERDESTROY | decoderDestroy |
| CFStringRef * | decoderConfigWidth |
| CFStringRef * | decoderConfigHeight |
| CFStringRef * | decoderConfigSourceFmt |
| CFStringRef * | decoderConfigAVCCData |
| QLibrary * | m_lib |
| bool | m_valid |
Definition at line 17 of file privatedecoder_vda.h.
Definition at line 40 of file privatedecoder_vda.cpp.
Referenced by GetVDALibrary().
| VDALibrary * VDALibrary::GetVDALibrary | ( | void | ) | [static] |
Definition at line 23 of file privatedecoder_vda.cpp.
Referenced by PrivateDecoderVDA::Init(), and PlaybackProfileConfigs::PlaybackProfileConfigs().
| bool VDALibrary::IsValid | ( | void | ) | const [inline] |
Definition at line 22 of file privatedecoder_vda.h.
Referenced by GetVDALibrary().
Definition at line 24 of file privatedecoder_vda.h.
Referenced by PrivateDecoderVDA::Init(), and VDALibrary().
Definition at line 25 of file privatedecoder_vda.h.
Referenced by PrivateDecoderVDA::GetFrame(), and VDALibrary().
Definition at line 26 of file privatedecoder_vda.h.
Referenced by PrivateDecoderVDA::Reset(), and VDALibrary().
Definition at line 27 of file privatedecoder_vda.h.
Referenced by VDALibrary(), and PrivateDecoderVDA::~PrivateDecoderVDA().
| CFStringRef* VDALibrary::decoderConfigWidth |
Definition at line 28 of file privatedecoder_vda.h.
Referenced by PrivateDecoderVDA::Init(), and VDALibrary().
| CFStringRef* VDALibrary::decoderConfigHeight |
Definition at line 29 of file privatedecoder_vda.h.
Referenced by PrivateDecoderVDA::Init(), and VDALibrary().
| CFStringRef* VDALibrary::decoderConfigSourceFmt |
Definition at line 30 of file privatedecoder_vda.h.
Referenced by PrivateDecoderVDA::Init(), and VDALibrary().
| CFStringRef* VDALibrary::decoderConfigAVCCData |
Definition at line 31 of file privatedecoder_vda.h.
Referenced by PrivateDecoderVDA::Init(), and VDALibrary().
| QLibrary* VDALibrary::m_lib |
Definition at line 32 of file privatedecoder_vda.h.
Referenced by VDALibrary().
Definition at line 33 of file privatedecoder_vda.h.
Referenced by IsValid(), and VDALibrary().
1.7.6.1