Home
last modified time | relevance | path

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

/AOO41X/main/avmedia/source/win/
H A Dplayer.cxx97 mpMP( NULL ), in Player()
136 if( mpMP ) in disposing()
137 mpMP->Release(); in disposing()
184 SUCCEEDED( hR = mpGB->QueryInterface( IID_IMediaPosition, (void**) &mpMP ) ) ) in create()
344 if( mpMP ) in getDuration()
345 mpMP->get_Duration( &aRefTime ); in getDuration()
357 if( mpMP ) in setMediaTime()
361 mpMP->put_CurrentPosition( fTime ); in setMediaTime()
377 if( mpMP ) in getMediaTime()
378 mpMP->get_CurrentPosition( &aRefTime ); in getMediaTime()
[all …]
H A Dplayer.hxx110 IMediaPosition* mpMP; member in avmedia::win::Player