Lines Matching refs:Player

73     return( pData ? static_cast< Player* >( pData )->run() : NULL );  in lcl_implThreadFunc()
112 bRet = static_cast< Player* >( pData )->busCallback( in lcl_implBusDispatch()
136 return( pData ? static_cast< Player* >( pData )->idle() : true ); in lcl_implIdleFunc()
143 ? static_cast< Player* >( pData )->handleCreateWindow( pBus, pMsg ) in lcl_implHandleCreateWindowFunc()
154 Player::Player( GString* pURI ) : in Player() function in avmedia::gst::Player
194 Player::~Player() in ~Player()
208 Player* Player::create( const ::rtl::OUString& rURL ) in create()
210 Player* pPlayer = NULL; in create()
237 pPlayer = new Player( pURI ); in create()
271 void SAL_CALL Player::start() in start()
282 void SAL_CALL Player::stop() in stop()
293 sal_Bool SAL_CALL Player::isPlaying() in isPlaying()
307 double SAL_CALL Player::getDuration() in getDuration()
326 void SAL_CALL Player::setMediaTime( double fTime ) in setMediaTime()
341 double SAL_CALL Player::getMediaTime() in getMediaTime()
361 void SAL_CALL Player::setStopTime( double /* fTime */ ) in setStopTime()
376 double SAL_CALL Player::getStopTime() in getStopTime()
388 void SAL_CALL Player::setRate( double /* fRate */ ) in setRate()
399 double SAL_CALL Player::getRate() in getRate()
411 void SAL_CALL Player::setPlaybackLoop( sal_Bool bSet ) in setPlaybackLoop()
426 sal_Bool SAL_CALL Player::isPlaybackLoop() in isPlaybackLoop()
434 void SAL_CALL Player::setMute( sal_Bool bSet ) in setMute()
452 sal_Bool SAL_CALL Player::isMute() in isMute()
467 void SAL_CALL Player::setVolumeDB( sal_Int16 nVolumeDB ) in setVolumeDB()
486 sal_Int16 SAL_CALL Player::getVolumeDB() in getVolumeDB()
494 awt::Size SAL_CALL Player::getPreferredPlayerWindowSize() in getPreferredPlayerWindowSize()
519 uno::Reference< ::media::XPlayerWindow > SAL_CALL Player::createPlayerWindow( in createPlayerWindow()
569 uno::Reference< media::XFrameGrabber > SAL_CALL Player::createFrameGrabber() in createFrameGrabber()
585 void SAL_CALL Player::disposing() in disposing()
598 ::rtl::OUString SAL_CALL Player::getImplementationName() in getImplementationName()
605 sal_Bool SAL_CALL Player::supportsService( const ::rtl::OUString& ServiceName ) in supportsService()
612 uno::Sequence< ::rtl::OUString > SAL_CALL Player::getSupportedServiceNames() in getSupportedServiceNames()
622 void Player::implQuitThread() in implQuitThread()
637 bool Player::implInitPlayer() in implInitPlayer()
666 gboolean Player::busCallback( GstBus* /*pBus*/, in busCallback()
711 void Player::implHandleNewElementFunc( GstBin* /* pBin */, in implHandleNewElementFunc()
731 G_CALLBACK( Player::implHandleNewElementFunc ), pData ); in implHandleNewElementFunc()
736 G_CALLBACK( Player::implHandleNewPadFunc ), pData ); in implHandleNewElementFunc()
741 void Player::implHandleNewPadFunc( GstElement* pElement, in implHandleNewPadFunc()
745 Player* pPlayer = static_cast< Player* >( pData ); in implHandleNewPadFunc()
815 gboolean Player::idle() in idle()
833 gpointer Player::run() in run()
871 G_CALLBACK( Player::implHandleNewElementFunc ), this ); in run()
933 GstBusSyncReply Player::handleCreateWindow( GstBus* /* pBus */, in handleCreateWindow()