Home
last modified time | relevance | path

Searched refs:commandsqueue (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/adaptive/plumbing/
H A DFakeESOut.cpp136 , commandsqueue( queue ) in FakeESOut()
154 return commandsqueue; in commandsQueue()
162 delete commandsqueue; in ~FakeESOut()
306 commandsqueue->Schedule( command ); in schedulePCRReset()
320 commandsqueue->Schedule( command ); in scheduleAllForDeletion()
330 commandsqueue->Abort( true ); in recycleAll()
331 assert(commandsqueue->isEmpty()); in recycleAll()
473 commandsqueue->Schedule( command ); in esOutAdd()
497 commandsqueue->Schedule( command ); in esOutSend()
512 commandsqueue->Schedule( command ); in esOutDel()
[all …]
H A DFakeESOut.hpp108 CommandsQueue *commandsqueue; member in adaptive::FakeESOut
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/adaptive/
H A DStreams.cpp76 CommandsQueue *commandsqueue = new (std::nothrow) CommandsQueue(factory); in init() local
77 if(commandsqueue) in init()
79 fakeesout = new (std::nothrow) FakeESOut(p_realdemux->out, commandsqueue); in init()
98 delete commandsqueue; in init()
99 commandsqueue = NULL; in init()