Searched refs:pVideoWindow (Results 1 – 1 of 1) sorted by relevance
302 IVideoWindow* pVideoWindow = const_cast< IVideoWindow* >( mrPlayer.getVideoWindow() ); in ImplLayoutVideoWindow() local304 if( pVideoWindow ) in ImplLayoutVideoWindow()305 pVideoWindow->SetWindowPosition( nX, nY, nWidth, nHeight ); in ImplLayoutVideoWindow()313 IVideoWindow* pVideoWindow = const_cast< IVideoWindow* >( mrPlayer.getVideoWindow() ); in create() local317 if( !mnFrameWnd && pVideoWindow && mpWndClass ) in create()374 pVideoWindow->put_Owner( (OAHWND) mnFrameWnd ); in create()375 pVideoWindow->put_MessageDrain( (OAHWND) mnFrameWnd ); in create()376 … pVideoWindow->put_WindowStyle( WS_VISIBLE | WS_CHILD | WS_CLIPSIBLINGS | WS_CLIPCHILDREN ); in create()509 IVideoWindow* pVideoWindow = const_cast< IVideoWindow* >( mrPlayer.getVideoWindow() ); in setVisible() local511 if( pVideoWindow ) in setVisible()[all …]
Completed in 6 milliseconds