Home
last modified time | relevance | path

Searched refs:mpGB (Results 1 – 2 of 2) sorted by relevance

/trunk/main/avmedia/source/win/
H A Dplayer.cxx92 mpGB( NULL ), in Player()
158 if( mpGB ) in disposing()
159 mpGB->Release(); in disposing()
174 mpGB->AddFilter( mpOMF, L"com_sun_star_media_OverlayMixerFilter" ); 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()
[all …]
H A Dplayer.hxx105 IGraphBuilder* mpGB; member in avmedia::win::Player

Completed in 11 milliseconds