Searched refs:mpGB (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/avmedia/source/win/ |
| H A D | player.cxx | 92 mpGB( NULL ), in Player() 158 if( mpGB ) in disposing() 159 mpGB->Release(); in disposing() 167 …ateInstance( CLSID_FilterGraph, NULL, CLSCTX_INPROC_SERVER, IID_IGraphBuilder, (void**) &mpGB ) ) ) in create() 174 mpGB->AddFilter( mpOMF, L"com_sun_star_media_OverlayMixerFilter" ); in create() 180 if( SUCCEEDED( hR = mpGB->RenderFile( reinterpret_cast<LPCWSTR>(rURL.getStr()), NULL ) ) && in create() 181 SUCCEEDED( hR = mpGB->QueryInterface( IID_IMediaControl, (void**) &mpMC ) ) && in create() 182 SUCCEEDED( hR = mpGB->QueryInterface( IID_IMediaEventEx, (void**) &mpME ) ) && in create() 183 SUCCEEDED( hR = mpGB->QueryInterface( IID_IMediaSeeking, (void**) &mpMS ) ) && in create() 184 SUCCEEDED( hR = mpGB->QueryInterface( IID_IMediaPosition, (void**) &mpMP ) ) ) in create() [all …]
|
| H A D | player.hxx | 105 IGraphBuilder* mpGB; member in avmedia::win::Player
|