Home
last modified time | relevance | path

Searched refs:libvlc_Ended (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/test/libvlc/
H A Dmedia_player.c33 state != libvlc_Ended ); in wait_playing()
36 assert(state == libvlc_Playing || state == libvlc_Ended); in wait_playing()
45 state != libvlc_Ended ); in wait_paused()
48 assert(state == libvlc_Paused || state == libvlc_Ended); in wait_paused()
/dports/multimedia/fpc-libvlc/fpc-3.2.2/packages/libvlc/example/
H A Dtestvlc.pp27 until State in [libvlc_Ended,libvlc_Error];
45 until LP.State in [libvlc_Ended,libvlc_Error];
/dports/lang/fpc-source/fpc-3.2.2/packages/libvlc/example/
H A Dtestvlc.pp27 until State in [libvlc_Ended,libvlc_Error];
45 until LP.State in [libvlc_Ended,libvlc_Error];
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_vlc/
H A Dmod_vlc.c243 if (new_state == libvlc_Ended || new_state == libvlc_Error) { in vlc_media_state_callback()
1054 if (!read && (status == libvlc_Stopped || status == libvlc_Ended || status == libvlc_Error)) { in vlc_file_av_read()
1095 while (context->playing == 0 && status != libvlc_Ended && status != libvlc_Error) { in vlc_file_read()
1112 if (!read && (status == libvlc_Stopped || status == libvlc_Ended || status == libvlc_Error)) { in vlc_file_read()
1323 if (status == libvlc_Ended || status == libvlc_Error || status == libvlc_Stopped ) { in vlc_file_av_close()
1570 if (status == libvlc_Ended || status == libvlc_Error || status == libvlc_Stopped ) { in SWITCH_STANDARD_APP()
1973 if (vlc_status == libvlc_Ended || vlc_status == libvlc_Error || vlc_status == libvlc_Stopped ) { in SWITCH_STANDARD_APP()
1991 if (status == libvlc_Ended || status == libvlc_Error || status == libvlc_Stopped ) { in SWITCH_STANDARD_APP()
2483 if (vlc_status == libvlc_Ended || vlc_status == libvlc_Error || vlc_status == libvlc_Stopped ) { in vlc_read_frame()
/dports/multimedia/vlc/vlc-3.0.16/doc/libvlc/QtPlayer/
H A Dplayer.cpp197 if (libvlc_media_player_get_state(vlcPlayer) == libvlc_Ended) in updateInterface()
/dports/multimedia/vlc/vlc-3.0.16/include/vlc/
H A Dlibvlc_media.h94 libvlc_Ended, enumerator
/dports/multimedia/kaffeine/kaffeine-2.0.18/src/backend-vlc/
H A Dvlcmediawidget.cpp652 state != libvlc_Ended ); in playDirection()
837 case libvlc_Ended: in updatePlaybackStatus()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/components/
H A DVideoVlcComponent.cpp221 if (state == libvlc_Ended) in handleLooping()
/dports/multimedia/vlc/vlc-3.0.16/lib/
H A Dmedia_player.c327 libvlc_state = libvlc_Ended; in input_event_changed()
344 libvlc_state_t libvlc_state = libvlc_Ended; in input_event_changed()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/vlc-video/
H A Dvlc-video-source.c765 case libvlc_Ended: in vlcs_get_state()
/dports/multimedia/fpc-libvlc/fpc-3.2.2/packages/libvlc/src/
H A Dlibvlc.pp148 libvlc_Stopped,libvlc_Ended,libvlc_Error
/dports/lang/fpc-source/fpc-3.2.2/packages/libvlc/src/
H A Dlibvlc.pp148 libvlc_Stopped,libvlc_Ended,libvlc_Error
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-201527520 libvlc: go to libvlc_Ended rather than libvlc_Stopped at EOS
H A DChangeLog-200930585 libvlc_Ended is the state we want to check.