xbmc
|
Public Member Functions | |
CDVDVideoPPFFmpeg (CProcessInfo &processInfo) | |
void | SetType (const std::string &mType, bool deinterlace) |
void | Process (VideoPicture *pPicture) |
Protected Member Functions | |
void | Dispose () |
bool | CheckInit (int iWidth, int iHeight) |
bool | CheckFrameBuffer (const VideoPicture *pSource) |
Protected Attributes | |
std::string | m_sType |
CProcessInfo & | m_processInfo |
void * | m_pContext |
void * | m_pMode |
bool | m_deinterlace |
int | m_iInitWidth |
int | m_iInitHeight |
void CDVDVideoPPFFmpeg::Process | ( | VideoPicture * | pPicture | ) |