Home
last modified time | relevance | path

Searched refs:libvlc_media_player_play (Results 1 – 25 of 34) sorted by relevance

12

/dports/multimedia/vlc/vlc-3.0.16/test/libvlc/
H A Dmedia_player.c115 libvlc_media_player_play (mp); in test_media_player_set_media()
144 libvlc_media_player_play (mi); in test_media_player_play_stop()
176 libvlc_media_player_play (mi); in test_media_player_pause_stop()
H A Dmedia.c254 assert (libvlc_media_player_play (mp) != -1); in test_media_subitems_media()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/avmedia/source/vlc/wrapper/
H A DPlayer.cxx23 int ( *libvlc_media_player_play ) ( libvlc_media_player_t *p_mi ); variable
74 SYM_MAP( libvlc_media_player_play ), in LoadSymbols()
134 const bool status = ( libvlc_media_player_play( mPlayer ) == 0 ); in play()
/dports/multimedia/phonon-vlc/phonon-backend-vlc-0.11.3/src/
H A Dmediaplayer.cpp116 return libvlc_media_player_play(m_player) == 0; in play()
128 libvlc_media_player_play(m_player); in pausedPlay()
402 libvlc_media_player_play(m_player); in setCdTrack()
/dports/multimedia/vlc/vlc-3.0.16/lib/
H A Dmedia_list_player.c644 libvlc_media_player_play(p_mlp->p_mi); in libvlc_media_list_player_play()
695 libvlc_media_player_play(p_mlp->p_mi); in libvlc_media_list_player_play_item_at_index()
725 libvlc_media_player_play(p_mlp->p_mi); in libvlc_media_list_player_play_item()
824 libvlc_media_player_play(p_mlp->p_mi); in set_relative_playlist_position_and_play()
H A Dlibvlc.sym185 libvlc_media_player_play
/dports/multimedia/vlc/vlc-3.0.16/doc/libvlc/QtPlayer/
H A Dplayer.cpp149 libvlc_media_player_play (vlcPlayer); in openFile()
168 libvlc_media_player_play(vlcPlayer); in play()
/dports/audio/cantata/cantata-2.4.2/mpd-interface/
H A Dhttpstream.cpp230 libvlc_media_player_play(player); in updateStatus()
268 libvlc_media_player_play(player); in checkPlayer()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/components/
H A DVideoVlcComponent.cpp230 libvlc_media_player_play(mMediaPlayer); in handleLooping()
305 libvlc_media_player_play(mMediaPlayer); in startVideo()
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/miranda/
H A Dvlc.c90 rc = libvlc_media_player_play (mp); in show_vlc()
/dports/audio/strawberry/strawberry-1.0.0/src/engine/
H A Dvlcengine.cpp144 int result = libvlc_media_player_play(player_);
172 libvlc_media_player_play(player_);
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/VLCPlayer/
H A DVLCPlayer.cpp54 bool success = libvlc_media_player_play(mediaPlayer) == 0; in Open()
/dports/multimedia/vlc/vlc-3.0.16/doc/libvlc/
H A Dvlc-thumb.c214 libvlc_media_player_play(mp); in main()
H A Dgtk_player.c69 libvlc_media_player_play(media_player); in play()
H A Dwx_player.cpp211 libvlc_media_player_play(media_player); in play()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/vlc-video/
H A Dvlc-video-plugin.c114 LOAD_VLC_FUNC(libvlc_media_player_play); in load_vlc_funcs()
/dports/graphics/aloadimage/arcan-0.6.1/src/frameserver/decode/default/
H A Ddecode_av.c682 libvlc_media_player_play(decctx.player); in decode_av()
712 libvlc_media_player_play(decctx.player); in decode_av()
/dports/sysutils/acfgfs/arcan-0.6.1/src/frameserver/decode/default/
H A Ddecode_av.c682 libvlc_media_player_play(decctx.player); in decode_av()
712 libvlc_media_player_play(decctx.player); in decode_av()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/frameserver/decode/default/
H A Ddecode_av.c682 libvlc_media_player_play(decctx.player); in decode_av()
712 libvlc_media_player_play(decctx.player); in decode_av()
/dports/x11/aclip/arcan-0.6.1/src/frameserver/decode/default/
H A Ddecode_av.c682 libvlc_media_player_play(decctx.player); in decode_av()
712 libvlc_media_player_play(decctx.player); in decode_av()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_vlc/
H A Dmod_vlc.c911 libvlc_media_player_play(context->mp); in vlc_file_open()
986 libvlc_media_player_play(vcontext->mp); in vlc_file_av_read()
1022 if (libvlc_media_player_play(vcontext->mp) != -1) { in vlc_file_av_read()
1263 libvlc_media_player_play(vcontext->mp); in vlc_file_av_write()
1285 libvlc_media_player_play(context->mp); in vlc_file_write()
1531 if (-1 == libvlc_media_player_play(context->mp)) { in SWITCH_STANDARD_APP()
1911 if (libvlc_media_player_play(context->mp) == -1) { in SWITCH_STANDARD_APP()
2428 if (-1 == libvlc_media_player_play(tech_pvt->context->mp)) { in vlc_outgoing_channel()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/graphics/
H A Dvideo_player.cpp931 int play_result = libvlc_media_player_play(ctxPtr->mp,&ex); in initPlayer()
938 play_result = libvlc_media_player_play(ctxPtr->mp); in initPlayer()
/dports/multimedia/vlc/vlc-3.0.16/include/vlc/
H A Dlibvlc_media_player.h251 LIBVLC_API int libvlc_media_player_play ( libvlc_media_player_t *p_mi );
/dports/audio/elisa/elisa-21.12.3/src/
H A Daudiowrapper_libvlc.cpp300 libvlc_media_player_play(d->mPlayer); in play()
/dports/multimedia/fpc-libvlc/fpc-3.2.2/packages/libvlc/src/
H A Dlibvlc.pp383 libvlc_media_player_play : function(p_mi:Plibvlc_media_player_t):cint; cdecl;
720 libvlc_media_player_play:=nil;
1064 pointer(libvlc_media_player_play):=GetProcAddress(hlib,'libvlc_media_player_play');

12