Searched refs:GetMP (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_am.cpp1470 IWMP* GetMP() {return m_pWMP;} function in class:wxAMMediaBackend
1476 IMediaPlayer* GetMP() {return m_pMP;} function in class:wxAMMediaBackend
1591 if (GetMP())
1592 GetMP()->Release();
1692 if(GetMP())
1694 GetMP()->put_DisplaySize(mpFitToSize);
1700 GetMP()->put_WindowlessVideo(VARIANT_TRUE);
1784 if(GetMP())
1785 hr = GetMP()->Open( wxBasicString(location).Get() );
1824 if(GetMP())
[all...]
H A Dmediactrl.cpp1474 IWMP* GetMP() { return m_pWMP; } function in class:wxAMMediaBackend
1480 IMediaPlayer* GetMP() { return m_pMP; } function in class:wxAMMediaBackend
2024 if (m_parent->GetMP())
2029 m_parent->GetMP()->get_ReadyState((long*)&nState);
2031 m_parent->GetMP()->get_ReadyState(&nState);
2209 if (GetMP())
2210 GetMP()->Release();
2317 if (GetMP())
2319 GetMP()->put_DisplaySize(mpFitToSize);
2323 GetMP()
[all...]

Completed in 204 milliseconds