Home
last modified time | relevance | path

Searched refs:DEMUX_SET_PAUSE_STATE (Results 1 – 20 of 20) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_demux.h190 DEMUX_SET_PAUSE_STATE = 0x200, enumerator
/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Ddemux.c351 case DEMUX_SET_PAUSE_STATE: in demux_vaControl()
409 case DEMUX_SET_PAUSE_STATE: in demux_vaControlHelper()
H A Dinput.c1765 if( demux_Control( p_demux, DEMUX_SET_PAUSE_STATE, true ) ) in ControlPause()
1790 if( demux_Control( p_demux, DEMUX_SET_PAUSE_STATE, false ) ) in ControlUnpause()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/
H A Dshm.c307 case DEMUX_SET_PAUSE_STATE: in Control()
H A Djack.c332 case DEMUX_SET_PAUSE_STATE: in Control()
H A Dimem.c528 case DEMUX_SET_PAUSE_STATE: in ControlDemux()
H A Davaudiocapture.m156 case DEMUX_SET_PAUSE_STATE:
H A Dcdda.c194 case DEMUX_SET_PAUSE_STATE: in DemuxControl()
H A Davcapture.m481 case DEMUX_SET_PAUSE_STATE:
H A Ddvdread.c430 case DEMUX_SET_PAUSE_STATE: in Control()
H A Ddvdnav.c635 case DEMUX_SET_PAUSE_STATE: in Control()
H A Dlive555.cpp1711 case DEMUX_SET_PAUSE_STATE: in Control()
H A Dbluray.c2293 case DEMUX_SET_PAUSE_STATE: in blurayControl()
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/chromecast/
H A Dchromecast_demux.cpp371 case DEMUX_SET_PAUSE_STATE: in Control()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/screen/
H A Dxcb.c317 case DEMUX_SET_PAUSE_STATE: in Control()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/adaptive/
H A DPlaylistManager.cpp535 case DEMUX_SET_PAUSE_STATE: in doControl()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dcp/
H A Ddcp.cpp795 case DEMUX_SET_PAUSE_STATE: in Control()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dshow/
H A Ddshow.cpp1976 case DEMUX_SET_PAUSE_STATE: in DemuxControl()
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-200916143 Remove broken DEMUX_SET_PAUSE_STATE
16583 unpause the stream). And DEMUX_SET_PAUSE_STATE should do nothing if
H A DChangeLog-201620163 chromecast: demux: rely on DEMUX_SET_PAUSE_STATE to tell the device to pause/play