Lines Matching refs:mpGB
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()
187 mpGB->QueryInterface( IID_IVideoWindow, (void**) &mpVW ); in create()
188 mpGB->QueryInterface( IID_IBasicVideo, (void**) &mpBV ); in create()
191 mpGB->QueryInterface( IID_IBasicAudio, (void**) &mpBA ); in create()