Home
last modified time | relevance | path

Searched refs:mpPlayerWindow (Results 1 – 4 of 4) sorted by relevance

/trunk/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx141 mpPlayerWindow( NULL ), in Window()
157 if( mpPlayerWindow && ( media::ZoomLevel_NOT_AVAILABLE != meZoomLevel ) ) in implLayoutVideoWindow()
239 mpPlayerWindow->SetPosSizePixel( Point( nX, nY ), Size( nWidth, nHeight ) ); in implLayoutVideoWindow()
247 OSL_ASSERT( !mpPlayerWindow ); in create()
255 if( !mpPlayerWindow && ( rArguments.getLength() > 2 ) ) in create()
272 mpPlayerWindow = new PlayerChildWindow( pParentWindow ); in create()
273 mpPlayerWindow->SetBackground( Color( COL_BLACK ) ); in create()
274 mpPlayerWindow->SetPosSizePixel( Point( maWindowRect.X, maWindowRect.Y ), in create()
276 mpPlayerWindow->Show(); in create()
290 if( mpPlayerWindow ) in update()
[all …]
H A Dgstplayer.cxx163 mpPlayerWindow( NULL ), in Player()
527 …OSL_ENSURE( !g_atomic_pointer_get( &mpPlayerWindow ), "::avmedia::gst::Player already has a player… in createPlayerWindow()
552 mpPlayerWindow = pPlayerWindow; in createPlayerWindow()
882 if ( g_atomic_pointer_get( &mpPlayerWindow ) ) in run()
885 … &mpPlayerWindow ) )->getXWindowHandle() ); in run()
940 g_atomic_pointer_get( &mpPlayerWindow ) ) in handleCreateWindow()
946 … &mpPlayerWindow ) )->getXWindowHandle() ); in handleCreateWindow()
H A Dgstplayer.hxx192 ::avmedia::gst::Window* mpPlayerWindow;
H A Dgstwindow.hxx184 PlayerChildWindow* mpPlayerWindow; member in avmedia::gst::Window